Skip to content

Commit 595d990

Browse files
Merge pull request #1199 from sstsimulator/devel
Automatically Merged using SST Master Branch Merger
2 parents 71a1bbd + 629e9ab commit 595d990

File tree

435 files changed

+1008
-945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

435 files changed

+1008
-945
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2009-2024 National Technology and Engineering Solutions of Sandia,
1+
Copyright 2009-2025 National Technology and Engineering Solutions of Sandia,
22
LLC (NTESS). Under the terms of Contract DE-NA-0003525, the U.S. Government
33
retains certain rights in this software.
44

@@ -7,7 +7,7 @@ by National Technology and Engineering Solutions of Sandia, LLC., a wholly
77
owned subsidiary of Honeywell International, Inc., for the U.S. Department of
88
Energy's National Nuclear Security Administration under contract DE-NA0003525.
99

10-
Copyright (c) 2009-2024, NTESS
10+
Copyright (c) 2009-2025, NTESS
1111

1212
All rights reserved.
1313

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright 2009-2024 NTESS. Under the terms
1+
# Copyright 2009-2025 NTESS. Under the terms
22
# of Contract DE-NA0003525 with NTESS, the U.S.
33
# Government retains certain rights in this software.
44
#
5-
# Copyright (c) 2009-2024, NTESS
5+
# Copyright (c) 2009-2025, NTESS
66
# All rights reserved.
77
#
88
# This file is part of the SST software package. For license

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Structural Simulation Toolkit (SST)
44

5-
#### Copyright (c) 2009-2024, National Technology and Engineering Solutions of Sandia, LLC (NTESS)
5+
#### Copyright (c) 2009-2025, National Technology and Engineering Solutions of Sandia, LLC (NTESS)
66

77
---
88

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
AC_INIT([SSTCore], [-dev], [wg-sst@sandia.gov])
33

44
AC_PREREQ([2.59])
5-
AC_COPYRIGHT([Copyright National Technology and Engineering Solutions of Sandia (NTESS), 2004-2024])
5+
AC_COPYRIGHT([Copyright National Technology and Engineering Solutions of Sandia (NTESS), 2004-2025])
66

77
AC_CONFIG_AUX_DIR([config])
88
AC_CONFIG_MACRO_DIR([config])

experimental/CMAKE_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Structural Simulation Toolkit (SST)
44

5-
#### Copyright (c) 2009-2024, National Technology and Engineering Solutions of Sandia, LLC (NTESS)
5+
#### Copyright (c) 2009-2025, National Technology and Engineering Solutions of Sandia, LLC (NTESS)
66

77
---
88

experimental/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ~~~
22
# SST-CORE Top-Level CMake
33
#
4-
# Copyright 2009-2024 NTESS. Under the terms
4+
# Copyright 2009-2025 NTESS. Under the terms
55
# of Contract DE-NA0003525 with NTESS, the U.S.
66
# Government retains certain rights in this software.
77
#
8-
# Copyright (c) 2009-2024, NTESS
8+
# Copyright (c) 2009-2025, NTESS
99
# All rights reserved.
1010
#
1111
# This file is part of the SST software package. For license

experimental/cmake_configure_files/build_info.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// -*- C -*-
2-
// Copyright 2009-2024 NTESS. Under the terms
2+
// Copyright 2009-2025 NTESS. Under the terms
33
// of Contract DE-NA0003525 with NTESS, the U.S.
44
// Government retains certain rights in this software.
55
//
6-
// Copyright (c) 2009-2024, NTESS
6+
// Copyright (c) 2009-2025, NTESS
77
// All rights reserved.
88
//
99
// This file is part of the SST software package. For license

share/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ~~~
22
# SST-CORE share/ CMake
33
#
4-
# Copyright 2009-2024 NTESS. Under the terms
4+
# Copyright 2009-2025 NTESS. Under the terms
55
# of Contract DE-NA0003525 with NTESS, the U.S.
66
# Government retains certain rights in this software.
77
#
8-
# Copyright (c) 2009-2024, NTESS
8+
# Copyright (c) 2009-2025, NTESS
99
# All rights reserved.
1010
#
1111
# This file is part of the SST software package. For license

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ~~~
22
# SST-CORE src/ CMake
33
#
4-
# Copyright 2009-2024 NTESS. Under the terms
4+
# Copyright 2009-2025 NTESS. Under the terms
55
# of Contract DE-NA0003525 with NTESS, the U.S.
66
# Government retains certain rights in this software.
77
#
8-
# Copyright (c) 2009-2024, NTESS
8+
# Copyright (c) 2009-2025, NTESS
99
# All rights reserved.
1010
#
1111
# This file is part of the SST software package. For license

src/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright 2009-2024 NTESS. Under the terms
1+
# Copyright 2009-2025 NTESS. Under the terms
22
# of Contract DE-NA0003525 with NTESS, the U.S.
33
# Government retains certain rights in this software.
44
#
5-
# Copyright (c) 2009-2024, NTESS
5+
# Copyright (c) 2009-2025, NTESS
66
# All rights reserved.
77
#
88
# This file is part of the SST software package. For license

0 commit comments

Comments
 (0)