diff options
| author | Stefan Kangas | 2020-10-28 03:41:55 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-28 03:41:55 +0100 |
| commit | 94ddb1987ea1f88f41dd4c7c8acaaad5ede20322 (patch) | |
| tree | d8939e9bf2bdf6054043c3d35aead34785b06575 /test | |
| parent | 039ffaf69f87b4b7664222f7649209bc22fc6309 (diff) | |
| download | emacs-94ddb1987ea1f88f41dd4c7c8acaaad5ede20322.tar.gz emacs-94ddb1987ea1f88f41dd4c7c8acaaad5ede20322.zip | |
; Fix license statement in several files
Add the line "This file is part of GNU Emacs."
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/autorevert-tests.el | 8 | ||||
| -rw-r--r-- | test/lisp/emacs-lisp/find-func-tests.el | 8 | ||||
| -rw-r--r-- | test/lisp/filenotify-tests.el | 8 | ||||
| -rw-r--r-- | test/lisp/net/rcirc-tests.el | 8 | ||||
| -rw-r--r-- | test/lisp/net/rfc2104-tests.el | 8 | ||||
| -rw-r--r-- | test/lisp/net/secrets-tests.el | 8 | ||||
| -rw-r--r-- | test/lisp/net/tramp-archive-tests.el | 8 | ||||
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 8 | ||||
| -rw-r--r-- | test/lisp/shadowfile-tests.el | 8 | ||||
| -rw-r--r-- | test/lisp/vc/ediff-ptch-tests.el | 8 | ||||
| -rw-r--r-- | test/lisp/vc/vc-tests.el | 8 | ||||
| -rw-r--r-- | test/manual/biditest.el | 6 | ||||
| -rw-r--r-- | test/src/undo-tests.el | 8 |
13 files changed, 64 insertions, 38 deletions
diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el index 1b26a3d2468..9ebf137f87c 100644 --- a/test/lisp/autorevert-tests.el +++ b/test/lisp/autorevert-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
| 7 | ;; This program is free software: you can redistribute it and/or | 7 | ;; This file is part of GNU Emacs. |
| 8 | ;; | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 8 | ;; modify it under the terms of the GNU General Public License as | 10 | ;; modify it under the terms of the GNU General Public License as |
| 9 | ;; published by the Free Software Foundation, either version 3 of the | 11 | ;; published by the Free Software Foundation, either version 3 of the |
| 10 | ;; License, or (at your option) any later version. | 12 | ;; License, or (at your option) any later version. |
| 11 | ;; | 13 | ;; |
| 12 | ;; This program is distributed in the hope that it will be useful, but | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 16 | ;; | 18 | ;; |
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Commentary: | 22 | ;;; Commentary: |
| 21 | 23 | ||
diff --git a/test/lisp/emacs-lisp/find-func-tests.el b/test/lisp/emacs-lisp/find-func-tests.el index f505e78566e..d77eb6757ff 100644 --- a/test/lisp/emacs-lisp/find-func-tests.el +++ b/test/lisp/emacs-lisp/find-func-tests.el | |||
| @@ -5,18 +5,20 @@ | |||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
| 7 | 7 | ||
| 8 | ;; This program is free software; you can redistribute it and/or modify | 8 | ;; This file is part of GNU Emacs. |
| 9 | |||
| 10 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 9 | ;; it under the terms of the GNU General Public License as published by | 11 | ;; it under the terms of the GNU General Public License as published by |
| 10 | ;; the Free Software Foundation, either version 3 of the License, or | 12 | ;; the Free Software Foundation, either version 3 of the License, or |
| 11 | ;; (at your option) any later version. | 13 | ;; (at your option) any later version. |
| 12 | 14 | ||
| 13 | ;; This program is distributed in the hope that it will be useful, | 15 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 14 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | ;; GNU General Public License for more details. | 18 | ;; GNU General Public License for more details. |
| 17 | 19 | ||
| 18 | ;; You should have received a copy of the GNU General Public License | 20 | ;; You should have received a copy of the GNU General Public License |
| 19 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 21 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 20 | 22 | ||
| 21 | ;;; Commentary: | 23 | ;;; Commentary: |
| 22 | 24 | ||
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index 47ed661ebf8..268c3185bc6 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
| 7 | ;; This program is free software: you can redistribute it and/or | 7 | ;; This file is part of GNU Emacs. |
| 8 | ;; | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 8 | ;; modify it under the terms of the GNU General Public License as | 10 | ;; modify it under the terms of the GNU General Public License as |
| 9 | ;; published by the Free Software Foundation, either version 3 of the | 11 | ;; published by the Free Software Foundation, either version 3 of the |
| 10 | ;; License, or (at your option) any later version. | 12 | ;; License, or (at your option) any later version. |
| 11 | ;; | 13 | ;; |
| 12 | ;; This program is distributed in the hope that it will be useful, but | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 16 | ;; | 18 | ;; |
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Commentary: | 22 | ;;; Commentary: |
| 21 | 23 | ||
diff --git a/test/lisp/net/rcirc-tests.el b/test/lisp/net/rcirc-tests.el index 8d14378b4ff..285926af9d2 100644 --- a/test/lisp/net/rcirc-tests.el +++ b/test/lisp/net/rcirc-tests.el | |||
| @@ -2,18 +2,20 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This program is free software: you can redistribute it and/or | 5 | ;; This file is part of GNU Emacs. |
| 6 | ;; | ||
| 7 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 6 | ;; modify it under the terms of the GNU General Public License as | 8 | ;; modify it under the terms of the GNU General Public License as |
| 7 | ;; published by the Free Software Foundation, either version 3 of the | 9 | ;; published by the Free Software Foundation, either version 3 of the |
| 8 | ;; License, or (at your option) any later version. | 10 | ;; License, or (at your option) any later version. |
| 9 | ;; | 11 | ;; |
| 10 | ;; This program is distributed in the hope that it will be useful, but | 12 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 11 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 13 | ;; General Public License for more details. | 15 | ;; General Public License for more details. |
| 14 | ;; | 16 | ;; |
| 15 | ;; You should have received a copy of the GNU General Public License | 17 | ;; You should have received a copy of the GNU General Public License |
| 16 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 18 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 19 | ||
| 18 | ;;; Code: | 20 | ;;; Code: |
| 19 | 21 | ||
diff --git a/test/lisp/net/rfc2104-tests.el b/test/lisp/net/rfc2104-tests.el index 90535898382..e7d5a7f30e5 100644 --- a/test/lisp/net/rfc2104-tests.el +++ b/test/lisp/net/rfc2104-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> |
| 6 | 6 | ||
| 7 | ;; This program is free software: you can redistribute it and/or | 7 | ;; This file is part of GNU Emacs. |
| 8 | ;; | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 8 | ;; modify it under the terms of the GNU General Public License as | 10 | ;; modify it under the terms of the GNU General Public License as |
| 9 | ;; published by the Free Software Foundation, either version 3 of the | 11 | ;; published by the Free Software Foundation, either version 3 of the |
| 10 | ;; License, or (at your option) any later version. | 12 | ;; License, or (at your option) any later version. |
| 11 | ;; | 13 | ;; |
| 12 | ;; This program is distributed in the hope that it will be useful, but | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 16 | ;; | 18 | ;; |
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Code: | 22 | ;;; Code: |
| 21 | 23 | ||
diff --git a/test/lisp/net/secrets-tests.el b/test/lisp/net/secrets-tests.el index 6d420c4cb17..1e2cf3aef66 100644 --- a/test/lisp/net/secrets-tests.el +++ b/test/lisp/net/secrets-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
| 7 | ;; This program is free software: you can redistribute it and/or | 7 | ;; This file is part of GNU Emacs. |
| 8 | ;; | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 8 | ;; modify it under the terms of the GNU General Public License as | 10 | ;; modify it under the terms of the GNU General Public License as |
| 9 | ;; published by the Free Software Foundation, either version 3 of the | 11 | ;; published by the Free Software Foundation, either version 3 of the |
| 10 | ;; License, or (at your option) any later version. | 12 | ;; License, or (at your option) any later version. |
| 11 | ;; | 13 | ;; |
| 12 | ;; This program is distributed in the hope that it will be useful, but | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 16 | ;; | 18 | ;; |
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Code: | 22 | ;;; Code: |
| 21 | 23 | ||
diff --git a/test/lisp/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el index 988288c045d..97c22fd2feb 100644 --- a/test/lisp/net/tramp-archive-tests.el +++ b/test/lisp/net/tramp-archive-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
| 7 | ;; This program is free software: you can redistribute it and/or | 7 | ;; This file is part of GNU Emacs. |
| 8 | ;; | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 8 | ;; modify it under the terms of the GNU General Public License as | 10 | ;; modify it under the terms of the GNU General Public License as |
| 9 | ;; published by the Free Software Foundation, either version 3 of the | 11 | ;; published by the Free Software Foundation, either version 3 of the |
| 10 | ;; License, or (at your option) any later version. | 12 | ;; License, or (at your option) any later version. |
| 11 | ;; | 13 | ;; |
| 12 | ;; This program is distributed in the hope that it will be useful, but | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 16 | ;; | 18 | ;; |
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Commentary: | 22 | ;;; Commentary: |
| 21 | 23 | ||
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 02bd6138d5d..2c5b4bf18d8 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
| 7 | ;; This program is free software: you can redistribute it and/or | 7 | ;; This file is part of GNU Emacs. |
| 8 | ;; | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 8 | ;; modify it under the terms of the GNU General Public License as | 10 | ;; modify it under the terms of the GNU General Public License as |
| 9 | ;; published by the Free Software Foundation, either version 3 of the | 11 | ;; published by the Free Software Foundation, either version 3 of the |
| 10 | ;; License, or (at your option) any later version. | 12 | ;; License, or (at your option) any later version. |
| 11 | ;; | 13 | ;; |
| 12 | ;; This program is distributed in the hope that it will be useful, but | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 16 | ;; | 18 | ;; |
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Commentary: | 22 | ;;; Commentary: |
| 21 | 23 | ||
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el index f40f6a1cdb0..eed9cb534b1 100644 --- a/test/lisp/shadowfile-tests.el +++ b/test/lisp/shadowfile-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
| 7 | ;; This program is free software: you can redistribute it and/or | 7 | ;; This file is part of GNU Emacs. |
| 8 | ;; | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 8 | ;; modify it under the terms of the GNU General Public License as | 10 | ;; modify it under the terms of the GNU General Public License as |
| 9 | ;; published by the Free Software Foundation, either version 3 of the | 11 | ;; published by the Free Software Foundation, either version 3 of the |
| 10 | ;; License, or (at your option) any later version. | 12 | ;; License, or (at your option) any later version. |
| 11 | ;; | 13 | ;; |
| 12 | ;; This program is distributed in the hope that it will be useful, but | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 16 | ;; | 18 | ;; |
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Commentary: | 22 | ;;; Commentary: |
| 21 | 23 | ||
diff --git a/test/lisp/vc/ediff-ptch-tests.el b/test/lisp/vc/ediff-ptch-tests.el index a3a592bb623..15270d68cb5 100644 --- a/test/lisp/vc/ediff-ptch-tests.el +++ b/test/lisp/vc/ediff-ptch-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> | 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> |
| 6 | 6 | ||
| 7 | ;; This program is free software: you can redistribute it and/or | 7 | ;; This file is part of GNU Emacs. |
| 8 | ;; | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 8 | ;; modify it under the terms of the GNU General Public License as | 10 | ;; modify it under the terms of the GNU General Public License as |
| 9 | ;; published by the Free Software Foundation, either version 3 of the | 11 | ;; published by the Free Software Foundation, either version 3 of the |
| 10 | ;; License, or (at your option) any later version. | 12 | ;; License, or (at your option) any later version. |
| 11 | ;; | 13 | ;; |
| 12 | ;; This program is distributed in the hope that it will be useful, but | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 16 | ;; | 18 | ;; |
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Code: | 22 | ;;; Code: |
| 21 | 23 | ||
diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el index 01d196565dd..7b88b8d531a 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
| 7 | ;; This program is free software: you can redistribute it and/or | 7 | ;; This file is part of GNU Emacs. |
| 8 | ;; | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 8 | ;; modify it under the terms of the GNU General Public License as | 10 | ;; modify it under the terms of the GNU General Public License as |
| 9 | ;; published by the Free Software Foundation, either version 3 of the | 11 | ;; published by the Free Software Foundation, either version 3 of the |
| 10 | ;; License, or (at your option) any later version. | 12 | ;; License, or (at your option) any later version. |
| 11 | ;; | 13 | ;; |
| 12 | ;; This program is distributed in the hope that it will be useful, but | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 16 | ;; | 18 | ;; |
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Commentary: | 22 | ;;; Commentary: |
| 21 | 23 | ||
diff --git a/test/manual/biditest.el b/test/manual/biditest.el index 71a44ae429a..c4ee96a79c6 100644 --- a/test/manual/biditest.el +++ b/test/manual/biditest.el | |||
| @@ -6,12 +6,14 @@ | |||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Package: emacs | 7 | ;; Package: emacs |
| 8 | 8 | ||
| 9 | ;; This program is free software: you can redistribute it and/or modify | 9 | ;; This file is part of GNU Emacs. |
| 10 | |||
| 11 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 10 | ;; it under the terms of the GNU General Public License as published by | 12 | ;; it under the terms of the GNU General Public License as published by |
| 11 | ;; the Free Software Foundation, either version 3 of the License, or | 13 | ;; the Free Software Foundation, either version 3 of the License, or |
| 12 | ;; (at your option) any later version. | 14 | ;; (at your option) any later version. |
| 13 | 15 | ||
| 14 | ;; This program is distributed in the hope that it will be useful, | 16 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 15 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | ;; GNU General Public License for more details. | 19 | ;; GNU General Public License for more details. |
diff --git a/test/src/undo-tests.el b/test/src/undo-tests.el index b26a276c61b..182e2df93bc 100644 --- a/test/src/undo-tests.el +++ b/test/src/undo-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Aaron S. Hawley <aaron.s.hawley@gmail.com> | 5 | ;; Author: Aaron S. Hawley <aaron.s.hawley@gmail.com> |
| 6 | 6 | ||
| 7 | ;; This program is free software: you can redistribute it and/or | 7 | ;; This file is part of GNU Emacs. |
| 8 | ;; | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or | ||
| 8 | ;; modify it under the terms of the GNU General Public License as | 10 | ;; modify it under the terms of the GNU General Public License as |
| 9 | ;; published by the Free Software Foundation, either version 3 of the | 11 | ;; published by the Free Software Foundation, either version 3 of the |
| 10 | ;; License, or (at your option) any later version. | 12 | ;; License, or (at your option) any later version. |
| 11 | ;; | 13 | ;; |
| 12 | ;; This program is distributed in the hope that it will be useful, but | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, but |
| 13 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 16 | ;; | 18 | ;; |
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see `https://www.gnu.org/licenses/'. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Commentary: | 22 | ;;; Commentary: |
| 21 | 23 | ||