summaryrefslogtreecommitdiff
path: root/admin/quick-install-emacs
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-01-28 00:05:32 +0000
committerGlenn Morris <rgm@gnu.org>2007-01-28 00:05:32 +0000
commit82be670e564c4edae5d5fa2cb7a8c70775838660 (patch)
tree59667dbaf237a2012d53468b88ec00abbfc37210 /admin/quick-install-emacs
parentf202188558d3d92985e7fe59e10f6cadeddd0ee1 (diff)
downloademacs-82be670e564c4edae5d5fa2cb7a8c70775838660.tar.gz
Add FSF copyright and GPL.
Diffstat (limited to 'admin/quick-install-emacs')
-rwxr-xr-xadmin/quick-install-emacs32
1 files changed, 28 insertions, 4 deletions
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index 2167b8ee2d1..a6e70120e6d 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -1,9 +1,33 @@
#!/bin/sh
-# quick-install-emacs -- do a halfway-decent job of installing emacs quickly
-# Written by Miles Bader <miles@gnu.org>
+### quick-install-emacs --- do a halfway-decent job of installing emacs quickly
+
+## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+## Free Software Foundation, Inc.
+
+## Author: Miles Bader <miles@gnu.org>
+
+## 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 2, 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.
+
+### Commentary:
+
+## This script is mainly intended for emacs maintainer or pretesters who
+## install emacs very often. See the --help output for more details.
-# This script is mainly intended for emacs maintainer or pretesters who
-# install emacs very often. See the --help output for more details.
PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse'
PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin'