aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorStefan Kangas2020-10-28 03:41:55 +0100
committerStefan Kangas2020-10-28 03:41:55 +0100
commit94ddb1987ea1f88f41dd4c7c8acaaad5ede20322 (patch)
treed8939e9bf2bdf6054043c3d35aead34785b06575 /test/src
parent039ffaf69f87b4b7664222f7649209bc22fc6309 (diff)
downloademacs-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/src')
-rw-r--r--test/src/undo-tests.el8
1 files changed, 5 insertions, 3 deletions
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