summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-05-09 23:48:10 +0000
committerGlenn Morris <rgm@gnu.org>2008-05-09 23:48:10 +0000
commit9cfc6ff57d86ae8280be58982e9ea706ca9903ae (patch)
tree558816779467046db7c2af8de072c41d277b8e2b /admin
parentd44b683d9d63dcec0c88e0a91a0720bd6c3dafb9 (diff)
downloademacs-9cfc6ff57d86ae8280be58982e9ea706ca9903ae.tar.gz
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog14
-rw-r--r--admin/README24
-rw-r--r--admin/admin.el10
-rw-r--r--admin/alloc-colors.c11
-rwxr-xr-xadmin/build-configs20
-rw-r--r--admin/cus-test.el10
-rwxr-xr-xadmin/diff-tar-files19
-rwxr-xr-xadmin/make-announcement11
-rwxr-xr-xadmin/make-emacs22
-rwxr-xr-xadmin/quick-install-emacs11
-rwxr-xr-xadmin/revdiff17
11 files changed, 76 insertions, 93 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index ca937e236e3..9480ac328fb 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -655,15 +655,15 @@
;; add-log-time-zone-rule: t
;; End:
- Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
- 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 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
@@ -671,8 +671,6 @@
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/>.
;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a
diff --git a/admin/README b/admin/README
index 4dd14b335a3..c6d0c02cde3 100644
--- a/admin/README
+++ b/admin/README
@@ -66,13 +66,20 @@ Show files added/removed between two tar files.
Get CVS diffs of files.
+Brief description of sub-directories:
+
+charsets scripts for generating charset map files
+ in ../etc/charsets
+unidata scripts for generating character property files
+ in ../lisp/international
+
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
@@ -80,20 +87,11 @@ 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/>.
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
end:
-Brief description of sub-directories:
-
-charsets scripts for generating charset map files
- in ../etc/charsets
-unidata scripts for generating character property files
- in ../lisp/international
-
# arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463
diff --git a/admin/admin.el b/admin/admin.el
index 05cd7f94467..828e87f4225 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -5,10 +5,10 @@
;; 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
@@ -16,9 +16,7 @@
;; 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/>.
;;; Commentary:
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index b0d4893181c..40e05d0a09f 100644
--- a/admin/alloc-colors.c
+++ b/admin/alloc-colors.c
@@ -4,10 +4,10 @@
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
@@ -15,9 +15,8 @@ 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/>. */
+
#include <X11/Xlib.h>
#include <stdio.h>
diff --git a/admin/build-configs b/admin/build-configs
index 66c4f4d71b9..5120fac9093 100755
--- a/admin/build-configs
+++ b/admin/build-configs
@@ -1,26 +1,24 @@
#! /usr/bin/perl
+# Build Emacs in several different configurations.
# Copyright (C) 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/>.
-# Build Emacs in several different configurations.
require 5;
use Getopt::Long;
diff --git a/admin/cus-test.el b/admin/cus-test.el
index 96fae1f70e4..51034624b58 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -10,10 +10,10 @@
;; 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
@@ -21,9 +21,7 @@
;; 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/>.
;;; Commentary:
diff --git a/admin/diff-tar-files b/admin/diff-tar-files
index 0d142768bfc..851f82cf2be 100755
--- a/admin/diff-tar-files
+++ b/admin/diff-tar-files
@@ -2,23 +2,22 @@
# Copyright (C) 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/>.
+
if [ $# != 2 ]; then
cat <<EOF
diff --git a/admin/make-announcement b/admin/make-announcement
index b98dce5030d..b66c7290afb 100755
--- a/admin/make-announcement
+++ b/admin/make-announcement
@@ -7,10 +7,10 @@
## 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
@@ -18,9 +18,8 @@
## 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/>.
+
### Code:
diff --git a/admin/make-emacs b/admin/make-emacs
index f54bc481cfa..73077068316 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -1,27 +1,25 @@
#! /usr/bin/perl
+# Build Emacs with various options for profiling, debugging,
+# with and without warnings enabled etc.
# Copyright (C) 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/>.
-# Build Emacs with various options for profiling, debugging,
-# with and without warnings enabled etc.
require 5;
use Getopt::Long;
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index e4e77a14f2c..675750a43e8 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -8,10 +8,10 @@
## 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
@@ -19,9 +19,8 @@
## 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/>.
+
### Commentary:
diff --git a/admin/revdiff b/admin/revdiff
index 9e47a1eba2c..eccfdd7f55c 100755
--- a/admin/revdiff
+++ b/admin/revdiff
@@ -4,21 +4,20 @@
# 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/>.
+
use File::Basename;