diff options
author | Glenn Morris <rgm@gnu.org> | 2008-05-07 07:35:58 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-05-07 07:35:58 +0000 |
commit | b33ba8120b3548a3b95cdea5a9be8982380407fb (patch) | |
tree | aa3468c5533bdb063d674afe34e7914392bfc647 /make-dist | |
parent | 4f43e9371b08fdbf9eca28a97eab60b2632b94c0 (diff) | |
download | emacs-b33ba8120b3548a3b95cdea5a9be8982380407fb.tar.gz |
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/make-dist b/make-dist index a455fefb3ba..866b4351e9b 100755 --- a/make-dist +++ b/make-dist @@ -8,23 +8,22 @@ # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. -# + # This file is part of GNU Emacs. # -# GNU Emacs is free software; you can redistribute it and/or modify +# 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, or (at your option) -# any later version. -# +# 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 GNU Emacs; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + progname="$0" |