diff options
author | Glenn Morris <rgm@gnu.org> | 2016-05-23 08:43:26 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-05-23 08:43:26 -0700 |
commit | c33ed39efc2d99e4289bf40f4686f5ac5efedce0 (patch) | |
tree | e6e93e33451b4d58685e3cdafcaed1d0d7eb7705 /test | |
parent | df4a14be69bdf878df391fe78d2a3d25bd7fd139 (diff) | |
download | emacs-c33ed39efc2d99e4289bf40f4686f5ac5efedce0.tar.gz |
; * test/automated/viper-tests.el: Standardize license notice.
Diffstat (limited to 'test')
-rw-r--r-- | test/automated/viper-tests.el | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/test/automated/viper-tests.el b/test/automated/viper-tests.el index 1be92a4e1f6..8b30f050935 100644 --- a/test/automated/viper-tests.el +++ b/test/automated/viper-tests.el @@ -4,18 +4,18 @@ ;; This file is part of GNU Emacs. -;; This program 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, 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. -;; +;; 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. + +;; 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: |