Mercurial > emacs
changeset 75651:16e7738bd009
Add copyright and license notice.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 03 Feb 2007 21:53:58 +0000 |
parents | 48e11b5cb31e |
children | bd6d4488b990 |
files | admin/make-announcement admin/nt/makedist.bat etc/splash.xpm etc/splash8.xpm |
diffstat | 4 files changed, 95 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/make-announcement Sat Feb 03 21:53:04 2007 +0000 +++ b/admin/make-announcement Sat Feb 03 21:53:58 2007 +0000 @@ -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
--- a/admin/nt/makedist.bat Sat Feb 03 21:53:04 2007 +0000 +++ b/admin/nt/makedist.bat Sat Feb 03 21:53:58 2007 +0000 @@ -1,5 +1,28 @@ @echo off +rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 +rem Free Software Foundation, Inc. +rem +rem Author: Andrew Innes <andrewi@gnu.org> +rem +rem This file is part of GNU Emacs. +rem +rem GNU Emacs is free software; you can redistribute it and/or modify +rem it under the terms of the GNU General Public License as published by +rem the Free Software Foundation; either version 2, or (at your option) +rem any later version. +rem +rem GNU Emacs is distributed in the hope that it will be useful, +rem but WITHOUT ANY WARRANTY; without even the implied warranty of +rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +rem GNU General Public License for more details. +rem +rem You should have received a copy of the GNU General Public License +rem along with GNU Emacs; see the file COPYING. If not, write to the +rem Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +rem Boston, MA 02110-1301, USA. + + rem Beware broken ports of tar. Recent cygwin versions work well, older rem cygwin versions and the current MSys port have problems with DOS rem line ends when reading file names from a file. Other ports have their
--- a/etc/splash.xpm Sat Feb 03 21:53:04 2007 +0000 +++ b/etc/splash.xpm Sat Feb 03 21:53:58 2007 +0000 @@ -1,5 +1,28 @@ /* XPM */ -/* Gnu Emacs 21 Logo by Luis Fernandes, <elf@ee.ryerson.ca> */ +/* Gnu Emacs Logo + * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 + * Free Software Foundation, Inc. + * + * Author: Luis Fernandes <elf@ee.ryerson.ca> + * + * 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. + */ static char *splash[] = { /* width height num_colors chars_per_pixel */ " 270 217 4 1",
--- a/etc/splash8.xpm Sat Feb 03 21:53:04 2007 +0000 +++ b/etc/splash8.xpm Sat Feb 03 21:53:58 2007 +0000 @@ -1,5 +1,28 @@ /* XPM */ -/* Emacs 21 Logo by Luis Fernandes <elf@ee.ryerson.ca> */ +/* Gnu Emacs Logo for color depth 8 + * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 + * Free Software Foundation, Inc. + * + * Author: Luis Fernandes <elf@ee.ryerson.ca> + * + * 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. + */ static char * splash_xpm[] = { "270 217 4 1", " c None",