From 87a0937544a4780247627d1eb906a9da76e44ec6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 3 Feb 2007 21:53:58 +0000 Subject: [PATCH] Add copyright and license notice. --- admin/make-announcement | 24 ++++++++++++++++++++++++ admin/nt/makedist.bat | 23 +++++++++++++++++++++++ etc/splash.xpm | 25 ++++++++++++++++++++++++- etc/splash8.xpm | 25 ++++++++++++++++++++++++- 4 files changed, 95 insertions(+), 2 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` + +## 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 --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index db9d9026aec..a04a11acd35 100755 --- a/admin/nt/makedist.bat +++ b/admin/nt/makedist.bat @@ -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 --git a/etc/splash.xpm b/etc/splash.xpm index dee4bb1afde..85171f30725 100644 --- a/etc/splash.xpm +++ b/etc/splash.xpm @@ -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 --git a/etc/splash8.xpm b/etc/splash8.xpm index 2fbf4e16b12..236d07c6a1c 100644 --- a/etc/splash8.xpm +++ b/etc/splash8.xpm @@ -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", -- 2.39.2