# HG changeset patch # User Glenn Morris # Date 1170539638 0 # Node ID 16e7738bd009052641c783292fd12e8821797ab9 # Parent 48e11b5cb31eb6fbb5c3534a74e9ad36ca0cd757 Add copyright and license notice. diff -r 48e11b5cb31e -r 16e7738bd009 admin/make-announcement --- 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` + +## 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 " >&2 exit 1 diff -r 48e11b5cb31e -r 16e7738bd009 admin/nt/makedist.bat --- 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 +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 diff -r 48e11b5cb31e -r 16e7738bd009 etc/splash.xpm --- 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, */ +/* Gnu Emacs Logo + * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 + * Free Software Foundation, Inc. + * + * Author: Luis Fernandes + * + * 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", diff -r 48e11b5cb31e -r 16e7738bd009 etc/splash8.xpm --- 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 */ +/* Gnu Emacs Logo for color depth 8 + * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 + * Free Software Foundation, Inc. + * + * Author: Luis Fernandes + * + * 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",