mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
Add copyright and license notice.
This commit is contained in:
parent
1fd1b481cd
commit
87a0937544
4 changed files with 95 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue