diff options
| author | Glenn Morris | 2013-06-27 09:14:05 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-06-27 09:14:05 -0700 |
| commit | 9c8d35d532867c48ff8867466da20d70e931c5bc (patch) | |
| tree | 1876e173ccd538def1beac0e1e375ff1f104654e /test | |
| parent | dae2f5ef41cd81c4feeddb3667c03d1f27df7743 (diff) | |
| download | emacs-9c8d35d532867c48ff8867466da20d70e931c5bc.tar.gz emacs-9c8d35d532867c48ff8867466da20d70e931c5bc.zip | |
Add Copyright header, standardize license notice
Diffstat (limited to 'test')
| -rwxr-xr-x | test/automated/package-test.el | 12 | ||||
| -rwxr-xr-x | test/automated/package-x-test.el | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/test/automated/package-test.el b/test/automated/package-test.el index 19402af0cdf..706ba953d98 100755 --- a/test/automated/package-test.el +++ b/test/automated/package-test.el | |||
| @@ -1,14 +1,16 @@ | |||
| 1 | ;;; package-test.el --- Tests for the Emacs package system | 1 | ;;; package-test.el --- Tests for the Emacs package system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Daniel Hackney <dan@haxney.org> | 5 | ;; Author: Daniel Hackney <dan@haxney.org> |
| 4 | ;; Version: 1.0 | 6 | ;; Version: 1.0 |
| 5 | 7 | ||
| 6 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 7 | 9 | ||
| 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
| 9 | ;; it under the terms of the GNU General Public License as published by | 11 | ;; it under the terms of the GNU General Public License as published by |
| 10 | ;; the Free Software Foundation; either version 3, or (at your option) | 12 | ;; the Free Software Foundation, either version 3 of the License, or |
| 11 | ;; any later version. | 13 | ;; (at your option) any later version. |
| 12 | 14 | ||
| 13 | ;; GNU Emacs is distributed in the hope that it will be useful, | 15 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 14 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -16,9 +18,7 @@ | |||
| 16 | ;; GNU General Public License for more details. | 18 | ;; GNU General Public License for more details. |
| 17 | 19 | ||
| 18 | ;; You should have received a copy of the GNU General Public License | 20 | ;; You should have received a copy of the GNU General Public License |
| 19 | ;; along with GNU Emacs; see the file COPYING. If not, write to the | 21 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 20 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | ;; Boston, MA 02110-1301, USA. | ||
| 22 | 22 | ||
| 23 | ;;; Commentary: | 23 | ;;; Commentary: |
| 24 | 24 | ||
diff --git a/test/automated/package-x-test.el b/test/automated/package-x-test.el index 531c5b35021..b8f2a23f6d5 100755 --- a/test/automated/package-x-test.el +++ b/test/automated/package-x-test.el | |||
| @@ -1,14 +1,16 @@ | |||
| 1 | ;;; package-test.el --- Tests for the Emacs package system | 1 | ;;; package-test.el --- Tests for the Emacs package system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Daniel Hackney <dan@haxney.org> | 5 | ;; Author: Daniel Hackney <dan@haxney.org> |
| 4 | ;; Version: 1.0 | 6 | ;; Version: 1.0 |
| 5 | 7 | ||
| 6 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 7 | 9 | ||
| 8 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
| 9 | ;; it under the terms of the GNU General Public License as published by | 11 | ;; it under the terms of the GNU General Public License as published by |
| 10 | ;; the Free Software Foundation; either version 3, or (at your option) | 12 | ;; the Free Software Foundation, either version 3 of the License, or |
| 11 | ;; any later version. | 13 | ;; (at your option) any later version. |
| 12 | 14 | ||
| 13 | ;; GNU Emacs is distributed in the hope that it will be useful, | 15 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 14 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -16,9 +18,7 @@ | |||
| 16 | ;; GNU General Public License for more details. | 18 | ;; GNU General Public License for more details. |
| 17 | 19 | ||
| 18 | ;; You should have received a copy of the GNU General Public License | 20 | ;; You should have received a copy of the GNU General Public License |
| 19 | ;; along with GNU Emacs; see the file COPYING. If not, write to the | 21 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 20 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 21 | ;; Boston, MA 02110-1301, USA. | ||
| 22 | 22 | ||
| 23 | ;;; Commentary: | 23 | ;;; Commentary: |
| 24 | 24 | ||