summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-07-14 10:26:04 -0700
committerGlenn Morris <rgm@gnu.org>2017-07-14 10:26:04 -0700
commit548941bbd8a0a02fe58ba34875468e208c08c891 (patch)
tree574dda7359c8fac042f7df4120ebe126a36fd75e
parent6e2d6d54e1236216462c13655ea1fe573d9672e7 (diff)
downloademacs-548941bbd8a0a02fe58ba34875468e208c08c891.tar.gz
; Standardize license notices in new files
-rw-r--r--test/lisp/net/gnutls-tests.el8
-rw-r--r--test/lisp/ses-tests.el8
2 files changed, 10 insertions, 6 deletions
diff --git a/test/lisp/net/gnutls-tests.el b/test/lisp/net/gnutls-tests.el
index 7cef8c1ff10..6f1ca744e54 100644
--- a/test/lisp/net/gnutls-tests.el
+++ b/test/lisp/net/gnutls-tests.el
@@ -4,18 +4,20 @@
;; Author: Ted Zlatanov <tzz@lifelogs.com>
-;; 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:
diff --git a/test/lisp/ses-tests.el b/test/lisp/ses-tests.el
index 5250ff43b7f..196f7100721 100644
--- a/test/lisp/ses-tests.el
+++ b/test/lisp/ses-tests.el
@@ -4,18 +4,20 @@
;; Author: Vincent Belaïche <vincentb1@users.sourceforge.net>
-;; 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/>.
;;; Code: