Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
273dc16a
Commit
273dc16a
authored
Feb 06, 2006
by
Thien-Thi Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update years in copyright notice; nfc.
parent
3e54ab6c
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
38 additions
and
35 deletions
+38
-35
lib-src/ChangeLog
lib-src/ChangeLog
+2
-2
lib-src/Makefile.in
lib-src/Makefile.in
+1
-1
lib-src/cvtmail.c
lib-src/cvtmail.c
+1
-1
lib-src/digest-doc.c
lib-src/digest-doc.c
+1
-1
lib-src/ebrowse.c
lib-src/ebrowse.c
+3
-3
lib-src/emacsclient.c
lib-src/emacsclient.c
+1
-1
lib-src/emacstool.c
lib-src/emacstool.c
+1
-1
lib-src/etags.c
lib-src/etags.c
+2
-2
lib-src/fakemail.c
lib-src/fakemail.c
+1
-1
lib-src/getopt.c
lib-src/getopt.c
+1
-1
lib-src/getopt1.c
lib-src/getopt1.c
+1
-1
lib-src/getopt_.h
lib-src/getopt_.h
+1
-1
lib-src/getopt_int.h
lib-src/getopt_int.h
+1
-1
lib-src/gettext.h
lib-src/gettext.h
+1
-1
lib-src/grep-changelog
lib-src/grep-changelog
+1
-1
lib-src/hexl.c
lib-src/hexl.c
+2
-1
lib-src/make-docfile.c
lib-src/make-docfile.c
+1
-1
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+1
-1
lib-src/movemail.c
lib-src/movemail.c
+1
-1
lib-src/ntlib.c
lib-src/ntlib.c
+2
-1
lib-src/ntlib.h
lib-src/ntlib.h
+2
-1
lib-src/pop.c
lib-src/pop.c
+1
-1
lib-src/pop.h
lib-src/pop.h
+1
-1
lib-src/profile.c
lib-src/profile.c
+1
-1
lib-src/rcs-checkin
lib-src/rcs-checkin
+1
-1
lib-src/rcs2log
lib-src/rcs2log
+2
-2
lib-src/sorted-doc.c
lib-src/sorted-doc.c
+1
-1
lib-src/test-distrib.c
lib-src/test-distrib.c
+1
-1
lib-src/update-game-score.c
lib-src/update-game-score.c
+1
-1
lib-src/vcdiff
lib-src/vcdiff
+1
-1
No files found.
lib-src/ChangeLog
View file @
273dc16a
...
...
@@ -5788,8 +5788,8 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
;; End:
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004
Free Software Foundation, Inc.
1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004
, 2005,
2006
Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
...
...
lib-src/Makefile.in
View file @
273dc16a
# Makefile for lib-src subdirectory in GNU Emacs.
# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# 2005
, 2006
Free Software Foundation, Inc.
# This file is part of GNU Emacs.
...
...
lib-src/cvtmail.c
View file @
273dc16a
/* Copyright (C) 1985, 1994, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/digest-doc.c
View file @
273dc16a
...
...
@@ -2,7 +2,7 @@
standard output a file of nroff output containing the doc strings.
Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/ebrowse.c
View file @
273dc16a
/* ebrowse.c --- parsing files for the ebrowse C++ browser
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
200
1, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2001,
200
2, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -3689,7 +3689,7 @@ void
version
()
{
printf
(
"ebrowse %s
\n
"
,
VERSION
);
puts
(
"Copyright (C) 1992-
1999, 2000, 2001
Free Software Foundation, Inc."
);
puts
(
"Copyright (C) 1992-
2006
Free Software Foundation, Inc."
);
puts
(
"This program is distributed under the same terms as Emacs."
);
exit
(
EXIT_SUCCESS
);
}
...
...
lib-src/emacsclient.c
View file @
273dc16a
/* Client process that communicates with GNU Emacs acting as server.
Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/emacstool.c
View file @
273dc16a
/*
Copyright (C) 1986, 1988, 1990, 1991, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/etags.c
View file @
273dc16a
/* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*-
Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995,
1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc. and Ken Arnold
2005
, 2006
Free Software Foundation, Inc. and Ken Arnold
This file is not considered part of GNU Emacs.
...
...
@@ -858,7 +858,7 @@ static void
print_version
()
{
printf
(
"%s (%s %s)
\n
"
,
(
CTAGS
)
?
"ctags"
:
"etags"
,
EMACS_NAME
,
VERSION
);
puts
(
"Copyright (C) 200
2
Free Software Foundation, Inc. and Ken Arnold"
);
puts
(
"Copyright (C) 200
6
Free Software Foundation, Inc. and Ken Arnold"
);
puts
(
"This program is distributed under the same terms as Emacs"
);
exit
(
EXIT_SUCCESS
);
...
...
lib-src/fakemail.c
View file @
273dc16a
/* sendmail-like interface to /bin/mail for system V,
Copyright (C) 1985, 1994, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/getopt.c
View file @
273dc16a
...
...
@@ -4,7 +4,7 @@
before changing it!
Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
2004, 2005
, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
...
...
lib-src/getopt1.c
View file @
273dc16a
/* getopt_long and getopt_long_only entry points for GNU getopt.
Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997,
1998, 2004, 2005 Free Software Foundation, Inc.
1998, 2004, 2005
, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
...
...
lib-src/getopt_.h
View file @
273dc16a
/* Declarations for getopt.
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
2001, 2003, 2004, 2005 Free Software Foundation, Inc.
2001, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
...
...
lib-src/getopt_int.h
View file @
273dc16a
/* Internal declarations for getopt.
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
2001, 2003, 2004, 2005 Free Software Foundation, Inc.
2001, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
...
...
lib-src/gettext.h
View file @
273dc16a
/* Convenience header for conditional use of GNU <libintl.h>.
Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
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
...
...
lib-src/grep-changelog
View file @
273dc16a
#! /usr/bin/perl
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# 2005
, 2006
Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#
...
...
lib-src/hexl.c
View file @
273dc16a
/* Convert files for Emacs Hexl mode.
Copyright (C) 1989, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 1989, 2002, 2003, 2004, 2005,
2006 Free Software Foundation, Inc.
This file is not considered part of GNU Emacs.
...
...
lib-src/make-docfile.c
View file @
273dc16a
/* Generate doc-string file for GNU Emacs from source files.
Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001,
2002, 2003, 2004, 2005 Free Software Foundation, Inc.
2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/makefile.w32-in
View file @
273dc16a
# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
# Copyright (C) 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# 2005
, 2006
Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#
...
...
lib-src/movemail.c
View file @
273dc16a
/* movemail foo bar -- move file foo to file bar,
locking file foo the way /bin/mail respects.
Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/ntlib.c
View file @
273dc16a
/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 1994, 2002, 2003, 2004, 2005,
2006 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/ntlib.h
View file @
273dc16a
/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 1994, 2002, 2003, 2004, 2005,
2006 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/pop.c
View file @
273dc16a
/* pop.c: client routines for talking to a POP3-protocol post-office server
Copyright (C) 1991, 1993, 1996, 1997, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
Written by Jonathan Kamens, jik@security.ov.com.
This file is part of GNU Emacs.
...
...
lib-src/pop.h
View file @
273dc16a
/* pop.h: Header file for the "pop.c" client POP3 protocol.
Copyright (C) 1991, 1993, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
Written by Jonathan Kamens, jik@security.ov.com.
This file is part of GNU Emacs.
...
...
lib-src/profile.c
View file @
273dc16a
/* profile.c --- generate periodic events for profiling of Emacs Lisp code.
Copyright (C) 1992, 1994, 1999, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
...
...
lib-src/rcs-checkin
View file @
273dc16a
...
...
@@ -3,7 +3,7 @@
# This script accepts any number of file arguments and checks them into RCS.
# Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# 2005
, 2006
Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#
...
...
lib-src/rcs2log
View file @
273dc16a
...
...
@@ -55,7 +55,7 @@ Report bugs to <bug-gnu-emacs@gnu.org>.'
Id
=
'$Id$'
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
# 2004, 2005 Free Software Foundation, Inc.
# 2004, 2005
, 2006
Free Software Foundation, Inc.
# 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
...
...
@@ -72,7 +72,7 @@ Id='$Id$'
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
Copyright
=
'Copyright (C) 200
5
Free Software Foundation, Inc.
Copyright
=
'Copyright (C) 200
6
Free Software Foundation, Inc.
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of this program
under the terms of the GNU General Public License.
...
...
lib-src/sorted-doc.c
View file @
273dc16a
...
...
@@ -2,7 +2,7 @@
standard output a file of texinfo input containing the doc strings.
Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
2004, 2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/test-distrib.c
View file @
273dc16a
/* test-distrib.c --- testing distribution of nonprinting chars
Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
2004, 2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/update-game-score.c
View file @
273dc16a
/* update-game-score.c --- Update a score file
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lib-src/vcdiff
View file @
273dc16a
...
...
@@ -4,7 +4,7 @@
# This version is more compatible with rcsdiff(1).
#
# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# 2005
, 2006
Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment