From 688a482b86a3eba5f86e07de97f125b953d61a08 Mon Sep 17 00:00:00 2001 From: Peter Johnson <5164283+delphidabbler@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:27:40 +0000 Subject: [PATCH 01/88] Update code-snippets/csdb/MakeRelease.sh Update header comments to note the 3rd zip file containing tests. Some other minor edits. Update file's copyright date. --- csdb/MakeRelease.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/csdb/MakeRelease.sh b/csdb/MakeRelease.sh index d42783b..a68cc3b 100644 --- a/csdb/MakeRelease.sh +++ b/csdb/MakeRelease.sh @@ -5,13 +5,14 @@ # # Build tool for Windows to package up files ready for release. # -# This file is licensed under the MIT license, copyright © 2020-2021 Peter +# This file is licensed under the MIT license, copyright © 2020-2022 Peter # Johnson, https://gravatar.com/delphidabbler # # -# Two packages are made, each in a zip file: one containing the collection and -# the other containing documentation. Both zip files are written to the -# _release sub-folder in the collection's home directory. +# Three packages are made, each in a zip file: one containing the +# collection, another containing documentation and a third containing tests. +# All zip files are written to the _release sub-folder in the collection's +# home directory. # # Any pre-existing _release sub-folder is cleared before the zip files are # created. @@ -19,9 +20,9 @@ # Requirements: # # - The release version number must be passed to this script as a command -# line. +# line parameter. # -# - The zip utility is required to zip up the files. +# - The zip utility program is required to zip up the files. # # -------------------------------------------------------------------------- From 7cfd48c561f585d4bdbcd91281577504ef46bcbc Mon Sep 17 00:00:00 2001 From: Peter Johnson <5164283+delphidabbler@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:46:42 +0000 Subject: [PATCH 02/88] Update code-snippets/csdb/README.md Correct name of `collection` directory in License section. --- csdb/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csdb/README.md b/csdb/README.md index 265c9f3..e6b7f69 100644 --- a/csdb/README.md +++ b/csdb/README.md @@ -46,8 +46,8 @@ The project's change log can be found in `CHANGELOG.md` in the collection's base ## License -All snippets in this collection (stored in `.dat` files in the `collections` directory) are licensed under the MIT license and are copyright © 2005-2020, [Peter Johnson](https://gravatar.com/delphidabbler) and Contributors. The full license and a list of contributors can be found in the `LICENSE` and `CONTRIBUTORS` files in the `collection` sub-directory. +All snippets in this collection (stored in `.dat` files in the `collection` directory) are licensed under the MIT license and are copyright © 2005-2020, [Peter Johnson](https://gravatar.com/delphidabbler) and Contributors. The full license and a list of contributors can be found in the `LICENSE` and `CONTRIBUTORS` files in the `collection` sub-directory. -Certain files in the `tests` directory contain copies of snippets extracted from the collection. These files are identified as such in the comments at the start of the file. The files are licensed under the same license as the `.dat` files in the `collections` directory. See the paragraph above for details. +Certain files in the `tests` directory contain copies of snippets extracted from the collection. These files are identified as such in the comments at the start of the file. The files are licensed under the same license as the `.dat` files in the `collection` directory. See the paragraph above for details. All other files in this project are licensed under the MIT license and are copyright © 2020-2021, [Peter Johnson](https://gravatar.com/delphidabbler). From 0e249c6c82ef205cb40d225b2733eb50bf28c1dd Mon Sep 17 00:00:00 2001 From: Peter Johnson <5164283+delphidabbler@users.noreply.github.com> Date: Fri, 7 Jul 2023 01:58:33 +0100 Subject: [PATCH 03/88] Update csdb/docs/index.html Fix error in header comments - described file as REML docs, not index page --- csdb/docs/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/csdb/docs/index.html b/csdb/docs/index.html index 75c4382..ace0afc 100644 --- a/csdb/docs/index.html +++ b/csdb/docs/index.html @@ -4,8 +4,7 @@ * This file copyright (C) 2020-2021, Peter Johnson (gravatar.com/delphidabbler) * and is licensed under the MIT License: https://opensource.org/licenses/MIT * - * DelphiDabbler Code Snippets Database Documentation: REML markup language - * documentation. + * DelphiDabbler Code Snippets Database Documentation: Index page --> From f25f5391ad23b7c87cc9f36bcfa06a982fceb48e Mon Sep 17 00:00:00 2001 From: delphidabbler <5164283+delphidabbler@users.noreply.github.com> Date: Sat, 15 Jul 2023 08:18:32 +0100 Subject: [PATCH 04/88] Update main project license copyright date --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index ba1b023..a0fbd8c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -**Copyright (c) 2020 Peter Johnson (https://en.gravatar.com/delphidabbler)** +**Copyright (c) 2020-2023 Peter Johnson (https://en.gravatar.com/delphidabbler)** 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: From 7d38ea4daf9c2f4ee66b5d031267126ff520d29c Mon Sep 17 00:00:00 2001 From: delphidabbler <5164283+delphidabbler@users.noreply.github.com> Date: Sat, 15 Jul 2023 08:22:03 +0100 Subject: [PATCH 05/88] Bring csdb copyright dates up to date In README.md: Snippet license copyright date corrected to include 2021, which was last time collection was updated. Project license copyright date updated to include 2023. Copyright dates updated to include 2023 for files in csdb/docs that have been updated since 2020 Updated copyright date in MakeRelease.sh --- csdb/MakeRelease.sh | 2 +- csdb/README.md | 4 ++-- csdb/docs/collection-format.html | 4 ++-- csdb/docs/index.html | 2 +- csdb/docs/reml.html | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/csdb/MakeRelease.sh b/csdb/MakeRelease.sh index a68cc3b..9433301 100644 --- a/csdb/MakeRelease.sh +++ b/csdb/MakeRelease.sh @@ -5,7 +5,7 @@ # # Build tool for Windows to package up files ready for release. # -# This file is licensed under the MIT license, copyright © 2020-2022 Peter +# This file is licensed under the MIT license, copyright © 2020-2023 Peter # Johnson, https://gravatar.com/delphidabbler # # diff --git a/csdb/README.md b/csdb/README.md index e6b7f69..16b53b3 100644 --- a/csdb/README.md +++ b/csdb/README.md @@ -46,8 +46,8 @@ The project's change log can be found in `CHANGELOG.md` in the collection's base ## License -All snippets in this collection (stored in `.dat` files in the `collection` directory) are licensed under the MIT license and are copyright © 2005-2020, [Peter Johnson](https://gravatar.com/delphidabbler) and Contributors. The full license and a list of contributors can be found in the `LICENSE` and `CONTRIBUTORS` files in the `collection` sub-directory. +All snippets in this collection (stored in `.dat` files in the `collection` directory) are licensed under the MIT license and are copyright © 2005-2021, [Peter Johnson](https://gravatar.com/delphidabbler) and Contributors. The full license and a list of contributors can be found in the `LICENSE` and `CONTRIBUTORS` files in the `collection` sub-directory. Certain files in the `tests` directory contain copies of snippets extracted from the collection. These files are identified as such in the comments at the start of the file. The files are licensed under the same license as the `.dat` files in the `collection` directory. See the paragraph above for details. -All other files in this project are licensed under the MIT license and are copyright © 2020-2021, [Peter Johnson](https://gravatar.com/delphidabbler). +All other files in this project are licensed under the MIT license and are copyright © 2020-2023, [Peter Johnson](https://gravatar.com/delphidabbler). diff --git a/csdb/docs/collection-format.html b/csdb/docs/collection-format.html index 34ac514..5201abe 100644 --- a/csdb/docs/collection-format.html +++ b/csdb/docs/collection-format.html @@ -1,8 +1,8 @@