Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
9ad5de0c
Commit
9ad5de0c
authored
May 09, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to recommended form of GPLv3 permissions notice.
parent
294981c7
Changes
33
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
215 additions
and
270 deletions
+215
-270
admin/ChangeLog
admin/ChangeLog
+6
-8
admin/README
admin/README
+11
-13
admin/admin.el
admin/admin.el
+4
-6
admin/alloc-colors.c
admin/alloc-colors.c
+5
-6
admin/build-configs
admin/build-configs
+9
-11
admin/charsets/Makefile
admin/charsets/Makefile
+5
-7
admin/charsets/big5.awk
admin/charsets/big5.awk
+8
-10
admin/charsets/compact.awk
admin/charsets/compact.awk
+9
-11
admin/charsets/cp51932.awk
admin/charsets/cp51932.awk
+9
-11
admin/charsets/cp932.awk
admin/charsets/cp932.awk
+10
-11
admin/charsets/eucjp-ms.awk
admin/charsets/eucjp-ms.awk
+9
-11
admin/charsets/gb180302.awk
admin/charsets/gb180302.awk
+8
-10
admin/charsets/gb180304.awk
admin/charsets/gb180304.awk
+8
-10
admin/charsets/mapconv
admin/charsets/mapconv
+11
-12
admin/charsets/mule-charsets.el
admin/charsets/mule-charsets.el
+5
-6
admin/cus-test.el
admin/cus-test.el
+4
-6
admin/diff-tar-files
admin/diff-tar-files
+9
-10
admin/make-announcement
admin/make-announcement
+5
-6
admin/make-emacs
admin/make-emacs
+10
-12
admin/notes/copyright
admin/notes/copyright
+4
-6
admin/notes/font-backend
admin/notes/font-backend
+4
-6
admin/notes/lel-TODO
admin/notes/lel-TODO
+4
-6
admin/notes/multi-tty
admin/notes/multi-tty
+4
-6
admin/notes/unicode
admin/notes/unicode
+4
-6
admin/nt/README-UNDUMP.W32
admin/nt/README-UNDUMP.W32
+4
-6
admin/nt/README-ftp-server
admin/nt/README-ftp-server
+4
-6
admin/nt/README.W32
admin/nt/README.W32
+4
-6
admin/nt/makedist.bat
admin/nt/makedist.bat
+11
-12
admin/quick-install-emacs
admin/quick-install-emacs
+5
-6
admin/revdiff
admin/revdiff
+8
-9
admin/unidata/Makefile.in
admin/unidata/Makefile.in
+5
-6
admin/unidata/makefile.w32-in
admin/unidata/makefile.w32-in
+5
-6
admin/unidata/unidata-gen.el
admin/unidata/unidata-gen.el
+4
-6
No files found.
admin/ChangeLog
View file @
9ad5de0c
...
...
@@ -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
admin/README
View file @
9ad5de0c
...
...
@@ -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
admin/admin.el
View file @
9ad5de0c
...
...
@@ -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:
...
...
admin/alloc-colors.c
View file @
9ad5de0c
...
...
@@ -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>
...
...
admin/build-configs
View file @
9ad5de0c
#! /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
;
...
...
admin/charsets/Makefile
View file @
9ad5de0c
...
...
@@ -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,11 +16,9 @@
# 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
# Commentary
:
# At first, set these environment variables:
# GLIBC_CHARMAPS
...
...
admin/charsets/big5.awk
View file @
9ad5de0c
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
# 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/>.
BEGIN
{
tohex
[
"A"
]
=
10
;
...
...
admin/charsets/compact.awk
View file @
9ad5de0c
...
...
@@ -2,25 +2,23 @@
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
# 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/>.
# Comment:
# Comment
ary
:
# Make a charset map compact by changing this kind of line sequence:
# 0x00 0x0000
# 0x01 0x0001
...
...
admin/charsets/cp51932.awk
View file @
9ad5de0c
...
...
@@ -2,25 +2,23 @@
# Copyright (C) 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
# 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/>.
# Comment:
# Comment
ary
:
# Genereate a translation table for CP51932 (EUC-JP of MicroSoft Version).
# It maps invalid JISX0208 code points used by CP51932 to Unicode.
...
...
admin/charsets/cp932.awk
View file @
9ad5de0c
...
...
@@ -2,25 +2,24 @@
# Copyright (C) 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
# 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/>.
#
Commentary:
# Comment:
# Add a sort key 0, 1, 2, or 3 at the tail of each line as a comment
# to realize the round trip mapping to Unicode works as described in
# this page:
...
...
admin/charsets/eucjp-ms.awk
View file @
9ad5de0c
...
...
@@ -2,25 +2,23 @@
# Copyright (C) 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
# 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/>.
# Comment:
# Comment
ary
:
# eucJP-ms is one of eucJP-open encoding defined at this page:
# http://www.opengroup.or.jp/jvc/cde/appendix.html
...
...
admin/charsets/gb180302.awk
View file @
9ad5de0c
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
# 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/>.
BEGIN
{
tohex
[
"A"
]
=
10
;
...
...
admin/charsets/gb180304.awk
View file @
9ad5de0c
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
# 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/>.
BEGIN
{
tohex
[
"A"
]
=
10
;
...
...
admin/charsets/mapconv
View file @
9ad5de0c
#!/bin/sh
#
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
# 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/>.
#
Commentary:
# Comment:
# Convert charset map of various format into this:
# 0xXX 0xYYYY
# where,
...
...
admin/charsets/mule-charsets.el
View file @
9ad5de0c
...
...
@@ -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,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/>.
(
if
(
or
(
<
emacs-major-version
21
)
(
<
emacs-minor-version
3
)
...
...
admin/cus-test.el
View file @
9ad5de0c
...
...
@@ -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:
...
...
admin/diff-tar-files
View file @
9ad5de0c
...
...
@@ -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
...
...
admin/make-announcement
View file @
9ad5de0c
...
...
@@ -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:
...
...
admin/make-emacs
View file @
9ad5de0c
#! /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
;
...
...
admin/notes/copyright
View file @
9ad5de0c
...
...
@@ -655,10 +655,10 @@ under GPLv2 (no "or later"). See:
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
...
...
@@ -666,6 +666,4 @@ 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/>.
admin/notes/font-backend
View file @
9ad5de0c
...
...
@@ -65,10 +65,10 @@ In such a case, please try this:
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
...
...
@@ -76,6 +76,4 @@ 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,