branch: elpa/helm commit 474bb0cd74fa73076371f3b91f0d122c1d2d459e Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Update copyrights --- emacs-helm.sh | 2 +- helm-adaptive.el | 2 +- helm-bookmark.el | 2 +- helm-buffers.el | 2 +- helm-color.el | 2 +- helm-command.el | 2 +- helm-core.el | 2 +- helm-dabbrev.el | 2 +- helm-easymenu.el | 2 +- helm-elisp.el | 2 +- helm-epa.el | 2 +- helm-eshell.el | 2 +- helm-eval.el | 2 +- helm-external.el | 2 +- helm-fd.el | 2 +- helm-files.el | 2 +- helm-find.el | 2 +- helm-font.el | 2 +- helm-for-files.el | 2 +- helm-global-bindings.el | 2 +- helm-grep.el | 2 +- helm-help.el | 2 +- helm-id-utils.el | 2 +- helm-imenu.el | 2 +- helm-info.el | 2 +- helm-lib.el | 2 +- helm-locate.el | 2 +- helm-man.el | 2 +- helm-misc.el | 2 +- helm-mode.el | 2 +- helm-multi-match.el | 2 +- helm-net.el | 2 +- helm-occur.el | 2 +- helm-packages.el | 2 +- helm-regexp.el | 2 +- helm-ring.el | 2 +- helm-source.el | 2 +- helm-sys.el | 2 +- helm-tags.el | 2 +- helm-types.el | 2 +- helm-utils.el | 2 +- helm-x-files.el | 2 +- helm-x-icons.el | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/emacs-helm.sh b/emacs-helm.sh index 8f50f96816..9bd07fdeae 100755 --- a/emacs-helm.sh +++ b/emacs-helm.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh -## Copyright (C) 2012 ~ 2023 Thierry Volpiatto +## Copyright (C) 2012 ~ 2025 Thierry Volpiatto ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/helm-adaptive.el b/helm-adaptive.el index 98be39a145..137f6f1e20 100644 --- a/helm-adaptive.el +++ b/helm-adaptive.el @@ -3,7 +3,7 @@ ;; Original Author: Tamas Patrovics ;; Copyright (C) 2007 Tamas Patrovics -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-bookmark.el b/helm-bookmark.el index ce53601f54..5c9a93a97e 100644 --- a/helm-bookmark.el +++ b/helm-bookmark.el @@ -1,6 +1,6 @@ ;;; helm-bookmark.el --- Helm for Emacs regular Bookmarks. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-buffers.el b/helm-buffers.el index 023a17fb6b..39ec5488e4 100644 --- a/helm-buffers.el +++ b/helm-buffers.el @@ -1,6 +1,6 @@ ;;; helm-buffers.el --- helm support for buffers. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-color.el b/helm-color.el index 03c9307d52..ad54768812 100644 --- a/helm-color.el +++ b/helm-color.el @@ -1,6 +1,6 @@ ;;; helm-color.el --- colors and faces -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-command.el b/helm-command.el index e5af2fccdc..e2fa11e6ab 100644 --- a/helm-command.el +++ b/helm-command.el @@ -1,6 +1,6 @@ ;;; helm-command.el --- Helm execute-exended-command. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-core.el b/helm-core.el index 88c6f5b752..87d1d3325c 100644 --- a/helm-core.el +++ b/helm-core.el @@ -1,6 +1,6 @@ ;;; helm-core.el --- Development files for Helm -*- lexical-binding: t -*- -;; Copyright (C) 2022 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2022 ~ 2025 Thierry Volpiatto ;; Author: Thierry Volpiatto <thie...@posteo.net> ;; URL: https://emacs-helm.github.io/helm/ diff --git a/helm-dabbrev.el b/helm-dabbrev.el index b7061ce213..ef522feb68 100644 --- a/helm-dabbrev.el +++ b/helm-dabbrev.el @@ -1,6 +1,6 @@ ;;; helm-dabbrev.el --- Helm implementation of dabbrev. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-easymenu.el b/helm-easymenu.el index 32debf652c..4370107c9c 100644 --- a/helm-easymenu.el +++ b/helm-easymenu.el @@ -1,6 +1,6 @@ ;;; helm-easymenu.el --- Helm easymenu definitions. -*- lexical-binding: t -*- -;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto +;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-elisp.el b/helm-elisp.el index 36d3765514..94bf6b8b24 100644 --- a/helm-elisp.el +++ b/helm-elisp.el @@ -1,6 +1,6 @@ ;;; helm-elisp.el --- Elisp symbols completion for helm. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-epa.el b/helm-epa.el index 5df8aa2c9e..4f80745053 100644 --- a/helm-epa.el +++ b/helm-epa.el @@ -1,6 +1,6 @@ ;;; helm-epa.el --- helm interface for epa/epg -*- lexical-binding: t; -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto <thie...@posteo.net> +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto <thie...@posteo.net> ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-eshell.el b/helm-eshell.el index fae99c359a..332c745f90 100644 --- a/helm-eshell.el +++ b/helm-eshell.el @@ -1,6 +1,6 @@ ;;; helm-eshell.el --- pcomplete and eshell completion for helm. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-eval.el b/helm-eval.el index b7c7d9c3cc..37fffef6f6 100644 --- a/helm-eval.el +++ b/helm-eval.el @@ -1,6 +1,6 @@ ;;; helm-eval.el --- eval expressions from helm. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-external.el b/helm-external.el index 320e6f0b86..64306010aa 100644 --- a/helm-external.el +++ b/helm-external.el @@ -1,6 +1,6 @@ ;;; helm-external.el --- Run Externals commands within Emacs with helm completion. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-fd.el b/helm-fd.el index 9ec5c8956f..6bfce178b7 100644 --- a/helm-fd.el +++ b/helm-fd.el @@ -1,6 +1,6 @@ ;;; helm-fd.el --- helm interface for fd command line tool. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-files.el b/helm-files.el index bffcd9f650..48de393366 100644 --- a/helm-files.el +++ b/helm-files.el @@ -1,6 +1,6 @@ ;;; helm-files.el --- helm file browser and related. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-find.el b/helm-find.el index bdf6d8acfe..e780395a88 100644 --- a/helm-find.el +++ b/helm-find.el @@ -1,6 +1,6 @@ ;;; helm-find.el --- helm interface for find command. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-font.el b/helm-font.el index 9d43ffaec0..b166d274d8 100644 --- a/helm-font.el +++ b/helm-font.el @@ -1,6 +1,6 @@ ;;; helm-font --- Font and ucs selection for Helm -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-for-files.el b/helm-for-files.el index 62d6bd251f..eb093fdded 100644 --- a/helm-for-files.el +++ b/helm-for-files.el @@ -1,6 +1,6 @@ ;;; helm-for-files.el --- helm-for-files and related. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-global-bindings.el b/helm-global-bindings.el index 824f2ca069..f24dc7b635 100644 --- a/helm-global-bindings.el +++ b/helm-global-bindings.el @@ -1,6 +1,6 @@ ;;; helm-global-bindings.el --- Bind global helm commands -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-grep.el b/helm-grep.el index f354709133..5878d13286 100644 --- a/helm-grep.el +++ b/helm-grep.el @@ -1,6 +1,6 @@ ;;; helm-grep.el --- Helm Incremental Grep. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-help.el b/helm-help.el index 8f2659ed00..afaa1baf7f 100644 --- a/helm-help.el +++ b/helm-help.el @@ -1,6 +1,6 @@ ;;; helm-help.el --- Help messages for Helm. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-id-utils.el b/helm-id-utils.el index 315ef22c8e..7bd253e87d 100644 --- a/helm-id-utils.el +++ b/helm-id-utils.el @@ -1,6 +1,6 @@ ;;; helm-id-utils.el --- Helm interface for id-utils. -*- lexical-binding: t -*- -;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto +;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-imenu.el b/helm-imenu.el index 58a8c4e508..1073134f0d 100644 --- a/helm-imenu.el +++ b/helm-imenu.el @@ -1,6 +1,6 @@ ;;; helm-imenu.el --- Helm interface for Imenu -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-info.el b/helm-info.el index 7b8183c236..3cab78cdcb 100644 --- a/helm-info.el +++ b/helm-info.el @@ -1,6 +1,6 @@ ;;; helm-info.el --- Browse info index with helm -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-lib.el b/helm-lib.el index 67b5a7b353..cd467f5d24 100644 --- a/helm-lib.el +++ b/helm-lib.el @@ -1,6 +1,6 @@ ;;; helm-lib.el --- Helm routines. -*- lexical-binding: t -*- -;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto +;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto ;; Author: Thierry Volpiatto ;; URL: http://github.com/emacs-helm/helm diff --git a/helm-locate.el b/helm-locate.el index 2e811753d1..a33ec7144f 100644 --- a/helm-locate.el +++ b/helm-locate.el @@ -1,6 +1,6 @@ ;;; helm-locate.el --- helm interface for locate. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-man.el b/helm-man.el index 6d20314d18..06b1810329 100644 --- a/helm-man.el +++ b/helm-man.el @@ -1,6 +1,6 @@ ;;; helm-man.el --- Man and woman UI -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-misc.el b/helm-misc.el index 32547db3cf..621bf73694 100644 --- a/helm-misc.el +++ b/helm-misc.el @@ -1,6 +1,6 @@ ;;; helm-misc.el --- Various functions for helm -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-mode.el b/helm-mode.el index 7964b18ca8..c7bb4d6617 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -1,6 +1,6 @@ ;;; helm-mode.el --- Enable helm completion everywhere. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-multi-match.el b/helm-multi-match.el index 546969e02b..84b1480e35 100644 --- a/helm-multi-match.el +++ b/helm-multi-match.el @@ -3,7 +3,7 @@ ;; Original Author: rubikitch ;; Copyright (C) 2008 ~ 2011 rubikitch -;; Copyright (C) 2011 ~ 2020 Thierry Volpiatto +;; Copyright (C) 2011 ~ 2020 Thierry Volpiatto ;; Author: Thierry Volpiatto ;; URL: http://github.com/emacs-helm/helm diff --git a/helm-net.el b/helm-net.el index 469dfb1a77..706b23f31d 100644 --- a/helm-net.el +++ b/helm-net.el @@ -1,6 +1,6 @@ ;;; helm-net.el --- helm browse url and search web. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-occur.el b/helm-occur.el index be2e6419b7..3ed9f916b0 100644 --- a/helm-occur.el +++ b/helm-occur.el @@ -1,6 +1,6 @@ ;;; helm-occur.el --- Incremental Occur for Helm. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-packages.el b/helm-packages.el index 906a59503d..371490f8c0 100644 --- a/helm-packages.el +++ b/helm-packages.el @@ -1,6 +1,6 @@ ;;; helm-packages.el --- helm interface to manage packages -*- lexical-binding: t; -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-regexp.el b/helm-regexp.el index 73f0021490..767e883c32 100644 --- a/helm-regexp.el +++ b/helm-regexp.el @@ -1,6 +1,6 @@ ;;; helm-regexp.el --- In buffer regexp searching and replacement for helm. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-ring.el b/helm-ring.el index 18f08346ea..f64f1f6bc4 100644 --- a/helm-ring.el +++ b/helm-ring.el @@ -1,6 +1,6 @@ ;;; helm-ring.el --- kill-ring, mark-ring, and register browsers for helm. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-source.el b/helm-source.el index dbfe3207cd..2c76872f7e 100644 --- a/helm-source.el +++ b/helm-source.el @@ -1,6 +1,6 @@ ;;; helm-source.el --- Helm source creation. -*- lexical-binding: t -*- -;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto +;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto ;; Author: Thierry Volpiatto ;; URL: http://github.com/emacs-helm/helm diff --git a/helm-sys.el b/helm-sys.el index 1c3cf501d4..7ced9b1aa0 100644 --- a/helm-sys.el +++ b/helm-sys.el @@ -1,6 +1,6 @@ ;;; helm-sys.el --- System related functions for helm. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-tags.el b/helm-tags.el index d414da3dd1..53a877736b 100644 --- a/helm-tags.el +++ b/helm-tags.el @@ -1,6 +1,6 @@ ;;; helm-tags.el --- Helm for Etags. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-types.el b/helm-types.el index b33488fb27..3ca63f13b0 100644 --- a/helm-types.el +++ b/helm-types.el @@ -1,6 +1,6 @@ ;;; helm-types.el --- Helm types classes and methods. -*- lexical-binding: t -*- -;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto +;; Copyright (C) 2015 ~ 2020 Thierry Volpiatto ;; Author: Thierry Volpiatto ;; URL: http://github.com/emacs-helm/helm diff --git a/helm-utils.el b/helm-utils.el index 5678b964d9..94e7c8377d 100644 --- a/helm-utils.el +++ b/helm-utils.el @@ -1,6 +1,6 @@ ;;; helm-utils.el --- Utilities Functions for helm. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-x-files.el b/helm-x-files.el index 3cc2fae709..0552a47ab7 100644 --- a/helm-x-files.el +++ b/helm-x-files.el @@ -1,6 +1,6 @@ ;;; helm-x-files.el --- helm auxiliary functions and sources. -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/helm-x-icons.el b/helm-x-icons.el index a307e3b209..89fa1990cc 100644 --- a/helm-x-icons.el +++ b/helm-x-icons.el @@ -1,6 +1,6 @@ ;;; helm-x-icons.el --- Provide compatibility between icons providers -*- lexical-binding: t -*- -;; Copyright (C) 2012 ~ 2023 Thierry Volpiatto +;; Copyright (C) 2012 ~ 2025 Thierry Volpiatto ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by