From b4cd3722f46791ff1e6aa140c53e529f444a737a Mon Sep 17 00:00:00 2001 From: David Ellis Date: Thu, 1 May 2025 14:36:08 +0100 Subject: [PATCH 1/5] Whoops, this was only a decade out. --- scripts/build_zipapp.py | 2 +- scripts/list_python_venvs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_zipapp.py b/scripts/build_zipapp.py index 9f7577d..46919ad 100644 --- a/scripts/build_zipapp.py +++ b/scripts/build_zipapp.py @@ -1,7 +1,7 @@ # ducktools-pythonfinder # MIT License # -# Copyright (c) 2013-2014 David C Ellis +# Copyright (c) 2023-2025 David C Ellis # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/list_python_venvs.py b/scripts/list_python_venvs.py index 4e19fad..2e6b2cf 100644 --- a/scripts/list_python_venvs.py +++ b/scripts/list_python_venvs.py @@ -1,7 +1,7 @@ # ducktools-pythonfinder # MIT License # -# Copyright (c) 2013-2014 David C Ellis +# Copyright (c) 2023-2025 David C Ellis # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal From 197cea76ba7c0c6b1322f1f0aaabfb82c203d898 Mon Sep 17 00:00:00 2001 From: David Ellis Date: Thu, 1 May 2025 14:36:55 +0100 Subject: [PATCH 2/5] Wrong license on a script file --- scripts/detail_this_python.py | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/scripts/detail_this_python.py b/scripts/detail_this_python.py index dbfb7df..1a2e492 100644 --- a/scripts/detail_this_python.py +++ b/scripts/detail_this_python.py @@ -1,18 +1,25 @@ # ducktools-pythonfinder -# Copyright (C) 2024 David C Ellis +# MIT License # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# Copyright (c) 2024-2025 David C Ellis # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. +# 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: # -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. """ Get the PythonInstall for the python version running From 08d21899973e33e91b68f03911dfd9d38c242898 Mon Sep 17 00:00:00 2001 From: David Ellis Date: Thu, 1 May 2025 14:39:10 +0100 Subject: [PATCH 3/5] Another one with the wrong decade oops. --- tests/test_venv_finder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_venv_finder.py b/tests/test_venv_finder.py index 1c4b173..5c1fbc5 100644 --- a/tests/test_venv_finder.py +++ b/tests/test_venv_finder.py @@ -1,7 +1,7 @@ # ducktools-pythonfinder # MIT License # -# Copyright (c) 2013-2014 David C Ellis +# Copyright (c) 2023-2025 David C Ellis # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal From c380540fe041aa190bc1943997c5dcaf262cbb56 Mon Sep 17 00:00:00 2001 From: David Ellis Date: Thu, 1 May 2025 14:39:45 +0100 Subject: [PATCH 4/5] Another one with the wrong decade oops. --- tests/test_uv_finder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_uv_finder.py b/tests/test_uv_finder.py index 4ad58a2..fa21428 100644 --- a/tests/test_uv_finder.py +++ b/tests/test_uv_finder.py @@ -1,7 +1,7 @@ # ducktools-pythonfinder # MIT License # -# Copyright (c) 2013-2014 David C Ellis +# Copyright (c) 2023-2025 David C Ellis # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal From f467037fc762bc95d996d06c5562f3cb2e21078c Mon Sep 17 00:00:00 2001 From: David Ellis Date: Thu, 1 May 2025 14:42:33 +0100 Subject: [PATCH 5/5] Hopefully the last of the incorrect dates --- tests/conftest.py | 2 +- tests/test_orgsearch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 2f82f38..270df66 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,7 +1,7 @@ # ducktools-pythonfinder # MIT License # -# Copyright (c) 2013-2014 David C Ellis +# Copyright (c) 2023-2025 David C Ellis # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/test_orgsearch.py b/tests/test_orgsearch.py index 491a102..f1085ab 100644 --- a/tests/test_orgsearch.py +++ b/tests/test_orgsearch.py @@ -1,7 +1,7 @@ # ducktools-pythonfinder # MIT License # -# Copyright (c) 2013-2014 David C Ellis +# Copyright (c) 2023-2025 David C Ellis # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal