From: Stefan Monnier Date: Wed, 19 Jun 2024 17:35:08 +0000 (-0400) Subject: Fix up copyright lines and license blurbs X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09cdc6b6214bc606f486be0d3e553bc0899ea568;p=emacs.git Fix up copyright lines and license blurbs (cherry picked from commit 729fc9b88b44f4168a842b3d38bc5b4be3c25772) --- diff --git a/lisp/editorconfig-conf-mode.el b/lisp/editorconfig-conf-mode.el index 2b4ddd4410f..105ce48a9bb 100644 --- a/lisp/editorconfig-conf-mode.el +++ b/lisp/editorconfig-conf-mode.el @@ -1,6 +1,6 @@ ;;; editorconfig-conf-mode.el --- Major mode for editing .editorconfig files -*- lexical-binding: t -*- -;; Copyright (C) 2011-2024 EditorConfig Team +;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team @@ -8,20 +8,20 @@ ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors ;; or the CONTRIBUTORS file for the list of contributors. -;; This file is part of EditorConfig Emacs Plugin. +;; This file is part of GNU Emacs. -;; EditorConfig Emacs Plugin 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. +;; GNU Emacs 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. -;; EditorConfig Emacs Plugin is distributed in the hope that it will be useful, +;; GNU Emacs 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. +;; 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 -;; EditorConfig Emacs Plugin. If not, see . +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . ;;; Commentary: diff --git a/lisp/editorconfig-core-handle.el b/lisp/editorconfig-core-handle.el index d225e1456ba..48e7141e3b4 100644 --- a/lisp/editorconfig-core-handle.el +++ b/lisp/editorconfig-core-handle.el @@ -1,6 +1,6 @@ ;;; editorconfig-core-handle.el --- Handle Class for EditorConfig File -*- lexical-binding: t -*- -;; Copyright (C) 2011-2024 EditorConfig Team +;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team @@ -8,20 +8,20 @@ ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors ;; or the CONTRIBUTORS file for the list of contributors. -;; This file is part of EditorConfig Emacs Plugin. +;; This file is part of GNU Emacs. -;; EditorConfig Emacs Plugin 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. +;; GNU Emacs 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. -;; EditorConfig Emacs Plugin is distributed in the hope that it will be useful, +;; GNU Emacs 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. +;; 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 -;; EditorConfig Emacs Plugin. If not, see . +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . ;;; Commentary: diff --git a/lisp/editorconfig-core.el b/lisp/editorconfig-core.el index c7b52deaafd..2f9b374e0ed 100644 --- a/lisp/editorconfig-core.el +++ b/lisp/editorconfig-core.el @@ -1,6 +1,6 @@ ;;; editorconfig-core.el --- EditorConfig Core library in Emacs Lisp -*- lexical-binding: t -*- -;; Copyright (C) 2011-2024 EditorConfig Team +;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team @@ -8,20 +8,20 @@ ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors ;; or the CONTRIBUTORS file for the list of contributors. -;; This file is part of EditorConfig Emacs Plugin. +;; This file is part of GNU Emacs. -;; EditorConfig Emacs Plugin 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. +;; GNU Emacs 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. -;; EditorConfig Emacs Plugin is distributed in the hope that it will be useful, +;; GNU Emacs 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. +;; 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 -;; EditorConfig Emacs Plugin. If not, see . +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . ;;; Commentary: diff --git a/lisp/editorconfig-fnmatch.el b/lisp/editorconfig-fnmatch.el index 25a344dc2ef..85eab7abc35 100644 --- a/lisp/editorconfig-fnmatch.el +++ b/lisp/editorconfig-fnmatch.el @@ -1,6 +1,6 @@ ;;; editorconfig-fnmatch.el --- Glob pattern matching in Emacs lisp -*- lexical-binding: t -*- -;; Copyright (C) 2011-2024 EditorConfig Team +;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team @@ -8,20 +8,20 @@ ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors ;; or the CONTRIBUTORS file for the list of contributors. -;; This file is part of EditorConfig Emacs Plugin. +;; This file is part of GNU Emacs. -;; EditorConfig Emacs Plugin 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. +;; GNU Emacs 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. -;; EditorConfig Emacs Plugin is distributed in the hope that it will be useful, +;; GNU Emacs 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. +;; 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 -;; EditorConfig Emacs Plugin. If not, see . +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . ;;; Commentary: diff --git a/lisp/editorconfig-tools.el b/lisp/editorconfig-tools.el index d4af1a1e5a0..c77d107052f 100644 --- a/lisp/editorconfig-tools.el +++ b/lisp/editorconfig-tools.el @@ -1,6 +1,6 @@ ;;; editorconfig-tools.el --- Editorconfig tools -*- lexical-binding: t -*- -;; Copyright (C) 2011-2024 EditorConfig Team +;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team @@ -8,20 +8,20 @@ ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors ;; or the CONTRIBUTORS file for the list of contributors. -;; This file is part of EditorConfig Emacs Plugin. +;; This file is part of GNU Emacs. -;; EditorConfig Emacs Plugin 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. +;; GNU Emacs 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. -;; EditorConfig Emacs Plugin is distributed in the hope that it will be useful, +;; GNU Emacs 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. +;; 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 -;; EditorConfig Emacs Plugin. If not, see . +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . ;;; Commentary: diff --git a/lisp/editorconfig.el b/lisp/editorconfig.el index 5ab06344047..4a873ce84db 100644 --- a/lisp/editorconfig.el +++ b/lisp/editorconfig.el @@ -1,6 +1,6 @@ ;;; editorconfig.el --- EditorConfig Emacs Plugin -*- lexical-binding: t -*- -;; Copyright (C) 2011-2024 EditorConfig Team +;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team ;; Version: 0.11.0 @@ -12,20 +12,20 @@ ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors ;; or the CONTRIBUTORS file for the list of contributors. -;; This file is part of EditorConfig Emacs Plugin. +;; This file is part of GNU Emacs. -;; EditorConfig Emacs Plugin 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. +;; GNU Emacs 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. -;; EditorConfig Emacs Plugin is distributed in the hope that it will be useful, +;; GNU Emacs 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. +;; 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 -;; EditorConfig Emacs Plugin. If not, see . +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . ;;; Commentary: