diff options
| author | Glenn Morris <rgm@gnu.org> | 2015-03-24 13:58:46 -0400 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2015-03-24 13:58:46 -0400 |
| commit | 1e043f5e79bf67c9ebfa35623edcff0633d37a75 (patch) | |
| tree | c90900b9cf73066fd4a104f92f5c7883b3e2813a | |
| parent | 23a98c7a538fd6da43eba522c3db8e53c1edd1ac (diff) | |
| download | emacs-1e043f5e79bf67c9ebfa35623edcff0633d37a75.tar.gz | |
epg-tests.el: Standardize license notice.
| -rw-r--r-- | test/automated/epg-tests.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/automated/epg-tests.el b/test/automated/epg-tests.el index a7fa5a1da58..a958d82bd03 100644 --- a/test/automated/epg-tests.el +++ b/test/automated/epg-tests.el @@ -2,18 +2,20 @@ ;; Copyright (C) 2013-2015 Free Software Foundation, Inc. -;; 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: |
