branch: externals/url-scgi commit 751b95e345f0dfb08a971b9ebb598335c4b57a48 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Update copyright and license for GNU ELPA --- url-scgi-tests.el | 10 ++++------ url-scgi.el | 6 ++---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/url-scgi-tests.el b/url-scgi-tests.el index 05dca48e5b..c0131fcf6d 100644 --- a/url-scgi-tests.el +++ b/url-scgi-tests.el @@ -1,23 +1,21 @@ ;;; url-scgi-tests.el --- Test suite for url-scgi.el -*- lexical-binding: t -*- -;; Copyright (C) 2016-2022 Stefan Kangas. +;; Copyright (C) 2016-2022 Free Software Foundation, Inc. ;; Author: Stefan Kangas <stefankan...@gmail.com> -;; This file is NOT part of GNU Emacs. - -;; Mentor is free software: you can redistribute it and/or modify +;; 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. -;; Mentor is distributed in the hope that it will be useful, +;; 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 Mentor. If not, see <https://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/url-scgi.el b/url-scgi.el index e1992d18f4..4130159f65 100644 --- a/url-scgi.el +++ b/url-scgi.el @@ -1,6 +1,6 @@ ;;; url-scgi.el --- SCGI support for url.el -*- lexical-binding: t -*- -;; Copyright (C) 2011-2022 Stefan Kangas <stefankan...@gmail.com> +;; Copyright (C) 2011-2022 Free Software Foundation, Inc. ;; Author: Stefan Kangas <stefankan...@gmail.com> ;; Version: 0.6 @@ -9,9 +9,7 @@ ;; URL: https://github.com/skangas/url-scgi/ ;; SPDX-License-Identifier: GPL-3.0-or-later -;; This file is NOT part of GNU Emacs. - -;; This program is free software: you can redistribute it and/or modify +;; 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.