Skip to content

Commit b8039e0

Browse files
committed
Update copyright dates of files
Update copyright dates of license, collection and changed doc files.
1 parent 17ea8f3 commit b8039e0

27 files changed

+28
-28
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-2021, [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-2024, [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-2023, [Peter Johnson](https://gravatar.com/delphidabbler).
5+
All other files in this project are copyright © 2020-2024, [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) 2020 Peter Johnson <https://en.gravatar.com/delphidabbler> and Contributors.
5+
Copyright (c) 2005-2024 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-2020
4+
CopyrightDate=2005-2024
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 © 2020 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2024 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 © 2020 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2024 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 © 2020 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2024 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 © 2020 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2024 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 © 2020 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2024 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 © 2020 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2024 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 © 2020 Peter Johnson,
5+
# This file is licensed under the MIT license, copyright © 2024 Peter Johnson,
66
# https://gravatar.com/delphidabbler
77

88
[CopyFile]

0 commit comments

Comments
 (0)