diff options
author | Glenn Morris <rgm@gnu.org> | 2007-02-03 21:53:58 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-02-03 21:53:58 +0000 |
commit | 87a0937544a4780247627d1eb906a9da76e44ec6 (patch) | |
tree | c3aa43400b9b2f870487069b8e2bb01a41d22995 /admin/make-announcement | |
parent | 1fd1b481cdad915c06e50ade07820bd18d2e7193 (diff) | |
download | emacs-87a0937544a4780247627d1eb906a9da76e44ec6.tar.gz |
Add copyright and license notice.
Diffstat (limited to 'admin/make-announcement')
-rwxr-xr-x | admin/make-announcement | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/admin/make-announcement b/admin/make-announcement index 992808a514d..03a083e4c72 100755 --- a/admin/make-announcement +++ b/admin/make-announcement @@ -1,5 +1,29 @@ #! /bin/bash +## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 +## Free Software Foundation, Inc. + +## Author: Francesco Potorti` <pot@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. + +### Code: + if [ $# -ne 2 ]; then echo "usage: $0 <old version number> <new version number>" >&2 exit 1 |