Skip to content

Commit 96d6ef0

Browse files
authored
Update license to include 2024 (#485)
Updates `Copyright (c) 2021-2023` to `Copyright (c) 2021-2024` in all of the necessary files.
1 parent 8408368 commit 96d6ef0

File tree

220 files changed

+220
-220
lines changed

Some content is hidden

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

220 files changed

+220
-220
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# BSD 2-Clause License
33
#
4-
# Copyright (c) 2021-2023, Hewlett Packard Enterprise
4+
# Copyright (c) 2021-2024, Hewlett Packard Enterprise
55
# All rights reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# BSD 2-Clause License
33
#
4-
# Copyright (c) 2021-2023, Hewlett Packard Enterprise
4+
# Copyright (c) 2021-2024, Hewlett Packard Enterprise
55
# All rights reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# BSD 2-Clause License
33
#
4-
# Copyright (c) 2021-2023, Hewlett Packard Enterprise
4+
# Copyright (c) 2021-2024, Hewlett Packard Enterprise
55
# All rights reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BSD 2-Clause License
22
#
3-
# Copyright (c) 2021-2023 Hewlett Packard Enterprise
3+
# Copyright (c) 2021-2024 Hewlett Packard Enterprise
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

LICENSE.md

Lines changed: 1 addition & 1 deletion

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BSD 2-Clause License
22
#
3-
# Copyright (c) 2021-2023, Hewlett Packard Enterprise
3+
# Copyright (c) 2021-2024, Hewlett Packard Enterprise
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BSD 2-Clause License
22
#
3-
# Copyright (c) 2021-2023, Hewlett Packard Enterprise
3+
# Copyright (c) 2021-2024, Hewlett Packard Enterprise
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = 'SmartSim'
22-
copyright = '2021-2023, Hewlett Packard Enterprise'
22+
copyright = '2021-2024, Hewlett Packard Enterprise'
2323
author = 'Cray Labs'
2424

2525
try:

docker/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BSD 2-Clause License
22
#
3-
# Copyright (c) 2021-2023, Hewlett Packard Enterprise
3+
# Copyright (c) 2021-2024, Hewlett Packard Enterprise
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

docker/docs/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BSD 2-Clause License
22
#
3-
# Copyright (c) 2021-2023, Hewlett Packard Enterprise
3+
# Copyright (c) 2021-2024, Hewlett Packard Enterprise
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)