diff --git a/LICENSE b/LICENSE index e4a5a3d..272c5d6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright 2009-2022 National Technology and Engineering Solutions of Sandia, +Copyright 2009-2023 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-2022, NTESS +Copyright (c) 2009-2023, NTESS All rights reserved. diff --git a/asm/asmlocalopcodes.h b/asm/asmlocalopcodes.h index 1205489..c240703 100644 --- a/asm/asmlocalopcodes.h +++ b/asm/asmlocalopcodes.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/asm/asmmain.cc b/asm/asmmain.cc index d6970bb..399bf9c 100644 --- a/asm/asmmain.cc +++ b/asm/asmmain.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/asm/asmop.h b/asm/asmop.h index 40653ea..440f10b 100644 --- a/asm/asmop.h +++ b/asm/asmop.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/asm/asmoptions.h b/asm/asmoptions.h index 8045886..7349e4e 100644 --- a/asm/asmoptions.h +++ b/asm/asmoptions.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/asm/asmprogram.h b/asm/asmprogram.h index 3f484ab..f26a6e9 100644 --- a/asm/asmprogram.h +++ b/asm/asmprogram.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/asm/asmreader.cc b/asm/asmreader.cc index d7d0465..27fdbcc 100644 --- a/asm/asmreader.cc +++ b/asm/asmreader.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/asm/asmreader.h b/asm/asmreader.h index 8412067..f965964 100644 --- a/asm/asmreader.h +++ b/asm/asmreader.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/custominst/junocustinst.h b/src/custominst/junocustinst.h index d5c2380..e3da2bc 100644 --- a/src/custominst/junocustinst.h +++ b/src/custominst/junocustinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/custominst/junorandextinst.cc b/src/custominst/junorandextinst.cc index 96c48ee..37f0647 100644 --- a/src/custominst/junorandextinst.cc +++ b/src/custominst/junorandextinst.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/custominst/junorandextinst.h b/src/custominst/junorandextinst.h index d3dc120..1f4466d 100644 --- a/src/custominst/junorandextinst.h +++ b/src/custominst/junorandextinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/custominst/junorandinst.cc b/src/custominst/junorandinst.cc index d1d35e1..9761a47 100644 --- a/src/custominst/junorandinst.cc +++ b/src/custominst/junorandinst.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/custominst/junorandinst.h b/src/custominst/junorandinst.h index 6dcc966..217d5bc 100644 --- a/src/custominst/junorandinst.h +++ b/src/custominst/junorandinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/custominst/randaccel/junogenrandev.h b/src/custominst/randaccel/junogenrandev.h index 440dcde..742a4a9 100644 --- a/src/custominst/randaccel/junogenrandev.h +++ b/src/custominst/randaccel/junogenrandev.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/custominst/randaccel/junogenrandresp.h b/src/custominst/randaccel/junogenrandresp.h index e25369b..b92a3bb 100644 --- a/src/custominst/randaccel/junogenrandresp.h +++ b/src/custominst/randaccel/junogenrandresp.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/custominst/randaccel/junorandacc.cc b/src/custominst/randaccel/junorandacc.cc index 16a71aa..b76f692 100644 --- a/src/custominst/randaccel/junorandacc.cc +++ b/src/custominst/randaccel/junorandacc.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/custominst/randaccel/junorandacc.h b/src/custominst/randaccel/junorandacc.h index ff4978d..58c1f85 100644 --- a/src/custominst/randaccel/junorandacc.h +++ b/src/custominst/randaccel/junorandacc.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/instmgr/junofixedprogmgr.h b/src/instmgr/junofixedprogmgr.h index 8f0c671..c131ad1 100644 --- a/src/instmgr/junofixedprogmgr.h +++ b/src/instmgr/junofixedprogmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junoalu.h b/src/junoalu.h index 3026bc6..1d6fc84 100644 --- a/src/junoalu.h +++ b/src/junoalu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junocpu.cc b/src/junocpu.cc index f4ba465..4b3906b 100644 --- a/src/junocpu.cc +++ b/src/junocpu.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junocpu.h b/src/junocpu.h index f90c21a..64f8e2c 100644 --- a/src/junocpu.h +++ b/src/junocpu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junocpuinst.h b/src/junocpuinst.h index 908a729..ab03587 100644 --- a/src/junocpuinst.h +++ b/src/junocpuinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junoinstmgr.h b/src/junoinstmgr.h index 41098e6..75f0f4d 100644 --- a/src/junoinstmgr.h +++ b/src/junoinstmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junojumpctrl.h b/src/junojumpctrl.h index 0965fe6..0d8450b 100644 --- a/src/junojumpctrl.h +++ b/src/junojumpctrl.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junoldstdecode.h b/src/junoldstdecode.h index e7010a6..f2ad0cb 100644 --- a/src/junoldstdecode.h +++ b/src/junoldstdecode.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junoldstunit.h b/src/junoldstunit.h index c81093d..aca536e 100644 --- a/src/junoldstunit.h +++ b/src/junoldstunit.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junoopcodes.h b/src/junoopcodes.h index 75eb393..d028d39 100644 --- a/src/junoopcodes.h +++ b/src/junoopcodes.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junoprogreader.h b/src/junoprogreader.h index 160a79d..e6cc480 100644 --- a/src/junoprogreader.h +++ b/src/junoprogreader.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/src/junoregfile.h b/src/junoregfile.h index 4259da4..5bb5a83 100644 --- a/src/junoregfile.h +++ b/src/junoregfile.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/assembler/asmlocalopcodes.h b/tutorials/2017/assembler/asmlocalopcodes.h index 1205489..c240703 100644 --- a/tutorials/2017/assembler/asmlocalopcodes.h +++ b/tutorials/2017/assembler/asmlocalopcodes.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/assembler/asmmain.cc b/tutorials/2017/assembler/asmmain.cc index d6970bb..399bf9c 100644 --- a/tutorials/2017/assembler/asmmain.cc +++ b/tutorials/2017/assembler/asmmain.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/assembler/asmop.h b/tutorials/2017/assembler/asmop.h index a3792ed..fe98512 100644 --- a/tutorials/2017/assembler/asmop.h +++ b/tutorials/2017/assembler/asmop.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/assembler/asmoptions.h b/tutorials/2017/assembler/asmoptions.h index 8045886..7349e4e 100644 --- a/tutorials/2017/assembler/asmoptions.h +++ b/tutorials/2017/assembler/asmoptions.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/assembler/asmprogram.h b/tutorials/2017/assembler/asmprogram.h index 062d152..0b949d9 100644 --- a/tutorials/2017/assembler/asmprogram.h +++ b/tutorials/2017/assembler/asmprogram.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/assembler/asmreader.cc b/tutorials/2017/assembler/asmreader.cc index d7d0465..27fdbcc 100644 --- a/tutorials/2017/assembler/asmreader.cc +++ b/tutorials/2017/assembler/asmreader.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/assembler/asmreader.h b/tutorials/2017/assembler/asmreader.h index 8412067..f965964 100644 --- a/tutorials/2017/assembler/asmreader.h +++ b/tutorials/2017/assembler/asmreader.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/assembler/junoopcodes.h b/tutorials/2017/assembler/junoopcodes.h index 75eb393..d028d39 100644 --- a/tutorials/2017/assembler/junoopcodes.h +++ b/tutorials/2017/assembler/junoopcodes.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/custominst/junocustinst.h b/tutorials/2017/exercise-001/src/custominst/junocustinst.h index 944c6f9..28afbe3 100644 --- a/tutorials/2017/exercise-001/src/custominst/junocustinst.h +++ b/tutorials/2017/exercise-001/src/custominst/junocustinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/instmgr/junofixedprogmgr.h b/tutorials/2017/exercise-001/src/instmgr/junofixedprogmgr.h index 8f0c671..c131ad1 100644 --- a/tutorials/2017/exercise-001/src/instmgr/junofixedprogmgr.h +++ b/tutorials/2017/exercise-001/src/instmgr/junofixedprogmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junoalu.h b/tutorials/2017/exercise-001/src/junoalu.h index 8788ea1..e233fcb 100644 --- a/tutorials/2017/exercise-001/src/junoalu.h +++ b/tutorials/2017/exercise-001/src/junoalu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junocpu.cc b/tutorials/2017/exercise-001/src/junocpu.cc index 545c58f..7991de2 100644 --- a/tutorials/2017/exercise-001/src/junocpu.cc +++ b/tutorials/2017/exercise-001/src/junocpu.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junocpu.h b/tutorials/2017/exercise-001/src/junocpu.h index 4e6eebf..5a4a842 100644 --- a/tutorials/2017/exercise-001/src/junocpu.h +++ b/tutorials/2017/exercise-001/src/junocpu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junocpuinst.h b/tutorials/2017/exercise-001/src/junocpuinst.h index 908a729..ab03587 100644 --- a/tutorials/2017/exercise-001/src/junocpuinst.h +++ b/tutorials/2017/exercise-001/src/junocpuinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junoinstmgr.h b/tutorials/2017/exercise-001/src/junoinstmgr.h index 41098e6..75f0f4d 100644 --- a/tutorials/2017/exercise-001/src/junoinstmgr.h +++ b/tutorials/2017/exercise-001/src/junoinstmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junojumpctrl.h b/tutorials/2017/exercise-001/src/junojumpctrl.h index 0965fe6..0d8450b 100644 --- a/tutorials/2017/exercise-001/src/junojumpctrl.h +++ b/tutorials/2017/exercise-001/src/junojumpctrl.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junoldstdecode.h b/tutorials/2017/exercise-001/src/junoldstdecode.h index e7010a6..f2ad0cb 100644 --- a/tutorials/2017/exercise-001/src/junoldstdecode.h +++ b/tutorials/2017/exercise-001/src/junoldstdecode.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junoldstunit.h b/tutorials/2017/exercise-001/src/junoldstunit.h index ffc1db3..cb80c62 100644 --- a/tutorials/2017/exercise-001/src/junoldstunit.h +++ b/tutorials/2017/exercise-001/src/junoldstunit.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junoopcodes.h b/tutorials/2017/exercise-001/src/junoopcodes.h index 75eb393..d028d39 100644 --- a/tutorials/2017/exercise-001/src/junoopcodes.h +++ b/tutorials/2017/exercise-001/src/junoopcodes.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junoprogreader.h b/tutorials/2017/exercise-001/src/junoprogreader.h index 160a79d..e6cc480 100644 --- a/tutorials/2017/exercise-001/src/junoprogreader.h +++ b/tutorials/2017/exercise-001/src/junoprogreader.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-001/src/junoregfile.h b/tutorials/2017/exercise-001/src/junoregfile.h index e7e5bb4..29532cf 100644 --- a/tutorials/2017/exercise-001/src/junoregfile.h +++ b/tutorials/2017/exercise-001/src/junoregfile.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/custominst/junocustinst.h b/tutorials/2017/exercise-002/src/custominst/junocustinst.h index 944c6f9..28afbe3 100644 --- a/tutorials/2017/exercise-002/src/custominst/junocustinst.h +++ b/tutorials/2017/exercise-002/src/custominst/junocustinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/instmgr/junofixedprogmgr.h b/tutorials/2017/exercise-002/src/instmgr/junofixedprogmgr.h index 8f0c671..c131ad1 100644 --- a/tutorials/2017/exercise-002/src/instmgr/junofixedprogmgr.h +++ b/tutorials/2017/exercise-002/src/instmgr/junofixedprogmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junoalu.h b/tutorials/2017/exercise-002/src/junoalu.h index 8788ea1..e233fcb 100644 --- a/tutorials/2017/exercise-002/src/junoalu.h +++ b/tutorials/2017/exercise-002/src/junoalu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junocpu.cc b/tutorials/2017/exercise-002/src/junocpu.cc index 7cb9efe..8a39e9e 100644 --- a/tutorials/2017/exercise-002/src/junocpu.cc +++ b/tutorials/2017/exercise-002/src/junocpu.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junocpu.h b/tutorials/2017/exercise-002/src/junocpu.h index 4a87146..2e8fee6 100644 --- a/tutorials/2017/exercise-002/src/junocpu.h +++ b/tutorials/2017/exercise-002/src/junocpu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junocpuinst.h b/tutorials/2017/exercise-002/src/junocpuinst.h index 908a729..ab03587 100644 --- a/tutorials/2017/exercise-002/src/junocpuinst.h +++ b/tutorials/2017/exercise-002/src/junocpuinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junoinstmgr.h b/tutorials/2017/exercise-002/src/junoinstmgr.h index 41098e6..75f0f4d 100644 --- a/tutorials/2017/exercise-002/src/junoinstmgr.h +++ b/tutorials/2017/exercise-002/src/junoinstmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junojumpctrl.h b/tutorials/2017/exercise-002/src/junojumpctrl.h index 0965fe6..0d8450b 100644 --- a/tutorials/2017/exercise-002/src/junojumpctrl.h +++ b/tutorials/2017/exercise-002/src/junojumpctrl.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junoldstdecode.h b/tutorials/2017/exercise-002/src/junoldstdecode.h index e7010a6..f2ad0cb 100644 --- a/tutorials/2017/exercise-002/src/junoldstdecode.h +++ b/tutorials/2017/exercise-002/src/junoldstdecode.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junoldstunit.h b/tutorials/2017/exercise-002/src/junoldstunit.h index ffc1db3..cb80c62 100644 --- a/tutorials/2017/exercise-002/src/junoldstunit.h +++ b/tutorials/2017/exercise-002/src/junoldstunit.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junoopcodes.h b/tutorials/2017/exercise-002/src/junoopcodes.h index 75eb393..d028d39 100644 --- a/tutorials/2017/exercise-002/src/junoopcodes.h +++ b/tutorials/2017/exercise-002/src/junoopcodes.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junoprogreader.h b/tutorials/2017/exercise-002/src/junoprogreader.h index 160a79d..e6cc480 100644 --- a/tutorials/2017/exercise-002/src/junoprogreader.h +++ b/tutorials/2017/exercise-002/src/junoprogreader.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-002/src/junoregfile.h b/tutorials/2017/exercise-002/src/junoregfile.h index e7e5bb4..29532cf 100644 --- a/tutorials/2017/exercise-002/src/junoregfile.h +++ b/tutorials/2017/exercise-002/src/junoregfile.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/custominst/junocustinst.h b/tutorials/2017/exercise-003/src/custominst/junocustinst.h index 944c6f9..28afbe3 100644 --- a/tutorials/2017/exercise-003/src/custominst/junocustinst.h +++ b/tutorials/2017/exercise-003/src/custominst/junocustinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/instmgr/junofixedprogmgr.h b/tutorials/2017/exercise-003/src/instmgr/junofixedprogmgr.h index 8f0c671..c131ad1 100644 --- a/tutorials/2017/exercise-003/src/instmgr/junofixedprogmgr.h +++ b/tutorials/2017/exercise-003/src/instmgr/junofixedprogmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junoalu.h b/tutorials/2017/exercise-003/src/junoalu.h index 8788ea1..e233fcb 100644 --- a/tutorials/2017/exercise-003/src/junoalu.h +++ b/tutorials/2017/exercise-003/src/junoalu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junocpu.cc b/tutorials/2017/exercise-003/src/junocpu.cc index d432016..49823cd 100644 --- a/tutorials/2017/exercise-003/src/junocpu.cc +++ b/tutorials/2017/exercise-003/src/junocpu.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junocpu.h b/tutorials/2017/exercise-003/src/junocpu.h index 0fc593d..436c836 100644 --- a/tutorials/2017/exercise-003/src/junocpu.h +++ b/tutorials/2017/exercise-003/src/junocpu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junocpuinst.h b/tutorials/2017/exercise-003/src/junocpuinst.h index 908a729..ab03587 100644 --- a/tutorials/2017/exercise-003/src/junocpuinst.h +++ b/tutorials/2017/exercise-003/src/junocpuinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junoinstmgr.h b/tutorials/2017/exercise-003/src/junoinstmgr.h index 41098e6..75f0f4d 100644 --- a/tutorials/2017/exercise-003/src/junoinstmgr.h +++ b/tutorials/2017/exercise-003/src/junoinstmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junojumpctrl.h b/tutorials/2017/exercise-003/src/junojumpctrl.h index 0965fe6..0d8450b 100644 --- a/tutorials/2017/exercise-003/src/junojumpctrl.h +++ b/tutorials/2017/exercise-003/src/junojumpctrl.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junoldstdecode.h b/tutorials/2017/exercise-003/src/junoldstdecode.h index e7010a6..f2ad0cb 100644 --- a/tutorials/2017/exercise-003/src/junoldstdecode.h +++ b/tutorials/2017/exercise-003/src/junoldstdecode.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junoldstunit.h b/tutorials/2017/exercise-003/src/junoldstunit.h index ffc1db3..cb80c62 100644 --- a/tutorials/2017/exercise-003/src/junoldstunit.h +++ b/tutorials/2017/exercise-003/src/junoldstunit.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junoopcodes.h b/tutorials/2017/exercise-003/src/junoopcodes.h index 75eb393..d028d39 100644 --- a/tutorials/2017/exercise-003/src/junoopcodes.h +++ b/tutorials/2017/exercise-003/src/junoopcodes.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junoprogreader.h b/tutorials/2017/exercise-003/src/junoprogreader.h index 160a79d..e6cc480 100644 --- a/tutorials/2017/exercise-003/src/junoprogreader.h +++ b/tutorials/2017/exercise-003/src/junoprogreader.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-003/src/junoregfile.h b/tutorials/2017/exercise-003/src/junoregfile.h index e7e5bb4..29532cf 100644 --- a/tutorials/2017/exercise-003/src/junoregfile.h +++ b/tutorials/2017/exercise-003/src/junoregfile.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/custominst/junocustinst.h b/tutorials/2017/exercise-004/src/custominst/junocustinst.h index 944c6f9..28afbe3 100644 --- a/tutorials/2017/exercise-004/src/custominst/junocustinst.h +++ b/tutorials/2017/exercise-004/src/custominst/junocustinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/custominst/junorandinst.cc b/tutorials/2017/exercise-004/src/custominst/junorandinst.cc index 3973f90..34a6e95 100644 --- a/tutorials/2017/exercise-004/src/custominst/junorandinst.cc +++ b/tutorials/2017/exercise-004/src/custominst/junorandinst.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/custominst/junorandinst.h b/tutorials/2017/exercise-004/src/custominst/junorandinst.h index 2624195..2ddab5f 100644 --- a/tutorials/2017/exercise-004/src/custominst/junorandinst.h +++ b/tutorials/2017/exercise-004/src/custominst/junorandinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/instmgr/junofixedprogmgr.h b/tutorials/2017/exercise-004/src/instmgr/junofixedprogmgr.h index 8f0c671..c131ad1 100644 --- a/tutorials/2017/exercise-004/src/instmgr/junofixedprogmgr.h +++ b/tutorials/2017/exercise-004/src/instmgr/junofixedprogmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junoalu.h b/tutorials/2017/exercise-004/src/junoalu.h index 8788ea1..e233fcb 100644 --- a/tutorials/2017/exercise-004/src/junoalu.h +++ b/tutorials/2017/exercise-004/src/junoalu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junocpu.cc b/tutorials/2017/exercise-004/src/junocpu.cc index d432016..49823cd 100644 --- a/tutorials/2017/exercise-004/src/junocpu.cc +++ b/tutorials/2017/exercise-004/src/junocpu.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junocpu.h b/tutorials/2017/exercise-004/src/junocpu.h index 0fc593d..436c836 100644 --- a/tutorials/2017/exercise-004/src/junocpu.h +++ b/tutorials/2017/exercise-004/src/junocpu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junocpuinst.h b/tutorials/2017/exercise-004/src/junocpuinst.h index 908a729..ab03587 100644 --- a/tutorials/2017/exercise-004/src/junocpuinst.h +++ b/tutorials/2017/exercise-004/src/junocpuinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junoinstmgr.h b/tutorials/2017/exercise-004/src/junoinstmgr.h index 41098e6..75f0f4d 100644 --- a/tutorials/2017/exercise-004/src/junoinstmgr.h +++ b/tutorials/2017/exercise-004/src/junoinstmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junojumpctrl.h b/tutorials/2017/exercise-004/src/junojumpctrl.h index 0965fe6..0d8450b 100644 --- a/tutorials/2017/exercise-004/src/junojumpctrl.h +++ b/tutorials/2017/exercise-004/src/junojumpctrl.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junoldstdecode.h b/tutorials/2017/exercise-004/src/junoldstdecode.h index e7010a6..f2ad0cb 100644 --- a/tutorials/2017/exercise-004/src/junoldstdecode.h +++ b/tutorials/2017/exercise-004/src/junoldstdecode.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junoldstunit.h b/tutorials/2017/exercise-004/src/junoldstunit.h index ffc1db3..cb80c62 100644 --- a/tutorials/2017/exercise-004/src/junoldstunit.h +++ b/tutorials/2017/exercise-004/src/junoldstunit.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junoopcodes.h b/tutorials/2017/exercise-004/src/junoopcodes.h index 75eb393..d028d39 100644 --- a/tutorials/2017/exercise-004/src/junoopcodes.h +++ b/tutorials/2017/exercise-004/src/junoopcodes.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junoprogreader.h b/tutorials/2017/exercise-004/src/junoprogreader.h index 160a79d..e6cc480 100644 --- a/tutorials/2017/exercise-004/src/junoprogreader.h +++ b/tutorials/2017/exercise-004/src/junoprogreader.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-004/src/junoregfile.h b/tutorials/2017/exercise-004/src/junoregfile.h index e7e5bb4..29532cf 100644 --- a/tutorials/2017/exercise-004/src/junoregfile.h +++ b/tutorials/2017/exercise-004/src/junoregfile.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/custominst/junocustinst.h b/tutorials/2017/exercise-005/src/custominst/junocustinst.h index 944c6f9..28afbe3 100644 --- a/tutorials/2017/exercise-005/src/custominst/junocustinst.h +++ b/tutorials/2017/exercise-005/src/custominst/junocustinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/custominst/junorandextinst.cc b/tutorials/2017/exercise-005/src/custominst/junorandextinst.cc index 40331c5..519c116 100644 --- a/tutorials/2017/exercise-005/src/custominst/junorandextinst.cc +++ b/tutorials/2017/exercise-005/src/custominst/junorandextinst.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/custominst/junorandextinst.h b/tutorials/2017/exercise-005/src/custominst/junorandextinst.h index 2625df2..f6026d6 100644 --- a/tutorials/2017/exercise-005/src/custominst/junorandextinst.h +++ b/tutorials/2017/exercise-005/src/custominst/junorandextinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandev.h b/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandev.h index 440dcde..742a4a9 100644 --- a/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandev.h +++ b/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandev.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandresp.h b/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandresp.h index e25369b..b92a3bb 100644 --- a/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandresp.h +++ b/tutorials/2017/exercise-005/src/custominst/randaccel/junogenrandresp.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.cc b/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.cc index 16a71aa..b76f692 100644 --- a/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.cc +++ b/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.h b/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.h index 29c8587..ef63e97 100644 --- a/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.h +++ b/tutorials/2017/exercise-005/src/custominst/randaccel/junorandacc.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/instmgr/junofixedprogmgr.h b/tutorials/2017/exercise-005/src/instmgr/junofixedprogmgr.h index 8f0c671..c131ad1 100644 --- a/tutorials/2017/exercise-005/src/instmgr/junofixedprogmgr.h +++ b/tutorials/2017/exercise-005/src/instmgr/junofixedprogmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junoalu.h b/tutorials/2017/exercise-005/src/junoalu.h index 8788ea1..e233fcb 100644 --- a/tutorials/2017/exercise-005/src/junoalu.h +++ b/tutorials/2017/exercise-005/src/junoalu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junocpu.cc b/tutorials/2017/exercise-005/src/junocpu.cc index d432016..49823cd 100644 --- a/tutorials/2017/exercise-005/src/junocpu.cc +++ b/tutorials/2017/exercise-005/src/junocpu.cc @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junocpu.h b/tutorials/2017/exercise-005/src/junocpu.h index 0fc593d..436c836 100644 --- a/tutorials/2017/exercise-005/src/junocpu.h +++ b/tutorials/2017/exercise-005/src/junocpu.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junocpuinst.h b/tutorials/2017/exercise-005/src/junocpuinst.h index 908a729..ab03587 100644 --- a/tutorials/2017/exercise-005/src/junocpuinst.h +++ b/tutorials/2017/exercise-005/src/junocpuinst.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junoinstmgr.h b/tutorials/2017/exercise-005/src/junoinstmgr.h index 41098e6..75f0f4d 100644 --- a/tutorials/2017/exercise-005/src/junoinstmgr.h +++ b/tutorials/2017/exercise-005/src/junoinstmgr.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junojumpctrl.h b/tutorials/2017/exercise-005/src/junojumpctrl.h index 0965fe6..0d8450b 100644 --- a/tutorials/2017/exercise-005/src/junojumpctrl.h +++ b/tutorials/2017/exercise-005/src/junojumpctrl.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junoldstdecode.h b/tutorials/2017/exercise-005/src/junoldstdecode.h index e7010a6..f2ad0cb 100644 --- a/tutorials/2017/exercise-005/src/junoldstdecode.h +++ b/tutorials/2017/exercise-005/src/junoldstdecode.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junoldstunit.h b/tutorials/2017/exercise-005/src/junoldstunit.h index ffc1db3..cb80c62 100644 --- a/tutorials/2017/exercise-005/src/junoldstunit.h +++ b/tutorials/2017/exercise-005/src/junoldstunit.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junoopcodes.h b/tutorials/2017/exercise-005/src/junoopcodes.h index 75eb393..d028d39 100644 --- a/tutorials/2017/exercise-005/src/junoopcodes.h +++ b/tutorials/2017/exercise-005/src/junoopcodes.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junoprogreader.h b/tutorials/2017/exercise-005/src/junoprogreader.h index 160a79d..e6cc480 100644 --- a/tutorials/2017/exercise-005/src/junoprogreader.h +++ b/tutorials/2017/exercise-005/src/junoprogreader.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the diff --git a/tutorials/2017/exercise-005/src/junoregfile.h b/tutorials/2017/exercise-005/src/junoregfile.h index e7e5bb4..29532cf 100644 --- a/tutorials/2017/exercise-005/src/junoregfile.h +++ b/tutorials/2017/exercise-005/src/junoregfile.h @@ -1,13 +1,13 @@ -// Copyright 2013-2022 NTESS. Under the terms +// Copyright 2013-2023 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // -// Copyright (c) 2013-2022, NTESS +// Copyright (c) 2013-2023, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in the top level directory -// the distribution for more information. +// of the distribution for more information. // // This file is part of the SST software package. For license // information, see the LICENSE file in the top level directory of the