branch: elpa/flx commit a62e3dd974b796ce3b9d43f070f45f8a818de6b0 Author: Stefan Kangas <ste...@marxist.se> Commit: Stefan Kangas <ste...@marxist.se>
Add missing license statements --- misc/flx-helm-demo.el | 17 +++++++++++++++++ misc/flx-ido-demo.el | 17 +++++++++++++++++ misc/flx-test-list.el | 17 +++++++++++++++++ tests/run-test.el | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/misc/flx-helm-demo.el b/misc/flx-helm-demo.el index 3b8c04da2c..fe33ffb4f6 100644 --- a/misc/flx-helm-demo.el +++ b/misc/flx-helm-demo.el @@ -1,3 +1,20 @@ +;; Copyright © 2013-2022 Le Wang + +;; This file is NOT part of GNU Emacs. + +;; 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 +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; 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 General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <https://www.gnu.org/licenses/>. + (require 'flx) (require 'flx-test-list) diff --git a/misc/flx-ido-demo.el b/misc/flx-ido-demo.el index 5d786518d3..956aab14ba 100644 --- a/misc/flx-ido-demo.el +++ b/misc/flx-ido-demo.el @@ -1,3 +1,20 @@ +;; Copyright © 2013-2022 Le Wang + +;; This file is NOT part of GNU Emacs. + +;; 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 +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; 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 General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <https://www.gnu.org/licenses/>. + (require 'flx-ido) (require 'flx-test-list) diff --git a/misc/flx-test-list.el b/misc/flx-test-list.el index d6d6440d14..4dd2af7ddb 100644 --- a/misc/flx-test-list.el +++ b/misc/flx-test-list.el @@ -1,5 +1,22 @@ ;;; This is just a big list of files for experimenting +;; Copyright © 2013-2022 Le Wang + +;; This file is NOT part of GNU Emacs. + +;; 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 +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; 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 General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <https://www.gnu.org/licenses/>. + (provide 'flx-test-list) (defvar foo-list '(".autotest" diff --git a/tests/run-test.el b/tests/run-test.el index c9842f7348..7b8a3d0202 100644 --- a/tests/run-test.el +++ b/tests/run-test.el @@ -1,3 +1,20 @@ +;; Copyright © 2013-2022 Le Wang + +;; This file is NOT part of GNU Emacs. + +;; 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 +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; 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 General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <https://www.gnu.org/licenses/>. + ;; Usage: ;; ;; emacs -Q -l tests/run-test.el # interactive mode