From c4cc9c1fced84ea8c0d08586ca87c1fd82268dbc Mon Sep 17 00:00:00 2001 From: Aaron Levine Date: Mon, 1 Mar 2021 13:35:21 -0700 Subject: [PATCH] Updated copyright to 2021 --- LICENSE | 4 ++-- asm/asmlocalopcodes.h | 4 ++-- asm/asmmain.cc | 4 ++-- asm/asmop.h | 4 ++-- asm/asmoptions.h | 4 ++-- asm/asmprogram.h | 4 ++-- asm/asmreader.cc | 4 ++-- asm/asmreader.h | 4 ++-- src/custominst/junocustinst.h | 4 ++-- src/custominst/junorandextinst.cc | 4 ++-- src/custominst/junorandextinst.h | 4 ++-- src/custominst/junorandinst.cc | 4 ++-- src/custominst/junorandinst.h | 4 ++-- src/custominst/randaccel/junogenrandev.h | 4 ++-- src/custominst/randaccel/junogenrandresp.h | 4 ++-- src/custominst/randaccel/junorandacc.cc | 4 ++-- src/custominst/randaccel/junorandacc.h | 4 ++-- src/instmgr/junofixedprogmgr.h | 4 ++-- src/junoalu.h | 4 ++-- src/junocpu.cc | 4 ++-- src/junocpu.h | 4 ++-- src/junocpuinst.h | 4 ++-- src/junoinstmgr.h | 4 ++-- src/junojumpctrl.h | 4 ++-- src/junoldstdecode.h | 4 ++-- src/junoldstunit.h | 4 ++-- src/junoopcodes.h | 4 ++-- src/junoprogreader.h | 4 ++-- src/junoregfile.h | 4 ++-- tutorials/2017/assembler/asmlocalopcodes.h | 4 ++-- tutorials/2017/assembler/asmmain.cc | 4 ++-- tutorials/2017/assembler/asmop.h | 4 ++-- tutorials/2017/assembler/asmoptions.h | 4 ++-- tutorials/2017/assembler/asmprogram.h | 4 ++-- tutorials/2017/assembler/asmreader.cc | 4 ++-- tutorials/2017/assembler/asmreader.h | 4 ++-- tutorials/2017/assembler/junoopcodes.h | 4 ++-- tutorials/2017/exercise-001/src/custominst/junocustinst.h | 4 ++-- tutorials/2017/exercise-001/src/instmgr/junofixedprogmgr.h | 4 ++-- tutorials/2017/exercise-001/src/junoalu.h | 4 ++-- tutorials/2017/exercise-001/src/junocpu.cc | 4 ++-- tutorials/2017/exercise-001/src/junocpu.h | 4 ++-- tutorials/2017/exercise-001/src/junocpuinst.h | 4 ++-- tutorials/2017/exercise-001/src/junoinstmgr.h | 4 ++-- tutorials/2017/exercise-001/src/junojumpctrl.h | 4 ++-- tutorials/2017/exercise-001/src/junoldstdecode.h | 4 ++-- tutorials/2017/exercise-001/src/junoldstunit.h | 4 ++-- tutorials/2017/exercise-001/src/junoopcodes.h | 4 ++-- tutorials/2017/exercise-001/src/junoprogreader.h | 4 ++-- tutorials/2017/exercise-001/src/junoregfile.h | 4 ++-- tutorials/2017/exercise-002/src/custominst/junocustinst.h | 4 ++-- tutorials/2017/exercise-002/src/instmgr/junofixedprogmgr.h | 4 ++-- tutorials/2017/exercise-002/src/junoalu.h | 4 ++-- tutorials/2017/exercise-002/src/junocpu.cc | 4 ++-- tutorials/2017/exercise-002/src/junocpu.h | 4 ++-- tutorials/2017/exercise-002/src/junocpuinst.h | 4 ++-- tutorials/2017/exercise-002/src/junoinstmgr.h | 4 ++-- tutorials/2017/exercise-002/src/junojumpctrl.h | 4 ++-- tutorials/2017/exercise-002/src/junoldstdecode.h | 4 ++-- tutorials/2017/exercise-002/src/junoldstunit.h | 4 ++-- tutorials/2017/exercise-002/src/junoopcodes.h | 4 ++-- tutorials/2017/exercise-002/src/junoprogreader.h | 4 ++-- tutorials/2017/exercise-002/src/junoregfile.h | 4 ++-- tutorials/2017/exercise-003/src/custominst/junocustinst.h | 4 ++-- tutorials/2017/exercise-003/src/instmgr/junofixedprogmgr.h | 4 ++-- tutorials/2017/exercise-003/src/junoalu.h | 4 ++-- tutorials/2017/exercise-003/src/junocpu.cc | 4 ++-- tutorials/2017/exercise-003/src/junocpu.h | 4 ++-- tutorials/2017/exercise-003/src/junocpuinst.h | 4 ++-- tutorials/2017/exercise-003/src/junoinstmgr.h | 4 ++-- tutorials/2017/exercise-003/src/junojumpctrl.h | 4 ++-- tutorials/2017/exercise-003/src/junoldstdecode.h | 4 ++-- tutorials/2017/exercise-003/src/junoldstunit.h | 4 ++-- tutorials/2017/exercise-003/src/junoopcodes.h | 4 ++-- tutorials/2017/exercise-003/src/junoprogreader.h | 4 ++-- tutorials/2017/exercise-003/src/junoregfile.h | 4 ++-- tutorials/2017/exercise-004/src/custominst/junocustinst.h | 4 ++-- tutorials/2017/exercise-004/src/custominst/junorandinst.cc | 4 ++-- tutorials/2017/exercise-004/src/custominst/junorandinst.h | 4 ++-- tutorials/2017/exercise-004/src/instmgr/junofixedprogmgr.h | 4 ++-- tutorials/2017/exercise-004/src/junoalu.h | 4 ++-- tutorials/2017/exercise-004/src/junocpu.cc | 4 ++-- tutorials/2017/exercise-004/src/junocpu.h | 4 ++-- tutorials/2017/exercise-004/src/junocpuinst.h | 4 ++-- tutorials/2017/exercise-004/src/junoinstmgr.h | 4 ++-- tutorials/2017/exercise-004/src/junojumpctrl.h | 4 ++-- tutorials/2017/exercise-004/src/junoldstdecode.h | 4 ++-- tutorials/2017/exercise-004/src/junoldstunit.h | 4 ++-- tutorials/2017/exercise-004/src/junoopcodes.h | 4 ++-- tutorials/2017/exercise-004/src/junoprogreader.h | 4 ++-- tutorials/2017/exercise-004/src/junoregfile.h | 4 ++-- tutorials/2017/exercise-005/src/custominst/junocustinst.h | 4 ++-- tutorials/2017/exercise-005/src/custominst/junorandextinst.cc | 4 ++-- tutorials/2017/exercise-005/src/custominst/junorandextinst.h | 4 ++-- .../exercise-005/src/custominst/randaccel/junogenrandev.h | 4 ++-- .../exercise-005/src/custominst/randaccel/junogenrandresp.h | 4 ++-- .../2017/exercise-005/src/custominst/randaccel/junorandacc.cc | 4 ++-- .../2017/exercise-005/src/custominst/randaccel/junorandacc.h | 4 ++-- tutorials/2017/exercise-005/src/instmgr/junofixedprogmgr.h | 4 ++-- tutorials/2017/exercise-005/src/junoalu.h | 4 ++-- tutorials/2017/exercise-005/src/junocpu.cc | 4 ++-- tutorials/2017/exercise-005/src/junocpu.h | 4 ++-- tutorials/2017/exercise-005/src/junocpuinst.h | 4 ++-- tutorials/2017/exercise-005/src/junoinstmgr.h | 4 ++-- tutorials/2017/exercise-005/src/junojumpctrl.h | 4 ++-- tutorials/2017/exercise-005/src/junoldstdecode.h | 4 ++-- tutorials/2017/exercise-005/src/junoldstunit.h | 4 ++-- tutorials/2017/exercise-005/src/junoopcodes.h | 4 ++-- tutorials/2017/exercise-005/src/junoprogreader.h | 4 ++-- tutorials/2017/exercise-005/src/junoregfile.h | 4 ++-- 110 files changed, 220 insertions(+), 220 deletions(-) diff --git a/LICENSE b/LICENSE index bdf25e8..41f029f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright 2009-2020 National Technology and Engineering Solutions of Sandia, +Copyright 2009-2021 National Technology and Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA-0003525, the U.S. Government retains certain rights in this software. @@ -9,7 +9,7 @@ by National Technology and Engineering Solutions of Sandia, LLC., a wholly owned subsidiary of Honeywell International, Inc., for the U.S. Department of Energy's National Nuclear Security Administration under contract DE-NA0003525. -Copyright (c) 2009-2020, NTESS +Copyright (c) 2009-2021, NTESS All rights reserved. diff --git a/asm/asmlocalopcodes.h b/asm/asmlocalopcodes.h index 66132c1..e0a2634 100644 --- a/asm/asmlocalopcodes.h +++ b/asm/asmlocalopcodes.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/asm/asmmain.cc b/asm/asmmain.cc index b8478c1..fa14020 100644 --- a/asm/asmmain.cc +++ b/asm/asmmain.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/asm/asmop.h b/asm/asmop.h index fde62d7..58bdfc7 100644 --- a/asm/asmop.h +++ b/asm/asmop.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/asm/asmoptions.h b/asm/asmoptions.h index ed378af..dc3315e 100644 --- a/asm/asmoptions.h +++ b/asm/asmoptions.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/asm/asmprogram.h b/asm/asmprogram.h index a7f2598..5fc4519 100644 --- a/asm/asmprogram.h +++ b/asm/asmprogram.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/asm/asmreader.cc b/asm/asmreader.cc index 4fa9fe4..1cf971c 100644 --- a/asm/asmreader.cc +++ b/asm/asmreader.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/asm/asmreader.h b/asm/asmreader.h index fca8c52..43c034d 100644 --- a/asm/asmreader.h +++ b/asm/asmreader.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/custominst/junocustinst.h b/src/custominst/junocustinst.h index 92ae761..b88667c 100644 --- a/src/custominst/junocustinst.h +++ b/src/custominst/junocustinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/custominst/junorandextinst.cc b/src/custominst/junorandextinst.cc index 0ad2e7d..cd83f1b 100644 --- a/src/custominst/junorandextinst.cc +++ b/src/custominst/junorandextinst.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/custominst/junorandextinst.h b/src/custominst/junorandextinst.h index 372bc4d..b24fb45 100644 --- a/src/custominst/junorandextinst.h +++ b/src/custominst/junorandextinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/custominst/junorandinst.cc b/src/custominst/junorandinst.cc index 1a9789e..93c304e 100644 --- a/src/custominst/junorandinst.cc +++ b/src/custominst/junorandinst.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/custominst/junorandinst.h b/src/custominst/junorandinst.h index b5e5457..06ef0c1 100644 --- a/src/custominst/junorandinst.h +++ b/src/custominst/junorandinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/custominst/randaccel/junogenrandev.h b/src/custominst/randaccel/junogenrandev.h index e4f8e63..74692dc 100644 --- a/src/custominst/randaccel/junogenrandev.h +++ b/src/custominst/randaccel/junogenrandev.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/custominst/randaccel/junogenrandresp.h b/src/custominst/randaccel/junogenrandresp.h index 650f31d..f8c5f2d 100644 --- a/src/custominst/randaccel/junogenrandresp.h +++ b/src/custominst/randaccel/junogenrandresp.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/custominst/randaccel/junorandacc.cc b/src/custominst/randaccel/junorandacc.cc index 5491257..ce59ff2 100644 --- a/src/custominst/randaccel/junorandacc.cc +++ b/src/custominst/randaccel/junorandacc.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/custominst/randaccel/junorandacc.h b/src/custominst/randaccel/junorandacc.h index 1f0d494..0613103 100644 --- a/src/custominst/randaccel/junorandacc.h +++ b/src/custominst/randaccel/junorandacc.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/instmgr/junofixedprogmgr.h b/src/instmgr/junofixedprogmgr.h index 2fac9a5..a370b7a 100644 --- a/src/instmgr/junofixedprogmgr.h +++ b/src/instmgr/junofixedprogmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junoalu.h b/src/junoalu.h index 13b67f0..8326d6c 100644 --- a/src/junoalu.h +++ b/src/junoalu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junocpu.cc b/src/junocpu.cc index 45bd740..4496590 100644 --- a/src/junocpu.cc +++ b/src/junocpu.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junocpu.h b/src/junocpu.h index b75384a..02b9339 100644 --- a/src/junocpu.h +++ b/src/junocpu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junocpuinst.h b/src/junocpuinst.h index 1f2368e..70ff6ca 100644 --- a/src/junocpuinst.h +++ b/src/junocpuinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junoinstmgr.h b/src/junoinstmgr.h index 50cbd3f..3ebb109 100644 --- a/src/junoinstmgr.h +++ b/src/junoinstmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junojumpctrl.h b/src/junojumpctrl.h index 2e837c5..e156b32 100644 --- a/src/junojumpctrl.h +++ b/src/junojumpctrl.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junoldstdecode.h b/src/junoldstdecode.h index 63bb7ec..bef9590 100644 --- a/src/junoldstdecode.h +++ b/src/junoldstdecode.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junoldstunit.h b/src/junoldstunit.h index 5727604..dd42534 100644 --- a/src/junoldstunit.h +++ b/src/junoldstunit.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junoopcodes.h b/src/junoopcodes.h index f018d91..5ab1b4d 100644 --- a/src/junoopcodes.h +++ b/src/junoopcodes.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junoprogreader.h b/src/junoprogreader.h index 7e97e38..a5e79e1 100644 --- a/src/junoprogreader.h +++ b/src/junoprogreader.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/src/junoregfile.h b/src/junoregfile.h index e932e44..5293db4 100644 --- a/src/junoregfile.h +++ b/src/junoregfile.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/assembler/asmlocalopcodes.h b/tutorials/2017/assembler/asmlocalopcodes.h index 66132c1..e0a2634 100644 --- a/tutorials/2017/assembler/asmlocalopcodes.h +++ b/tutorials/2017/assembler/asmlocalopcodes.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/assembler/asmmain.cc b/tutorials/2017/assembler/asmmain.cc index b8478c1..fa14020 100644 --- a/tutorials/2017/assembler/asmmain.cc +++ b/tutorials/2017/assembler/asmmain.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/assembler/asmop.h b/tutorials/2017/assembler/asmop.h index fde62d7..58bdfc7 100644 --- a/tutorials/2017/assembler/asmop.h +++ b/tutorials/2017/assembler/asmop.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/assembler/asmoptions.h b/tutorials/2017/assembler/asmoptions.h index ed378af..dc3315e 100644 --- a/tutorials/2017/assembler/asmoptions.h +++ b/tutorials/2017/assembler/asmoptions.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/assembler/asmprogram.h b/tutorials/2017/assembler/asmprogram.h index 4d7b877..70da52f 100644 --- a/tutorials/2017/assembler/asmprogram.h +++ b/tutorials/2017/assembler/asmprogram.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/assembler/asmreader.cc b/tutorials/2017/assembler/asmreader.cc index 4fa9fe4..1cf971c 100644 --- a/tutorials/2017/assembler/asmreader.cc +++ b/tutorials/2017/assembler/asmreader.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/assembler/asmreader.h b/tutorials/2017/assembler/asmreader.h index fca8c52..43c034d 100644 --- a/tutorials/2017/assembler/asmreader.h +++ b/tutorials/2017/assembler/asmreader.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/assembler/junoopcodes.h b/tutorials/2017/assembler/junoopcodes.h index f018d91..5ab1b4d 100644 --- a/tutorials/2017/assembler/junoopcodes.h +++ b/tutorials/2017/assembler/junoopcodes.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/custominst/junocustinst.h b/tutorials/2017/exercise-001/src/custominst/junocustinst.h index 6c7cb37..30356aa 100644 --- a/tutorials/2017/exercise-001/src/custominst/junocustinst.h +++ b/tutorials/2017/exercise-001/src/custominst/junocustinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/instmgr/junofixedprogmgr.h b/tutorials/2017/exercise-001/src/instmgr/junofixedprogmgr.h index 2fac9a5..a370b7a 100644 --- a/tutorials/2017/exercise-001/src/instmgr/junofixedprogmgr.h +++ b/tutorials/2017/exercise-001/src/instmgr/junofixedprogmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junoalu.h b/tutorials/2017/exercise-001/src/junoalu.h index dfea6de..a255eb1 100644 --- a/tutorials/2017/exercise-001/src/junoalu.h +++ b/tutorials/2017/exercise-001/src/junoalu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junocpu.cc b/tutorials/2017/exercise-001/src/junocpu.cc index a5349f1..ede43c5 100644 --- a/tutorials/2017/exercise-001/src/junocpu.cc +++ b/tutorials/2017/exercise-001/src/junocpu.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junocpu.h b/tutorials/2017/exercise-001/src/junocpu.h index 4f0611e..dba3e6c 100644 --- a/tutorials/2017/exercise-001/src/junocpu.h +++ b/tutorials/2017/exercise-001/src/junocpu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junocpuinst.h b/tutorials/2017/exercise-001/src/junocpuinst.h index 1f2368e..70ff6ca 100644 --- a/tutorials/2017/exercise-001/src/junocpuinst.h +++ b/tutorials/2017/exercise-001/src/junocpuinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junoinstmgr.h b/tutorials/2017/exercise-001/src/junoinstmgr.h index 50cbd3f..3ebb109 100644 --- a/tutorials/2017/exercise-001/src/junoinstmgr.h +++ b/tutorials/2017/exercise-001/src/junoinstmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junojumpctrl.h b/tutorials/2017/exercise-001/src/junojumpctrl.h index 2e837c5..e156b32 100644 --- a/tutorials/2017/exercise-001/src/junojumpctrl.h +++ b/tutorials/2017/exercise-001/src/junojumpctrl.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junoldstdecode.h b/tutorials/2017/exercise-001/src/junoldstdecode.h index 63bb7ec..bef9590 100644 --- a/tutorials/2017/exercise-001/src/junoldstdecode.h +++ b/tutorials/2017/exercise-001/src/junoldstdecode.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junoldstunit.h b/tutorials/2017/exercise-001/src/junoldstunit.h index 5727604..dd42534 100644 --- a/tutorials/2017/exercise-001/src/junoldstunit.h +++ b/tutorials/2017/exercise-001/src/junoldstunit.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junoopcodes.h b/tutorials/2017/exercise-001/src/junoopcodes.h index f018d91..5ab1b4d 100644 --- a/tutorials/2017/exercise-001/src/junoopcodes.h +++ b/tutorials/2017/exercise-001/src/junoopcodes.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junoprogreader.h b/tutorials/2017/exercise-001/src/junoprogreader.h index 7e97e38..a5e79e1 100644 --- a/tutorials/2017/exercise-001/src/junoprogreader.h +++ b/tutorials/2017/exercise-001/src/junoprogreader.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-001/src/junoregfile.h b/tutorials/2017/exercise-001/src/junoregfile.h index 1929f50..4fca358 100644 --- a/tutorials/2017/exercise-001/src/junoregfile.h +++ b/tutorials/2017/exercise-001/src/junoregfile.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/custominst/junocustinst.h b/tutorials/2017/exercise-002/src/custominst/junocustinst.h index 6c7cb37..30356aa 100644 --- a/tutorials/2017/exercise-002/src/custominst/junocustinst.h +++ b/tutorials/2017/exercise-002/src/custominst/junocustinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/instmgr/junofixedprogmgr.h b/tutorials/2017/exercise-002/src/instmgr/junofixedprogmgr.h index 2fac9a5..a370b7a 100644 --- a/tutorials/2017/exercise-002/src/instmgr/junofixedprogmgr.h +++ b/tutorials/2017/exercise-002/src/instmgr/junofixedprogmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junoalu.h b/tutorials/2017/exercise-002/src/junoalu.h index dfea6de..a255eb1 100644 --- a/tutorials/2017/exercise-002/src/junoalu.h +++ b/tutorials/2017/exercise-002/src/junoalu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junocpu.cc b/tutorials/2017/exercise-002/src/junocpu.cc index ef3cde4..2600d5f 100644 --- a/tutorials/2017/exercise-002/src/junocpu.cc +++ b/tutorials/2017/exercise-002/src/junocpu.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junocpu.h b/tutorials/2017/exercise-002/src/junocpu.h index 7dbdebc..762ff15 100644 --- a/tutorials/2017/exercise-002/src/junocpu.h +++ b/tutorials/2017/exercise-002/src/junocpu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junocpuinst.h b/tutorials/2017/exercise-002/src/junocpuinst.h index 1f2368e..70ff6ca 100644 --- a/tutorials/2017/exercise-002/src/junocpuinst.h +++ b/tutorials/2017/exercise-002/src/junocpuinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junoinstmgr.h b/tutorials/2017/exercise-002/src/junoinstmgr.h index 50cbd3f..3ebb109 100644 --- a/tutorials/2017/exercise-002/src/junoinstmgr.h +++ b/tutorials/2017/exercise-002/src/junoinstmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junojumpctrl.h b/tutorials/2017/exercise-002/src/junojumpctrl.h index 2e837c5..e156b32 100644 --- a/tutorials/2017/exercise-002/src/junojumpctrl.h +++ b/tutorials/2017/exercise-002/src/junojumpctrl.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junoldstdecode.h b/tutorials/2017/exercise-002/src/junoldstdecode.h index 63bb7ec..bef9590 100644 --- a/tutorials/2017/exercise-002/src/junoldstdecode.h +++ b/tutorials/2017/exercise-002/src/junoldstdecode.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junoldstunit.h b/tutorials/2017/exercise-002/src/junoldstunit.h index 5727604..dd42534 100644 --- a/tutorials/2017/exercise-002/src/junoldstunit.h +++ b/tutorials/2017/exercise-002/src/junoldstunit.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junoopcodes.h b/tutorials/2017/exercise-002/src/junoopcodes.h index f018d91..5ab1b4d 100644 --- a/tutorials/2017/exercise-002/src/junoopcodes.h +++ b/tutorials/2017/exercise-002/src/junoopcodes.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junoprogreader.h b/tutorials/2017/exercise-002/src/junoprogreader.h index 7e97e38..a5e79e1 100644 --- a/tutorials/2017/exercise-002/src/junoprogreader.h +++ b/tutorials/2017/exercise-002/src/junoprogreader.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-002/src/junoregfile.h b/tutorials/2017/exercise-002/src/junoregfile.h index 1929f50..4fca358 100644 --- a/tutorials/2017/exercise-002/src/junoregfile.h +++ b/tutorials/2017/exercise-002/src/junoregfile.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/custominst/junocustinst.h b/tutorials/2017/exercise-003/src/custominst/junocustinst.h index 6c7cb37..30356aa 100644 --- a/tutorials/2017/exercise-003/src/custominst/junocustinst.h +++ b/tutorials/2017/exercise-003/src/custominst/junocustinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/instmgr/junofixedprogmgr.h b/tutorials/2017/exercise-003/src/instmgr/junofixedprogmgr.h index 2fac9a5..a370b7a 100644 --- a/tutorials/2017/exercise-003/src/instmgr/junofixedprogmgr.h +++ b/tutorials/2017/exercise-003/src/instmgr/junofixedprogmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junoalu.h b/tutorials/2017/exercise-003/src/junoalu.h index dfea6de..a255eb1 100644 --- a/tutorials/2017/exercise-003/src/junoalu.h +++ b/tutorials/2017/exercise-003/src/junoalu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junocpu.cc b/tutorials/2017/exercise-003/src/junocpu.cc index 4e2bb84..dcde215 100644 --- a/tutorials/2017/exercise-003/src/junocpu.cc +++ b/tutorials/2017/exercise-003/src/junocpu.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junocpu.h b/tutorials/2017/exercise-003/src/junocpu.h index 5bdb227..e35dc90 100644 --- a/tutorials/2017/exercise-003/src/junocpu.h +++ b/tutorials/2017/exercise-003/src/junocpu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junocpuinst.h b/tutorials/2017/exercise-003/src/junocpuinst.h index 1f2368e..70ff6ca 100644 --- a/tutorials/2017/exercise-003/src/junocpuinst.h +++ b/tutorials/2017/exercise-003/src/junocpuinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junoinstmgr.h b/tutorials/2017/exercise-003/src/junoinstmgr.h index 50cbd3f..3ebb109 100644 --- a/tutorials/2017/exercise-003/src/junoinstmgr.h +++ b/tutorials/2017/exercise-003/src/junoinstmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junojumpctrl.h b/tutorials/2017/exercise-003/src/junojumpctrl.h index 2e837c5..e156b32 100644 --- a/tutorials/2017/exercise-003/src/junojumpctrl.h +++ b/tutorials/2017/exercise-003/src/junojumpctrl.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junoldstdecode.h b/tutorials/2017/exercise-003/src/junoldstdecode.h index 63bb7ec..bef9590 100644 --- a/tutorials/2017/exercise-003/src/junoldstdecode.h +++ b/tutorials/2017/exercise-003/src/junoldstdecode.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junoldstunit.h b/tutorials/2017/exercise-003/src/junoldstunit.h index 5727604..dd42534 100644 --- a/tutorials/2017/exercise-003/src/junoldstunit.h +++ b/tutorials/2017/exercise-003/src/junoldstunit.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junoopcodes.h b/tutorials/2017/exercise-003/src/junoopcodes.h index f018d91..5ab1b4d 100644 --- a/tutorials/2017/exercise-003/src/junoopcodes.h +++ b/tutorials/2017/exercise-003/src/junoopcodes.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junoprogreader.h b/tutorials/2017/exercise-003/src/junoprogreader.h index 7e97e38..a5e79e1 100644 --- a/tutorials/2017/exercise-003/src/junoprogreader.h +++ b/tutorials/2017/exercise-003/src/junoprogreader.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-003/src/junoregfile.h b/tutorials/2017/exercise-003/src/junoregfile.h index 1929f50..4fca358 100644 --- a/tutorials/2017/exercise-003/src/junoregfile.h +++ b/tutorials/2017/exercise-003/src/junoregfile.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/custominst/junocustinst.h b/tutorials/2017/exercise-004/src/custominst/junocustinst.h index 6c7cb37..30356aa 100644 --- a/tutorials/2017/exercise-004/src/custominst/junocustinst.h +++ b/tutorials/2017/exercise-004/src/custominst/junocustinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/custominst/junorandinst.cc b/tutorials/2017/exercise-004/src/custominst/junorandinst.cc index 787a781..132700e 100644 --- a/tutorials/2017/exercise-004/src/custominst/junorandinst.cc +++ b/tutorials/2017/exercise-004/src/custominst/junorandinst.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/custominst/junorandinst.h b/tutorials/2017/exercise-004/src/custominst/junorandinst.h index e4ecab2..2780bb5 100644 --- a/tutorials/2017/exercise-004/src/custominst/junorandinst.h +++ b/tutorials/2017/exercise-004/src/custominst/junorandinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/instmgr/junofixedprogmgr.h b/tutorials/2017/exercise-004/src/instmgr/junofixedprogmgr.h index 2fac9a5..a370b7a 100644 --- a/tutorials/2017/exercise-004/src/instmgr/junofixedprogmgr.h +++ b/tutorials/2017/exercise-004/src/instmgr/junofixedprogmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junoalu.h b/tutorials/2017/exercise-004/src/junoalu.h index dfea6de..a255eb1 100644 --- a/tutorials/2017/exercise-004/src/junoalu.h +++ b/tutorials/2017/exercise-004/src/junoalu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junocpu.cc b/tutorials/2017/exercise-004/src/junocpu.cc index 4e2bb84..dcde215 100644 --- a/tutorials/2017/exercise-004/src/junocpu.cc +++ b/tutorials/2017/exercise-004/src/junocpu.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junocpu.h b/tutorials/2017/exercise-004/src/junocpu.h index 5bdb227..e35dc90 100644 --- a/tutorials/2017/exercise-004/src/junocpu.h +++ b/tutorials/2017/exercise-004/src/junocpu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junocpuinst.h b/tutorials/2017/exercise-004/src/junocpuinst.h index 1f2368e..70ff6ca 100644 --- a/tutorials/2017/exercise-004/src/junocpuinst.h +++ b/tutorials/2017/exercise-004/src/junocpuinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junoinstmgr.h b/tutorials/2017/exercise-004/src/junoinstmgr.h index 50cbd3f..3ebb109 100644 --- a/tutorials/2017/exercise-004/src/junoinstmgr.h +++ b/tutorials/2017/exercise-004/src/junoinstmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junojumpctrl.h b/tutorials/2017/exercise-004/src/junojumpctrl.h index 2e837c5..e156b32 100644 --- a/tutorials/2017/exercise-004/src/junojumpctrl.h +++ b/tutorials/2017/exercise-004/src/junojumpctrl.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junoldstdecode.h b/tutorials/2017/exercise-004/src/junoldstdecode.h index 63bb7ec..bef9590 100644 --- a/tutorials/2017/exercise-004/src/junoldstdecode.h +++ b/tutorials/2017/exercise-004/src/junoldstdecode.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junoldstunit.h b/tutorials/2017/exercise-004/src/junoldstunit.h index 5727604..dd42534 100644 --- a/tutorials/2017/exercise-004/src/junoldstunit.h +++ b/tutorials/2017/exercise-004/src/junoldstunit.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junoopcodes.h b/tutorials/2017/exercise-004/src/junoopcodes.h index f018d91..5ab1b4d 100644 --- a/tutorials/2017/exercise-004/src/junoopcodes.h +++ b/tutorials/2017/exercise-004/src/junoopcodes.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junoprogreader.h b/tutorials/2017/exercise-004/src/junoprogreader.h index 7e97e38..a5e79e1 100644 --- a/tutorials/2017/exercise-004/src/junoprogreader.h +++ b/tutorials/2017/exercise-004/src/junoprogreader.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-004/src/junoregfile.h b/tutorials/2017/exercise-004/src/junoregfile.h index 1929f50..4fca358 100644 --- a/tutorials/2017/exercise-004/src/junoregfile.h +++ b/tutorials/2017/exercise-004/src/junoregfile.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/custominst/junocustinst.h b/tutorials/2017/exercise-005/src/custominst/junocustinst.h index 6c7cb37..30356aa 100644 --- a/tutorials/2017/exercise-005/src/custominst/junocustinst.h +++ b/tutorials/2017/exercise-005/src/custominst/junocustinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/custominst/junorandextinst.cc b/tutorials/2017/exercise-005/src/custominst/junorandextinst.cc index cc7597c..8d18302 100644 --- a/tutorials/2017/exercise-005/src/custominst/junorandextinst.cc +++ b/tutorials/2017/exercise-005/src/custominst/junorandextinst.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/custominst/junorandextinst.h b/tutorials/2017/exercise-005/src/custominst/junorandextinst.h index 5c8ab72..1c9ed30 100644 --- a/tutorials/2017/exercise-005/src/custominst/junorandextinst.h +++ b/tutorials/2017/exercise-005/src/custominst/junorandextinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandev.h b/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandev.h index e4f8e63..74692dc 100644 --- a/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandev.h +++ b/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandev.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandresp.h b/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandresp.h index 650f31d..f8c5f2d 100644 --- a/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandresp.h +++ b/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandresp.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.cc b/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.cc index 5491257..ce59ff2 100644 --- a/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.cc +++ b/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.h b/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.h index 135e48f..d26ea2a 100644 --- a/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.h +++ b/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/instmgr/junofixedprogmgr.h b/tutorials/2017/exercise-005/src/instmgr/junofixedprogmgr.h index 2fac9a5..a370b7a 100644 --- a/tutorials/2017/exercise-005/src/instmgr/junofixedprogmgr.h +++ b/tutorials/2017/exercise-005/src/instmgr/junofixedprogmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junoalu.h b/tutorials/2017/exercise-005/src/junoalu.h index dfea6de..a255eb1 100644 --- a/tutorials/2017/exercise-005/src/junoalu.h +++ b/tutorials/2017/exercise-005/src/junoalu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junocpu.cc b/tutorials/2017/exercise-005/src/junocpu.cc index 4e2bb84..dcde215 100644 --- a/tutorials/2017/exercise-005/src/junocpu.cc +++ b/tutorials/2017/exercise-005/src/junocpu.cc @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junocpu.h b/tutorials/2017/exercise-005/src/junocpu.h index 5bdb227..e35dc90 100644 --- a/tutorials/2017/exercise-005/src/junocpu.h +++ b/tutorials/2017/exercise-005/src/junocpu.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junocpuinst.h b/tutorials/2017/exercise-005/src/junocpuinst.h index 1f2368e..70ff6ca 100644 --- a/tutorials/2017/exercise-005/src/junocpuinst.h +++ b/tutorials/2017/exercise-005/src/junocpuinst.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junoinstmgr.h b/tutorials/2017/exercise-005/src/junoinstmgr.h index 50cbd3f..3ebb109 100644 --- a/tutorials/2017/exercise-005/src/junoinstmgr.h +++ b/tutorials/2017/exercise-005/src/junoinstmgr.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junojumpctrl.h b/tutorials/2017/exercise-005/src/junojumpctrl.h index 2e837c5..e156b32 100644 --- a/tutorials/2017/exercise-005/src/junojumpctrl.h +++ b/tutorials/2017/exercise-005/src/junojumpctrl.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junoldstdecode.h b/tutorials/2017/exercise-005/src/junoldstdecode.h index 63bb7ec..bef9590 100644 --- a/tutorials/2017/exercise-005/src/junoldstdecode.h +++ b/tutorials/2017/exercise-005/src/junoldstdecode.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junoldstunit.h b/tutorials/2017/exercise-005/src/junoldstunit.h index 5727604..dd42534 100644 --- a/tutorials/2017/exercise-005/src/junoldstunit.h +++ b/tutorials/2017/exercise-005/src/junoldstunit.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junoopcodes.h b/tutorials/2017/exercise-005/src/junoopcodes.h index f018d91..5ab1b4d 100644 --- a/tutorials/2017/exercise-005/src/junoopcodes.h +++ b/tutorials/2017/exercise-005/src/junoopcodes.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junoprogreader.h b/tutorials/2017/exercise-005/src/junoprogreader.h index 7e97e38..a5e79e1 100644 --- a/tutorials/2017/exercise-005/src/junoprogreader.h +++ b/tutorials/2017/exercise-005/src/junoprogreader.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: diff --git a/tutorials/2017/exercise-005/src/junoregfile.h b/tutorials/2017/exercise-005/src/junoregfile.h index 1929f50..4fca358 100644 --- a/tutorials/2017/exercise-005/src/junoregfile.h +++ b/tutorials/2017/exercise-005/src/junoregfile.h @@ -1,8 +1,8 @@ -// Copyright 2013-2020 NTESS. Under the terms +// Copyright 2013-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2020, NTESS +// Copyright (c) 2013-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: