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
Open sidebar
emacs
emacs
Commits
034babe1
Commit
034babe1
authored
Aug 01, 2005
by
Nick Roberts
Browse files
Update copyright for release of 22.1 for progmodes directory.
parent
201dc594
Changes
67
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
29 additions
and
23 deletions
+29
-23
lisp/progmodes/ada-mode.el
lisp/progmodes/ada-mode.el
+2
-2
lisp/progmodes/ada-prj.el
lisp/progmodes/ada-prj.el
+2
-1
lisp/progmodes/ada-stmt.el
lisp/progmodes/ada-stmt.el
+2
-2
lisp/progmodes/ada-xref.el
lisp/progmodes/ada-xref.el
+2
-2
lisp/progmodes/antlr-mode.el
lisp/progmodes/antlr-mode.el
+2
-1
lisp/progmodes/asm-mode.el
lisp/progmodes/asm-mode.el
+2
-1
lisp/progmodes/autoconf.el
lisp/progmodes/autoconf.el
+2
-1
lisp/progmodes/cc-align.el
lisp/progmodes/cc-align.el
+1
-1
lisp/progmodes/cc-awk.el
lisp/progmodes/cc-awk.el
+2
-1
lisp/progmodes/cc-bytecomp.el
lisp/progmodes/cc-bytecomp.el
+2
-1
lisp/progmodes/cc-cmds.el
lisp/progmodes/cc-cmds.el
+1
-1
lisp/progmodes/cc-compat.el
lisp/progmodes/cc-compat.el
+1
-1
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-defs.el
+1
-1
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-engine.el
+1
-1
lisp/progmodes/cc-fonts.el
lisp/progmodes/cc-fonts.el
+1
-1
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-langs.el
+1
-1
lisp/progmodes/cc-menus.el
lisp/progmodes/cc-menus.el
+1
-1
lisp/progmodes/cc-mode.el
lisp/progmodes/cc-mode.el
+1
-1
lisp/progmodes/cc-styles.el
lisp/progmodes/cc-styles.el
+1
-1
lisp/progmodes/cc-vars.el
lisp/progmodes/cc-vars.el
+1
-1
No files found.
lisp/progmodes/ada-mode.el
View file @
034babe1
;;; ada-mode.el --- major-mode for editing Ada sources
;; Copyright (C) 1994, 95, 97, 98, 99, 2000, 2001, 2002, 03, 2004
;; Free Software Foundation, Inc.
;; Copyright (C) 1994,
19
95,
19
97,
19
98,
19
99, 2000, 2001, 2002,
20
03, 2004
,
;;
2005
Free Software Foundation, Inc.
;; Author: Rolf Ebert <ebert@inf.enst.fr>
;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
...
...
lisp/progmodes/ada-prj.el
View file @
034babe1
;;; ada-prj.el --- easy editing of project files for the ada-mode
;; Copyright (C) 1998, 99, 2000-2003 Free Software Foundation, Inc.
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
;; Free Software Foundation, Inc.
;; Author: Emmanuel Briot <briot@gnat.com>
;; Keywords: languages, ada, project file
...
...
lisp/progmodes/ada-stmt.el
View file @
034babe1
;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates
;; Copyright(C) 1987, 93, 94, 96, 97, 98, 99, 2000
;; Free Software Foundation, Inc.
;; Copyright(C) 1987,
19
93,
19
94,
19
96,
19
97,
19
98,
19
99, 2000
, 2001, 2002,
;;
2003, 2004, 2005
Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/progmodes/ada-xref.el
View file @
034babe1
;;; ada-xref.el --- for lookup and completion in Ada mode
;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 2001, 2002, 2003
;; Free Software Foundation, Inc.
;; Copyright (C) 1994,
19
95,
19
96,
19
97,
19
98,
19
99, 2000, 2001, 2002, 2003
,
;;
2004, 2005
Free Software Foundation, Inc.
;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
;; Rolf Ebert <ebert@inf.enst.fr>
...
...
lisp/progmodes/antlr-mode.el
View file @
034babe1
;;; antlr-mode.el --- major mode for ANTLR grammar files
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
;; Free Software Foundation, Inc.
;;
;; Author: Christoph.Wedler@sap.com
;; Keywords: languages, ANTLR, code generator
...
...
lisp/progmodes/asm-mode.el
View file @
034babe1
;;; asm-mode.el --- mode for editing assembler code
;; Copyright (C) 1991, 2003 Free Software Foundation, Inc.
;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005
;; Free Software Foundation, Inc.
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Maintainer: FSF
...
...
lisp/progmodes/autoconf.el
View file @
034babe1
;;; autoconf.el --- mode for editing Autoconf configure.in files
;; Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
;; Copyright (C) 2000, 2001, 2002 2003, 2004, 2005
;; Free Software Foundation, Inc.
;; Author: Dave Love <fx@gnu.org>
;; Keywords: languages
...
...
lisp/progmodes/cc-align.el
View file @
034babe1
;;; cc-align.el --- custom indentation functions for CC Mode
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003
, 2004, 2005
Free Software Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-awk.el
View file @
034babe1
;;; cc-awk.el --- AWK specific code within cc-mode.
;; Copyright (C) 1988,94,96,2000,01,02,03 Free Software Foundation, Inc.
;; Copyright (C) 1988, 94, 96, 2000, 2001, 2002, 2003, 2004, 2005
;; Free Software Foundation, Inc.
;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el)
;; Maintainer: FSF
...
...
lisp/progmodes/cc-bytecomp.el
View file @
034babe1
;;; cc-bytecomp.el --- compile time setup for proper compilation
;; Copyright (C) 2000, 01, 02, 03 Free Software Foundation, Inc.
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
;; Free Software Foundation, Inc.
;; Author: Martin Stjernholm
;; Maintainer: bug-cc-mode@gnu.org
...
...
lisp/progmodes/cc-cmds.el
View file @
034babe1
;;; cc-cmds.el --- user level commands for CC Mode
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003
, 2004, 2005
Free Software Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-compat.el
View file @
034babe1
;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003
, 2004, 2005
Free Software Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1994-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-defs.el
View file @
034babe1
;;; cc-defs.el --- compile time definitions for CC Mode
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003
, 2004, 2005
Free Software Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-engine.el
View file @
034babe1
;;; cc-engine.el --- core syntax guessing engine for CC mode
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003
, 2004, 2005
Free Software Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-fonts.el
View file @
034babe1
;;; cc-fonts.el --- font lock support for CC Mode
;; Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
;; Copyright (C)
2001,
2002, 2003,
2004,
2005 Free Software Foundation, Inc.
;; Authors: 2003- Alan Mackenzie
;; 2002- Martin Stjernholm
...
...
lisp/progmodes/cc-langs.el
View file @
034babe1
;;; cc-langs.el --- language specific settings for CC Mode
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003
, 2004, 2005
Free Software Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-menus.el
View file @
034babe1
;;; cc-menus.el --- imenu support for CC Mode
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003
, 2004, 2005
Free Software Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-mode.el
View file @
034babe1
;;; cc-mode.el --- major mode for editing C and similar languages
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003
, 2004, 2005
Free Software Foundation, Inc.
;; Authors: 2003- Alan Mackenzie
;; 1998- Martin Stjernholm
...
...
lisp/progmodes/cc-styles.el
View file @
034babe1
;;; cc-styles.el --- support for styles in CC Mode
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003
, 2004, 2005
Free Software Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-vars.el
View file @
034babe1
;;; cc-vars.el --- user customization variables for CC Mode
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003
, 2004, 2005
Free Software Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
Prev
1
2
3
4
Next
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