]> git.eshelyaron.com Git - emacs.git/commitdiff
; Some standardization of copyright and license notices in recent new files
authorGlenn Morris <rgm@gnu.org>
Mon, 8 Feb 2016 16:43:52 +0000 (08:43 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 8 Feb 2016 16:43:52 +0000 (08:43 -0800)
test/lisp/net/network-stream-tests.el
test/lisp/url/url-auth-tests.el

index ad7c1fc7d2b3c2ebfb59a8d459f7d0e3e8967545..863064dd537f0c89995694de0af3d4d7abb7eae9 100644 (file)
@@ -4,6 +4,8 @@
 
 ;; Author: Lars Ingebrigtsen <larsi@gnus.org>
 
+;; This file is part of GNU Emacs.
+
 ;; 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
index 36c177f9dadc4d4ce2e4d2e56bbff525c16cd133..e767b05404ad6f08897f2f3560a2c836a8fa89c0 100644 (file)
@@ -1,21 +1,23 @@
 ;;; url-auth-tests.el --- Test suite for url-auth.
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
 
 ;; Author: Jarno Malmari <jarno@malmari.fi>
 
-;; This program is free software; you can redistribute it and/or modify
+;; This file is part of GNU Emacs.
+
+;; 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.
 
-;; This program 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.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary: