diff options
| author | Glenn Morris | 2012-01-10 23:52:35 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-10 23:52:35 -0800 |
| commit | 49f70d46ea38ceb7a501594db7f6ea35e19681aa (patch) | |
| tree | 5c018ac6c333d5893ffa0de1e6a868e814aa54db /lisp/cedet/srecode | |
| parent | 959272ecf045739c52dcf65b1b5a4e591de9e920 (diff) | |
| download | emacs-49f70d46ea38ceb7a501594db7f6ea35e19681aa.tar.gz emacs-49f70d46ea38ceb7a501594db7f6ea35e19681aa.zip | |
Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/args.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/compile.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/cpp.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/ctxt.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/dictionary.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/document.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/el.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/expandproto.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/extract.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/fields.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/filters.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/find.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/getset.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/insert.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/java.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/map.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/mode.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/semantic.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/srt-mode.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/srt-wy.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/srt.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/table.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/template.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/texi.el | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/lisp/cedet/srecode/args.el b/lisp/cedet/srecode/args.el index 0d2f017e6b9..bf59e2c4587 100644 --- a/lisp/cedet/srecode/args.el +++ b/lisp/cedet/srecode/args.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/args.el --- Provide some simple template arguments | 1 | ;;; srecode/args.el --- Provide some simple template arguments |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/compile.el b/lisp/cedet/srecode/compile.el index b404c4a8123..bc7153d11a5 100644 --- a/lisp/cedet/srecode/compile.el +++ b/lisp/cedet/srecode/compile.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/compile --- Compilation of srecode template files. | 1 | ;;; srecode/compile --- Compilation of srecode template files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: codegeneration | 6 | ;; Keywords: codegeneration |
diff --git a/lisp/cedet/srecode/cpp.el b/lisp/cedet/srecode/cpp.el index ab9d4a5fe6d..83a9c73a06b 100644 --- a/lisp/cedet/srecode/cpp.el +++ b/lisp/cedet/srecode/cpp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/cpp.el --- C++ specific handlers for Semantic Recoder | 1 | ;;; srecode/cpp.el --- C++ specific handlers for Semantic Recoder |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | ;; Jan Moringen <scymtym@users.sourceforge.net> | 6 | ;; Jan Moringen <scymtym@users.sourceforge.net> |
diff --git a/lisp/cedet/srecode/ctxt.el b/lisp/cedet/srecode/ctxt.el index b951788bec3..593248133f2 100644 --- a/lisp/cedet/srecode/ctxt.el +++ b/lisp/cedet/srecode/ctxt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/ctxt.el --- Derive a context from the source buffer. | 1 | ;;; srecode/ctxt.el --- Derive a context from the source buffer. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index e04aad33065..7d20d72c2d3 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode-dictionary.el --- Dictionary code for the semantic recoder. | 1 | ;;; srecode-dictionary.el --- Dictionary code for the semantic recoder. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/document.el b/lisp/cedet/srecode/document.el index 6d4231f3967..fbd60369d25 100644 --- a/lisp/cedet/srecode/document.el +++ b/lisp/cedet/srecode/document.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/document.el --- Documentation (comment) generation | 1 | ;;; srecode/document.el --- Documentation (comment) generation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/el.el b/lisp/cedet/srecode/el.el index e8c585cca6c..1fd4950e088 100644 --- a/lisp/cedet/srecode/el.el +++ b/lisp/cedet/srecode/el.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/el.el --- Emacs Lisp specific arguments | 1 | ;;; srecode/el.el --- Emacs Lisp specific arguments |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/expandproto.el b/lisp/cedet/srecode/expandproto.el index 92c5326a85a..b2ff6ca3c78 100644 --- a/lisp/cedet/srecode/expandproto.el +++ b/lisp/cedet/srecode/expandproto.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/expandproto.el --- Expanding prototypes. | 1 | ;;; srecode/expandproto.el --- Expanding prototypes. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/extract.el b/lisp/cedet/srecode/extract.el index df556b29e0e..cc4280106af 100644 --- a/lisp/cedet/srecode/extract.el +++ b/lisp/cedet/srecode/extract.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/extract.el --- Extract content from previously inserted macro. | 1 | ;;; srecode/extract.el --- Extract content from previously inserted macro. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el index 817bb93d2fd..f3fa43081ac 100644 --- a/lisp/cedet/srecode/fields.el +++ b/lisp/cedet/srecode/fields.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/fields.el --- Handling type-in fields in a buffer. | 1 | ;;; srecode/fields.el --- Handling type-in fields in a buffer. |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/filters.el b/lisp/cedet/srecode/filters.el index 0afd32bbb41..c1350ea426d 100644 --- a/lisp/cedet/srecode/filters.el +++ b/lisp/cedet/srecode/filters.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/filters.el --- Filters for use in template variables. | 1 | ;;; srecode/filters.el --- Filters for use in template variables. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/find.el b/lisp/cedet/srecode/find.el index 39b7656d007..4e9cc0998a4 100644 --- a/lisp/cedet/srecode/find.el +++ b/lisp/cedet/srecode/find.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;;; srecode/find.el --- Tools for finding templates in the database. | 1 | ;;;; srecode/find.el --- Tools for finding templates in the database. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/getset.el b/lisp/cedet/srecode/getset.el index bf1a684c19a..44e7c750598 100644 --- a/lisp/cedet/srecode/getset.el +++ b/lisp/cedet/srecode/getset.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/getset.el --- Package for inserting new get/set methods. | 1 | ;;; srecode/getset.el --- Package for inserting new get/set methods. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 1df08d2c74c..a8ed85cdf7e 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/insert --- Insert srecode templates to an output stream. | 1 | ;;; srecode/insert --- Insert srecode templates to an output stream. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/java.el b/lisp/cedet/srecode/java.el index 97f4eb34597..c541e800b95 100644 --- a/lisp/cedet/srecode/java.el +++ b/lisp/cedet/srecode/java.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode-java.el --- Srecode Java support | 1 | ;;; srecode-java.el --- Srecode Java support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/map.el b/lisp/cedet/srecode/map.el index e3f78ed9978..2574724a21e 100644 --- a/lisp/cedet/srecode/map.el +++ b/lisp/cedet/srecode/map.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/map.el --- Manage a template file map | 1 | ;;; srecode/map.el --- Manage a template file map |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/mode.el b/lisp/cedet/srecode/mode.el index 08da334767d..7f5596453f7 100644 --- a/lisp/cedet/srecode/mode.el +++ b/lisp/cedet/srecode/mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/mode.el --- Minor mode for managing and using SRecode templates | 1 | ;;; srecode/mode.el --- Minor mode for managing and using SRecode templates |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/semantic.el b/lisp/cedet/srecode/semantic.el index 0926ccf4da7..6f3e95cab9b 100644 --- a/lisp/cedet/srecode/semantic.el +++ b/lisp/cedet/srecode/semantic.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/semantic.el --- Semantic specific extensions to SRecode. | 1 | ;;; srecode/semantic.el --- Semantic specific extensions to SRecode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/srt-mode.el b/lisp/cedet/srecode/srt-mode.el index dd2c062ca69..8b36042da0f 100644 --- a/lisp/cedet/srecode/srt-mode.el +++ b/lisp/cedet/srecode/srt-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/srt-mode.el --- Major mode for writing screcode macros | 1 | ;;; srecode/srt-mode.el --- Major mode for writing screcode macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/srt-wy.el b/lisp/cedet/srecode/srt-wy.el index 2910483bba3..d6acad83958 100644 --- a/lisp/cedet/srecode/srt-wy.el +++ b/lisp/cedet/srecode/srt-wy.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/srt-wy.el --- Generated parser support file | 1 | ;;; srecode/srt-wy.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/srt.el b/lisp/cedet/srecode/srt.el index 3fc5f4cb907..9ccaed654e0 100644 --- a/lisp/cedet/srecode/srt.el +++ b/lisp/cedet/srecode/srt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/srt.el --- argument handlers for SRT files | 1 | ;;; srecode/srt.el --- argument handlers for SRT files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/table.el b/lisp/cedet/srecode/table.el index 8cba7aff7f3..d16913d31ac 100644 --- a/lisp/cedet/srecode/table.el +++ b/lisp/cedet/srecode/table.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/table.el --- Tables of Semantic Recoders | 1 | ;;; srecode/table.el --- Tables of Semantic Recoders |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/template.el b/lisp/cedet/srecode/template.el index d127375fbff..fd3c992dbcd 100644 --- a/lisp/cedet/srecode/template.el +++ b/lisp/cedet/srecode/template.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode-template.el --- SRecoder template language parser support. | 1 | ;;; srecode-template.el --- SRecoder template language parser support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/texi.el b/lisp/cedet/srecode/texi.el index 2ac2a240c01..d65d541ebcd 100644 --- a/lisp/cedet/srecode/texi.el +++ b/lisp/cedet/srecode/texi.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode-texi.el --- Srecode texinfo support. | 1 | ;;; srecode-texi.el --- Srecode texinfo support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||