Update years in copyright notice; nfc.

This commit is contained in:
Thien-Thi Nguyen 2005-08-07 10:56:27 +00:00
parent 9074d3d501
commit 92b47a4a99
76 changed files with 138 additions and 91 deletions

View file

@ -1,6 +1,6 @@
# Makefile for lib-src subdirectory in GNU Emacs. # Makefile for lib-src subdirectory in GNU Emacs.
# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002, 2003, 2004, 2005 # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002, 2003, 2004,
# Free Software Foundation, Inc. # 2005 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,4 +1,5 @@
/* Copyright (C) 1985, 1994 Free Software Foundation /* Copyright (C) 1985, 1994, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,7 +1,8 @@
/* Give this program DOC-mm.nn.oo as standard input and it outputs to /* Give this program DOC-mm.nn.oo as standard input and it outputs to
standard output a file of nroff output containing the doc strings. standard output a file of nroff output containing the doc strings.
Copyright (C) 1987, 1994, 2001 Free Software Foundation Inc. Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
/* ebrowse.c --- parsing files for the ebrowse C++ browser /* ebrowse.c --- parsing files for the ebrowse C++ browser
Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2000, 2001, 2002 Free Software Foundation Inc. 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
/* Client process that communicates with GNU Emacs acting as server. /* Client process that communicates with GNU Emacs acting as server.
Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2003, 2004 Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004,
Free Software Foundation, Inc. 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* /*
Copyright (C) 1986, 1988, 1990, 1991 Free Software Foundation, Inc. Copyright (C) 1986, 1988, 1990, 1991, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,7 @@
/* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*- /* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*-
Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2001, 2002, 2004 Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995,
Free Software Foundation, Inc. and Ken Arnold 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc. and Ken Arnold
This file is not considered part of GNU Emacs. This file is not considered part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* sendmail-like interface to /bin/mail for system V, /* sendmail-like interface to /bin/mail for system V,
Copyright (C) 1985, 1994, 1999 Free Software Foundation, Inc. Copyright (C) 1985, 1994, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -2,8 +2,9 @@
NOTE: getopt is now part of the C library, so if you don't know what NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to drepper@gnu.org "Keep this file name-space clean" means, talk to drepper@gnu.org
before changing it! before changing it!
Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004 Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
Free Software Foundation, Inc. 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View file

@ -1,6 +1,6 @@
/* getopt_long and getopt_long_only entry points for GNU getopt. /* getopt_long and getopt_long_only entry points for GNU getopt.
Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98,2004 Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997,
Free Software Foundation, Inc. 1998, 2004, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View file

@ -1,6 +1,6 @@
/* Declarations for getopt. /* Declarations for getopt.
Copyright (C) 1989-1994,1996-1999,2001,2003,2004 Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
Free Software Foundation, Inc. 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View file

@ -1,6 +1,6 @@
/* Internal declarations for getopt. /* Internal declarations for getopt.
Copyright (C) 1989-1994,1996-1999,2001,2003,2004 Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
Free Software Foundation, Inc. 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,6 @@
/* Convenience header for conditional use of GNU <libintl.h>. /* Convenience header for conditional use of GNU <libintl.h>.
Copyright (C) 1995-1998, 2000-2002, 2004 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004,
2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,7 @@
#! /usr/bin/perl #! /usr/bin/perl
# Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc. # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# #
# This file is part of GNU Emacs. # This file is part of GNU Emacs.
# #

View file

@ -1,5 +1,5 @@
/* Convert files for Emacs Hexl mode. /* Convert files for Emacs Hexl mode.
Copyright (C) 1989 Free Software Foundation, Inc Copyright (C) 1989, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is not considered part of GNU Emacs. This file is not considered part of GNU Emacs.

View file

@ -1,6 +1,6 @@
/* Generate doc-string file for GNU Emacs from source files. /* Generate doc-string file for GNU Emacs from source files.
Copyright (C) 1985, 86, 92, 93, 94, 97, 1999, 2000, 01, 2004 Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001,
Free Software Foundation, Inc. 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
# Copyright (c) 2000-2001, 2004 Free Software Foundation, Inc. # Copyright (C) 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# #
# This file is part of GNU Emacs. # This file is part of GNU Emacs.
# #

View file

@ -1,6 +1,7 @@
/* movemail foo bar -- move file foo to file bar, /* movemail foo bar -- move file foo to file bar,
locking file foo the way /bin/mail respects. locking file foo the way /bin/mail respects.
Copyright (C) 1986, 92, 93, 94, 96, 1999 Free Software Foundation, Inc. Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
/* Utility and Unix shadow routines for GNU Emacs support programs on NT. /* Utility and Unix shadow routines for GNU Emacs support programs on NT.
Copyright (C) 1994 Free Software Foundation, Inc. Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
/* Utility and Unix shadow routines for GNU Emacs support programs on NT. /* Utility and Unix shadow routines for GNU Emacs support programs on NT.
Copyright (C) 1994 Free Software Foundation, Inc. Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* pop.c: client routines for talking to a POP3-protocol post-office server /* pop.c: client routines for talking to a POP3-protocol post-office server
Copyright (c) 1991, 1993, 1996, 1997, 1999 Free Software Foundation, Inc. Copyright (C) 1991, 1993, 1996, 1997, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
Written by Jonathan Kamens, jik@security.ov.com. Written by Jonathan Kamens, jik@security.ov.com.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* pop.h: Header file for the "pop.c" client POP3 protocol. /* pop.h: Header file for the "pop.c" client POP3 protocol.
Copyright (c) 1991,1993 Free Software Foundation, Inc. Copyright (C) 1991, 1993, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
Written by Jonathan Kamens, jik@security.ov.com. Written by Jonathan Kamens, jik@security.ov.com.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* profile.c --- generate periodic events for profiling of Emacs Lisp code. /* profile.c --- generate periodic events for profiling of Emacs Lisp code.
Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc. Copyright (C) 1992, 1994, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>

View file

@ -2,7 +2,8 @@
# This script accepts any number of file arguments and checks them into RCS. # This script accepts any number of file arguments and checks them into RCS.
# Copyright (C) 1993, 1994, 1995, 2001, 2002 Free Software Foundation, Inc. # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# #
# This file is part of GNU Emacs. # This file is part of GNU Emacs.
# #

View file

@ -55,7 +55,7 @@ Report bugs to <bug-gnu-emacs@gnu.org>.'
Id='$Id$' Id='$Id$'
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
# 2004 Free Software Foundation, Inc. # 2004, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -72,7 +72,7 @@ Id='$Id$'
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA. # Boston, MA 02110-1301, USA.
Copyright='Copyright (C) 2004 Free Software Foundation, Inc. Copyright='Copyright (C) 2005 Free Software Foundation, Inc.
This program comes with NO WARRANTY, to the extent permitted by law. This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of this program You may redistribute copies of this program
under the terms of the GNU General Public License. under the terms of the GNU General Public License.

View file

@ -1,8 +1,8 @@
/* Give this program DOC-mm.nn.oo as standard input and it outputs to /* Give this program DOC-mm.nn.oo as standard input and it outputs to
standard output a file of texinfo input containing the doc strings. standard output a file of texinfo input containing the doc strings.
Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001 Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003,
Free Software Foundation Inc. 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
/* test-distrib.c --- testing distribution of nonprinting chars /* test-distrib.c --- testing distribution of nonprinting chars
Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001 Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003,
Free Software Foundation Inc. 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
/* update-game-score.c --- Update a score file /* update-game-score.c --- Update a score file
Copyright (C) 2002, 2003 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -3,8 +3,8 @@
# Enhanced sccs diff utility for use with vc mode. # Enhanced sccs diff utility for use with vc mode.
# This version is more compatible with rcsdiff(1). # This version is more compatible with rcsdiff(1).
# #
# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2004 # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004,
# Free Software Foundation, Inc. # 2005 Free Software Foundation, Inc.
# #
# This file is part of GNU Emacs. # This file is part of GNU Emacs.
# #

View file

@ -1,5 +1,5 @@
# Maintenance productions for the Lisp directory # Maintenance productions for the Lisp directory
# Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
# Copyright (c) 2000, 2001, 2004, 2005 Free Software Foundation, Inc. # Copyright (C) 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# #
# This file is part of GNU Emacs. # This file is part of GNU Emacs.
# #

View file

@ -1,6 +1,7 @@
/* The lwlib interface to "xlwmenu" menus. /* The lwlib interface to "xlwmenu" menus.
Copyright (C) 1992 Lucid, Inc. Copyright (C) 1992 Lucid, Inc.
Copyright (C) 1994, 2000, 2001 Free Software Foundation, Inc. Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of the Lucid Widget Library. This file is part of the Lucid Widget Library.

View file

@ -1,6 +1,6 @@
/* The lwlib interface to Motif widgets. /* The lwlib interface to Motif widgets.
Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005 Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
Free Software Foundation, Inc. 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 1992 Lucid, Inc. Copyright (C) 1992 Lucid, Inc.
This file is part of the Lucid Widget Library. This file is part of the Lucid Widget Library.

View file

@ -1,5 +1,6 @@
/* The lwlib interface to Motif widgets. /* The lwlib interface to Motif widgets.
Copyright (C) 1994, 2000 Free Software Foundation, Inc. Copyright (C) 1994, 2000, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
Copyright (C) 1992 Lucid, Inc. Copyright (C) 1992 Lucid, Inc.
This file is part of the Lucid Widget Library. This file is part of the Lucid Widget Library.

View file

@ -1,6 +1,6 @@
/* Implements a lightweight menubar widget. /* Implements a lightweight menubar widget.
Copyright (C) 1992 Lucid, Inc. Copyright (C) 1992 Lucid, Inc.
Copyright (C) 2002, 2005 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the Lucid Widget Library. This file is part of the Lucid Widget Library.

View file

@ -1,5 +1,5 @@
/* Interface of a lightweight menubar widget. /* Interface of a lightweight menubar widget.
Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the Lucid Widget Library. This file is part of the Lucid Widget Library.

View file

@ -1,5 +1,6 @@
/* Internals of a lightweight menubar widget. /* Internals of a lightweight menubar widget.
Copyright (C) 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of the Lucid Widget Library. This file is part of the Lucid Widget Library.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on IBM AIX version 3.1 /* Definitions file for GNU Emacs running on IBM AIX version 3.1
Copyright (C) 1985, 1986, 1990, 1999 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1990, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on bsd 4.1. /* Definitions file for GNU Emacs running on bsd 4.1.
Copyright (C) 1985, 1986, 1999 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on bsd 4.2 /* Definitions file for GNU Emacs running on bsd 4.2
Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1994, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on bsd 4.3 /* Definitions file for GNU Emacs running on bsd 4.3
Copyright (C) 1985, 1986 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
/* Header file for Harris CXUX. /* Header file for Harris CXUX.
Copyright (C) 1994 Free Software Foundation, Inc. Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,7 +1,8 @@
/* Template for system description header files. /* Template for system description header files.
This file describes the parameters that system description files This file describes the parameters that system description files
should define or not. should define or not.
Copyright (C) 1985, 1986, 1992, 1999, 2005 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
/* System description header file for Darwin (Mac OS X). /* System description header file for Darwin (Mac OS X).
Copyright (C) 2001, 02, 2004 Free Software Foundation, Inc. Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,7 @@
/* Definitions file for GNU Emacs running on Data General's DG/UX /* Definitions file for GNU Emacs running on Data General's DG/UX
version 4.32 upto and including 5.4.1. version 4.32 upto and including 5.4.1.
Copyright (C) 1994, 1999 Free Software Foundation, Inc. Copyright (C) 1994, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
/* Definitions file for GNU Emacs running on Data General's DG/UX /* Definitions file for GNU Emacs running on Data General's DG/UX
Release 4.10 and above. Release 4.10 and above.
Copyright (C) 1996 Free Software Foundation, Inc. Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
/* Definitions file for GNU Emacs running on Data General's DG/UX /* Definitions file for GNU Emacs running on Data General's DG/UX
version 5.4 Release 3.00 and above. version 5.4 Release 3.00 and above.
Copyright (C) 1994 Free Software Foundation, Inc. Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
/* Definitions file for GNU Emacs running on Data General's DG/UX /* Definitions file for GNU Emacs running on Data General's DG/UX
5.4 Release 2.xx systems. 5.4 Release 2.xx systems.
Copyright (C) 1994 Free Software Foundation, Inc. Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,8 +1,8 @@
/* System description header for FreeBSD systems. /* System description header for FreeBSD systems.
This file describes the parameters that system description files This file describes the parameters that system description files
should define or not. should define or not.
Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Free Software Foundation, Inc. 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* This file is the configuration file for Linux-based GNU systems /* This file is the configuration file for Linux-based GNU systems
Copyright (C) 1985, 86, 92, 94, 96, 1999, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on the GNU Hurd. /* Definitions file for GNU Emacs running on the GNU Hurd.
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. Copyright (C) 1994, 1995, 1996, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,7 @@
/* Definitions file for GNU Emacs running on HPUX release 7.0. /* Definitions file for GNU Emacs running on HPUX release 7.0.
Based on AT&T System V.2. Based on AT&T System V.2.
Copyright (C) 1985, 1986, 1999 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on Silicon Graphics 3.5 /* Definitions file for GNU Emacs running on Silicon Graphics 3.5
Copyright (C) 1987, 1999 Free Software Foundation, Inc. Copyright (C) 1987, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on Silicon Graphics system 3.6. /* Definitions file for GNU Emacs running on Silicon Graphics system 3.6.
Copyright (C) 1987, 1999 Free Software Foundation, Inc. Copyright (C) 1987, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on Silicon Graphics Irix system 3.3. /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 3.3.
Copyright (C) 1987, 1990, 1999 Free Software Foundation, Inc. Copyright (C) 1987, 1990, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on LynxOS-3.0.1 /* Definitions file for GNU Emacs running on LynxOS-3.0.1
Copyright (C) 2000, 2001 Free Software Foundation, Inc. Copyright (C) 2000, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* System description file for Windows NT. /* System description file for Windows NT.
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 1993, 1994, 1995, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,7 @@
/* System description file for MS-DOS /* System description file for MS-DOS
Copyright (C) 1993, 1996, 1997, 2001 Free Software Foundation, Inc. Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on Sony's NEWS-OS 5.0.2 /* Definitions file for GNU Emacs running on Sony's NEWS-OS 5.0.2
Copyright (C) 1992, 1994 Free Software Foundation, Inc. Copyright (C) 1992, 1994, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Configuration file for the NeXTstep system. /* Configuration file for the NeXTstep system.
Copyright (C) 1990, 1995 Free Software Foundation, Inc. Copyright (C) 1990, 1995, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on Sequent DYNIX/ptx 1.x/2.x /* Definitions file for GNU Emacs running on Sequent DYNIX/ptx 1.x/2.x
Copyright (C) 1987, 1990, 1999 Free Software Foundation, Inc. Copyright (C) 1987, 1990, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
/* Definitions file for GNU Emacs running on RISCiX 1.1 (bsd 4.3) /* Definitions file for GNU Emacs running on RISCiX 1.1 (bsd 4.3)
Copyright (C) 1994 Free Software Foundation, Inc. Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
/* Definitions file for GNU Emacs running on RISCiX 1.2 (bsd 4.3) /* Definitions file for GNU Emacs running on RISCiX 1.2 (bsd 4.3)
Copyright (C) 1994 Free Software Foundation, Inc. Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on RTU 3.0, ucb universe. /* Definitions file for GNU Emacs running on RTU 3.0, ucb universe.
Copyright (C) 1986, 1999 Free Software Foundation, Inc. Copyright (C) 1986, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* System description file for SCO 3.2v4. /* System description file for SCO 3.2v4.
Copyright (C) 1993, 1994 Free Software Foundation, Inc. Copyright (C) 1993, 1994, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
/* System description file for SCO 3.2v5. /* System description file for SCO 3.2v5.
Copyright (C) 1996, 2002 Free Software Foundation, Inc. Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,7 +1,8 @@
/* Template for system description header files. /* Template for system description header files.
This file describes the parameters that system description files This file describes the parameters that system description files
should define or not. should define or not.
Copyright (C) 1985, 1986, 1992, 1999 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on UMAX 4.2 /* Definitions file for GNU Emacs running on UMAX 4.2
Copyright (C) 1985, 1986 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on UniSoft's UniPlus 5.2 /* Definitions file for GNU Emacs running on UniSoft's UniPlus 5.2
Copyright (C) 1985, 1986, 1999 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on AT&T's System V.0 /* Definitions file for GNU Emacs running on AT&T's System V.0
Copyright (C) 1985, 1986, 1999 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on AT&T's System V Release 2.2 /* Definitions file for GNU Emacs running on AT&T's System V Release 2.2
Copyright (C) 1985, 1986, 1999 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on AT&T's System V Release 2.0 /* Definitions file for GNU Emacs running on AT&T's System V Release 2.0
Copyright (C) 1985, 1986, 1999 Free Software Foundation, Inc. Copyright (C) 1985, 1986, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on AT&T's System V Release 3 /* Definitions file for GNU Emacs running on AT&T's System V Release 3
Copyright (C) 1987, 1999 Free Software Foundation, Inc. Copyright (C) 1987, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running on AT&T's System V Release 4 /* Definitions file for GNU Emacs running on AT&T's System V Release 4
Copyright (C) 1987, 1990, 1999, 2000 Free Software Foundation, Inc. Copyright (C) 1987, 1990, 1999, 2000, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
/* system description header for VMS /* system description header for VMS
Copyright (C) 1986 Free Software Foundation, Inc. Copyright (C) 1986, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,5 +1,6 @@
/* Definitions file for GNU Emacs running SCO Xenix 386 Release 2.2 /* Definitions file for GNU Emacs running SCO Xenix 386 Release 2.2
Copyright (C) 1988, 1999 Free Software Foundation, Inc. Copyright (C) 1988, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.