Skip to content

Commit ec9f12c

Browse files
authored
Update license year to 2024 (#211)
1 parent 0913a39 commit ec9f12c

Some content is hidden

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

66 files changed

+67
-67
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2017-2023, Stephen McDowell
3+
Copyright (c) 2017-2024, Stephen McDowell
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
needs_sphinx = "4.3.1"
2121

2222
project = "Exhale"
23-
copyright = "2017-2023, Stephen McDowell"
23+
copyright = "2017-2024, Stephen McDowell"
2424
author = "Stephen McDowell"
2525
version = exhale.__version__
2626
release = exhale.__version__

exhale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

exhale/configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

exhale/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

exhale/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

exhale/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

exhale/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

testing/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

testing/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

testing/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

testing/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

testing/hierarchies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf8 -*-
22
########################################################################################
3-
# This file is part of exhale. Copyright (c) 2017-2023, Stephen McDowell. #
3+
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
44
# Full BSD 3-Clause license available here: #
55
# #
66
# https://github.com/svenevs/exhale/blob/master/LICENSE #

testing/projects/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is dedicated to the public domain. If your jurisdiction requires a #
33
# specific license: #
44
# #
5-
# Copyright (c) Stephen McDowell, 2017-2023 #
5+
# Copyright (c) Stephen McDowell, 2017-2024 #
66
# License: CC0 1.0 Universal #
77
# License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode #
88
########################################################################################

testing/projects/c_maths/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is dedicated to the public domain. If your jurisdiction requires a #
33
# specific license: #
44
# #
5-
# Copyright (c) Stephen McDowell, 2017-2023 #
5+
# Copyright (c) Stephen McDowell, 2017-2024 #
66
# License: CC0 1.0 Universal #
77
# License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode #
88
########################################################################################

testing/projects/c_maths/include/c_maths.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/c_maths/src/c_maths.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/c_maths/src/tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/cpp with spaces/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is dedicated to the public domain. If your jurisdiction requires a #
33
# specific license: #
44
# #
5-
# Copyright (c) Stephen McDowell, 2017-2023 #
5+
# Copyright (c) Stephen McDowell, 2017-2024 #
66
# License: CC0 1.0 Universal #
77
# License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode #
88
########################################################################################

testing/projects/cpp with spaces/include/with spaces/with spaces.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/cpp with spaces/src/tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/cpp with spaces/src/with spaces.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/cpp_dir_underscores/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is dedicated to the public domain. If your jurisdiction requires a #
33
# specific license: #
44
# #
5-
# Copyright (c) Stephen McDowell, 2017-2023 #
5+
# Copyright (c) Stephen McDowell, 2017-2024 #
66
# License: CC0 1.0 Universal #
77
# License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode #
88
########################################################################################

testing/projects/cpp_dir_underscores/include/interface_alpha/__four_five_six__/__four_five_six__.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/cpp_dir_underscores/include/interface_alpha/alpha.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/cpp_dir_underscores/include/interface_alpha/one_two_three/one_two_three.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/cpp_dir_underscores/include/interface_beta/beta.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/cpp_dir_underscores/src/tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

testing/projects/cpp_fortran_mixed/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is dedicated to the public domain. If your jurisdiction requires a #
33
# specific license: #
44
# #
5-
# Copyright (c) Stephen McDowell, 2017-2023 #
5+
# Copyright (c) Stephen McDowell, 2017-2024 #
66
# License: CC0 1.0 Universal #
77
# License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode #
88
########################################################################################

testing/projects/cpp_fortran_mixed/include/convert/convert.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is dedicated to the public domain. If your jurisdiction requires a *
33
* specific license: *
44
* *
5-
* Copyright (c) Stephen McDowell, 2017-2023 *
5+
* Copyright (c) Stephen McDowell, 2017-2024 *
66
* License: CC0 1.0 Universal *
77
* License Text: https://creativecommons.org/publicdomain/zero/1.0/legalcode *
88
**************************************************************************************/

0 commit comments

Comments
 (0)