aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2016-02-08 08:43:52 -0800
committerGlenn Morris2016-02-08 08:43:52 -0800
commit5825f42e7a2ed27610f83234038fcf91ec44222e (patch)
tree9b882d9b463c3c81f7bd96cd87533b3f3822a511
parentc0abae57f6115346f0d2e38d897c95de61fcbc85 (diff)
downloademacs-5825f42e7a2ed27610f83234038fcf91ec44222e.tar.gz
emacs-5825f42e7a2ed27610f83234038fcf91ec44222e.zip
; Some standardization of copyright and license notices in recent new files
-rw-r--r--test/lisp/net/network-stream-tests.el2
-rw-r--r--test/lisp/url/url-auth-tests.el10
2 files changed, 8 insertions, 4 deletions
diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el
index ad7c1fc7d2b..863064dd537 100644
--- a/test/lisp/net/network-stream-tests.el
+++ b/test/lisp/net/network-stream-tests.el
@@ -4,6 +4,8 @@
4 4
5;; Author: Lars Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Ingebrigtsen <larsi@gnus.org>
6 6
7;; This file is part of GNU Emacs.
8
7;; GNU Emacs is free software: you can redistribute it and/or modify 9;; GNU Emacs is free software: you can redistribute it and/or modify
8;; it under the terms of the GNU General Public License as published by 10;; it under the terms of the GNU General Public License as published by
9;; the Free Software Foundation, either version 3 of the License, or 11;; the Free Software Foundation, either version 3 of the License, or
diff --git a/test/lisp/url/url-auth-tests.el b/test/lisp/url/url-auth-tests.el
index 36c177f9dad..e767b05404a 100644
--- a/test/lisp/url/url-auth-tests.el
+++ b/test/lisp/url/url-auth-tests.el
@@ -1,21 +1,23 @@
1;;; url-auth-tests.el --- Test suite for url-auth. 1;;; url-auth-tests.el --- Test suite for url-auth.
2 2
3;; Copyright (C) 2015 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
4 4
5;; Author: Jarno Malmari <jarno@malmari.fi> 5;; Author: Jarno Malmari <jarno@malmari.fi>
6 6
7;; This program is free software; you can redistribute it and/or modify 7;; This file is part of GNU Emacs.
8
9;; GNU Emacs is free software: you can redistribute it and/or modify
8;; it under the terms of the GNU General Public License as published by 10;; it under the terms of the GNU General Public License as published by
9;; the Free Software Foundation, either version 3 of the License, or 11;; the Free Software Foundation, either version 3 of the License, or
10;; (at your option) any later version. 12;; (at your option) any later version.
11 13
12;; This program is distributed in the hope that it will be useful, 14;; GNU Emacs is distributed in the hope that it will be useful,
13;; but WITHOUT ANY WARRANTY; without even the implied warranty of 15;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15;; GNU General Public License for more details. 17;; GNU 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 <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19 21
20;;; Commentary: 22;;; Commentary:
21 23