Skip to content

Commit ee4b5db

Browse files
committed
Bump copyright years
1 parent d697e5f commit ee4b5db

27 files changed

+27
-27
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) 2019-2023, netinvent, Orsiris de Jong, [email protected]
3+
Copyright (c) 2019-2024, netinvent, Orsiris de Jong, [email protected]
44
All rights reserved.
55

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

setup.py

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

77
__intname__ = "windows_tools.setup"
88
__author__ = "Orsiris de Jong"
9-
__copyright__ = "Copyright (C) 2021 Orsiris de Jong"
9+
__copyright__ = "Copyright (C) 2021-2024 Orsiris de Jong"
1010
__licence__ = "BSD 3 Clause"
1111
__build__ = "2021031601"
1212

tests/test_antivirus.py

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

1616
__intname__ = "tests.windows_tools.antivirus"
1717
__author__ = "Orsiris de Jong"
18-
__copyright__ = "Copyright (C) 2020-2021 Orsiris de Jong"
18+
__copyright__ = "Copyright (C) 2020-2024 Orsiris de Jong"
1919
__licence__ = "BSD 3 Clause"
2020
__build__ = "2021020901"
2121

tests/test_bitlocker.py

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

1616
__intname__ = "tests.windows_tools.bitlocker"
1717
__author__ = "Orsiris de Jong"
18-
__copyright__ = "Copyright (C) 2020-2021 Orsiris de Jong"
18+
__copyright__ = "Copyright (C) 2020-2024 Orsiris de Jong"
1919
__licence__ = "BSD 3 Clause"
2020
__build__ = "2021021501"
2121

tests/test_bitness.py

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

1616
__intname__ = "tests.windows_tools.bitness"
1717
__author__ = "Orsiris de Jong"
18-
__copyright__ = "Copyright (C) 2020-2023 Orsiris de Jong"
18+
__copyright__ = "Copyright (C) 2020-2024 Orsiris de Jong"
1919
__licence__ = "BSD 3 Clause"
2020
__build__ = "2021050601"
2121

tests/test_file_utils.py

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

1616
__intname__ = "tests.windows_tools.file_utils"
1717
__author__ = "Orsiris de Jong"
18-
__copyright__ = "Copyright (C) 2020-2021 Orsiris de Jong"
18+
__copyright__ = "Copyright (C) 2020-2024 Orsiris de Jong"
1919
__licence__ = "BSD 3 Clause"
2020
__build__ = "2021021501"
2121

tests/test_impersonate.py

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

1616
__intname__ = "tests.windows_tools.impersonate"
1717
__author__ = "Orsiris de Jong"
18-
__copyright__ = "Copyright (C) 2020-2021 Orsiris de Jong"
18+
__copyright__ = "Copyright (C) 2020-2024 Orsiris de Jong"
1919
__licence__ = "BSD 3 Clause"
2020
__build__ = "2021021601"
2121

tests/test_installed_software.py

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

1616
__intname__ = "tests.windows_tools.installed_software"
1717
__author__ = "Orsiris de Jong"
18-
__copyright__ = "Copyright (C) 2020-2021 Orsiris de Jong"
18+
__copyright__ = "Copyright (C) 2020-2024 Orsiris de Jong"
1919
__licence__ = "BSD 3 Clause"
2020
__build__ = "2021021601"
2121

tests/test_logicial_disks.py

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

1616
__intname__ = "tests.windows_tools.logical_disks"
1717
__author__ = "Orsiris de Jong"
18-
__copyright__ = "Copyright (C) 2020-2021 Orsiris de Jong"
18+
__copyright__ = "Copyright (C) 2020-2024 Orsiris de Jong"
1919
__licence__ = "BSD 3 Clause"
2020
__build__ = "2021060201"
2121

tests/test_office.py

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

1616
__intname__ = "tests.windows_tools.office"
1717
__author__ = "Orsiris de Jong"
18-
__copyright__ = "Copyright (C) 2020-2021 Orsiris de Jong"
18+
__copyright__ = "Copyright (C) 2020-2024 Orsiris de Jong"
1919
__licence__ = "BSD 3 Clause"
2020
__build__ = "2021021601"
2121

0 commit comments

Comments
 (0)