Skip to content

Commit ca9f00f

Browse files
committed
Update copyright dates from 2024 to 2024
Updated in .ini meta-data files, license files & documentation files. Fixes #48
1 parent e69def5 commit ca9f00f

30 files changed

+31
-31
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MIT License
22

3-
All `.dat` files in the `collection` directory and certain `.pas` files in the `tests` directory that were generated from the collection are copyright © 2005-2024, [Peter Johnson](https://gravatar.com/delphidabbler) and [Contributors](https://github.com/delphidabbler/code-snippets/tree/master/collection/CONTRIBUTORS).
3+
All `.dat` files in the `collection` directory and certain `.pas` files in the `tests` directory that were generated from the collection are copyright © 2005-2025, [Peter Johnson](https://gravatar.com/delphidabbler) and [Contributors](https://github.com/delphidabbler/code-snippets/tree/master/collection/CONTRIBUTORS).
44

5-
All other files in this project are copyright © 2020-2024, [Peter Johnson](https://gravatar.com/delphidabbler).
5+
All other files in this project are copyright © 2020-2025, [Peter Johnson](https://gravatar.com/delphidabbler).
66

77
----
88

collection/LICENSE

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

33
>> Begin license text
44

5-
Copyright (c) 2005-2024 Peter Johnson <https://en.gravatar.com/delphidabbler> and Contributors.
5+
Copyright (c) 2005-2025 Peter Johnson <https://en.gravatar.com/delphidabbler> and Contributors.
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
88

collection/LICENSE-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LicenseName=MIT License
22
LicenseSPDX=MIT
33
LicenseURL=https://opensource.org/licenses/MIT
4-
CopyrightDate=2005-2024
4+
CopyrightDate=2005-2025
55
CopyrightHolder=Peter Johnson & Contributors
66
CopyrightHolderURL=http://gravatar.com/delphidabbler

collection/arrays.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Arrays category file
44
#
5-
# This file is licensed under the MIT license, copyright © 2024 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2025 Peter Johnson,
66
# https://gravatar.com/delphidabbler
77

88
[ArrayToStringList]

collection/categories.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Master categories file
44
#
5-
# This file is licensed under the MIT license, copyright © 2024 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2025 Peter Johnson,
66
# https://gravatar.com/delphidabbler
77

88
[arrays]

collection/consts.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Constants category file
44
#
5-
# This file is licensed under the MIT license, copyright © 2024 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2025 Peter Johnson,
66
# https://gravatar.com/delphidabbler
77

88
[SHIL_Enum]

collection/date.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Date and Time category file
44
#
5-
# This file is licensed under the MIT license, copyright © 2024 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2025 Peter Johnson,
66
# https://gravatar.com/delphidabbler
77

88
[AddDays]

collection/drive.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Drive Management category file
44
#
5-
# This file is licensed under the MIT license, copyright © 2024 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2025 Peter Johnson,
66
# https://gravatar.com/delphidabbler
77

88
[CurentDrive]

collection/encoding.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Encoding category file
44
#
5-
# This file is licensed under the MIT license, copyright © 2024 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2025 Peter Johnson,
66
# https://gravatar.com/delphidabbler
77

88
[BytesToAnsiString]

collection/file.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# File Management category file
44
#
5-
# This file is licensed under the MIT license, copyright © 2024 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2025 Peter Johnson,
66
# https://gravatar.com/delphidabbler
77

88
[CopyFile]

0 commit comments

Comments
 (0)