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
4
Issues
4
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
b398a621
Commit
b398a621
authored
Aug 16, 2005
by
Thien-Thi Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update years in copyright notice; nfc.
parent
f95e8d97
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
44 additions
and
7 deletions
+44
-7
lispintro/ChangeLog
lispintro/ChangeLog
+1
-1
lispintro/Makefile.in
lispintro/Makefile.in
+2
-1
lispintro/aclocal.m4
lispintro/aclocal.m4
+2
-1
lispintro/emacs-lisp-intro.texi
lispintro/emacs-lisp-intro.texi
+1
-1
lispintro/makefile.w32-in
lispintro/makefile.w32-in
+1
-1
oldXMenu/Activate.c
oldXMenu/Activate.c
+1
-0
oldXMenu/AddPane.c
oldXMenu/AddPane.c
+1
-0
oldXMenu/AddSel.c
oldXMenu/AddSel.c
+1
-0
oldXMenu/ChangeLog
oldXMenu/ChangeLog
+2
-2
oldXMenu/ChgPane.c
oldXMenu/ChgPane.c
+1
-0
oldXMenu/ChgSel.c
oldXMenu/ChgSel.c
+1
-0
oldXMenu/Create.c
oldXMenu/Create.c
+1
-0
oldXMenu/DelPane.c
oldXMenu/DelPane.c
+1
-0
oldXMenu/DelSel.c
oldXMenu/DelSel.c
+1
-0
oldXMenu/Destroy.c
oldXMenu/Destroy.c
+1
-0
oldXMenu/Error.c
oldXMenu/Error.c
+1
-0
oldXMenu/EvHand.c
oldXMenu/EvHand.c
+1
-0
oldXMenu/FindPane.c
oldXMenu/FindPane.c
+1
-0
oldXMenu/FindSel.c
oldXMenu/FindSel.c
+1
-0
oldXMenu/InsPane.c
oldXMenu/InsPane.c
+1
-0
oldXMenu/InsSel.c
oldXMenu/InsSel.c
+1
-0
oldXMenu/Internal.c
oldXMenu/Internal.c
+1
-0
oldXMenu/Locate.c
oldXMenu/Locate.c
+1
-0
oldXMenu/Post.c
oldXMenu/Post.c
+1
-0
oldXMenu/Recomp.c
oldXMenu/Recomp.c
+1
-0
oldXMenu/SetAEQ.c
oldXMenu/SetAEQ.c
+1
-0
oldXMenu/SetFrz.c
oldXMenu/SetFrz.c
+1
-0
oldXMenu/SetPane.c
oldXMenu/SetPane.c
+1
-0
oldXMenu/SetSel.c
oldXMenu/SetSel.c
+1
-0
oldXMenu/X10.h
oldXMenu/X10.h
+1
-0
oldXMenu/XCrAssoc.c
oldXMenu/XCrAssoc.c
+1
-0
oldXMenu/XDelAssoc.c
oldXMenu/XDelAssoc.c
+1
-0
oldXMenu/XDestAssoc.c
oldXMenu/XDestAssoc.c
+1
-0
oldXMenu/XLookAssoc.c
oldXMenu/XLookAssoc.c
+1
-0
oldXMenu/XMakeAssoc.c
oldXMenu/XMakeAssoc.c
+1
-0
oldXMenu/XMenu.h
oldXMenu/XMenu.h
+1
-0
oldXMenu/XMenuInt.h
oldXMenu/XMenuInt.h
+1
-0
oldXMenu/copyright.h
oldXMenu/copyright.h
+2
-0
oldXMenu/insque.c
oldXMenu/insque.c
+2
-0
No files found.
lispintro/ChangeLog
View file @
b398a621
...
...
@@ -53,7 +53,7 @@
;; coding: iso-2022-7bit
;; End:
Copyright (C) 2001
Copyright (C) 2001
, 2002, 2003, 2004, 2005
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.
...
...
lispintro/Makefile.in
View file @
b398a621
#### Makefile for the Emacs Lisp Introduction manual
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is part of GNU Emacs.
...
...
lispintro/aclocal.m4
View file @
b398a621
dnl aclocal.m4 generated automatically by aclocal 1.4-p4
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
dnl Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003,
dnl 2004, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
...
...
lispintro/emacs-lisp-intro.texi
View file @
b398a621
...
...
@@ -183,7 +183,7 @@ people who are not programmers.
Edition @value{edition-number}, @value{update-date}
@sp 1
Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001,
2002, 2003, 2004
Free Software Foundation, Inc.
2002, 2003, 2004, 2005
Free Software Foundation, Inc.
@sp 1
@iftex
...
...
lispintro/makefile.w32-in
View file @
b398a621
#### -*- Makefile -*- for the Emacs Lisp Introduction manual.
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
# Copyright (C) 2003, 2004
, 2005
Free Software Foundation, Inc.
# This file is part of GNU Emacs.
...
...
oldXMenu/Activate.c
View file @
b398a621
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
#include "copyright.h"
...
...
oldXMenu/AddPane.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/AddSel.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/ChangeLog
View file @
b398a621
...
...
@@ -443,8 +443,8 @@
;; coding: iso-2022-7bit-unix
;; End:
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
,
2002, 2003, 2004, 2005
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.
...
...
oldXMenu/ChgPane.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/ChgSel.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/Create.c
View file @
b398a621
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
#include "copyright.h"
...
...
oldXMenu/DelPane.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/DelSel.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/Destroy.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/Error.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/EvHand.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/FindPane.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/FindSel.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/InsPane.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/InsSel.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/Internal.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/Locate.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/Post.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/Recomp.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/SetAEQ.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/SetFrz.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/SetPane.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/SetSel.c
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/X10.h
View file @
b398a621
...
...
@@ -15,6 +15,7 @@
*
*/
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* X10.h - Header definition and support file for the C subroutine
...
...
oldXMenu/XCrAssoc.c
View file @
b398a621
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
Permission to use, copy, modify, distribute, and sell this software and its
...
...
oldXMenu/XDelAssoc.c
View file @
b398a621
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
Permission to use, copy, modify, distribute, and sell this software and its
...
...
oldXMenu/XDestAssoc.c
View file @
b398a621
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
Permission to use, copy, modify, distribute, and sell this software and its
...
...
oldXMenu/XLookAssoc.c
View file @
b398a621
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
Permission to use, copy, modify, distribute, and sell this software and its
...
...
oldXMenu/XMakeAssoc.c
View file @
b398a621
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
Permission to use, copy, modify, distribute, and sell this software and its
...
...
oldXMenu/XMenu.h
View file @
b398a621
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/XMenuInt.h
View file @
b398a621
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* XMenu: MIT Project Athena, X Window system menu package
...
...
oldXMenu/copyright.h
View file @
b398a621
...
...
@@ -16,5 +16,7 @@ without express or implied warranty.
*/
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2
(do not change this comment) */
oldXMenu/insque.c
View file @
b398a621
/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/* This file implements the emacs_insque and emacs_remque functions,
copies of the insque and remque functions of BSD. They and all
their callers have been renamed to emacs_mumble to allow us to
...
...
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