diff options
| author | Glenn Morris | 2011-01-26 00:36:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-26 00:36:39 -0800 |
| commit | 95df8112a0cbdb06addbac5fbea03b37d4440418 (patch) | |
| tree | 40de7680f5332a55701dc1477722357dd37803b3 /lisp/cedet | |
| parent | 008cad902f3434dc8c490dd0488ae93df4f16d9c (diff) | |
| download | emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.tar.gz emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.zip | |
Refill some long/short copyright headers.
Diffstat (limited to 'lisp/cedet')
34 files changed, 35 insertions, 67 deletions
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index 06a01ad69fc..d2fb066515b 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cedet.el --- Setup CEDET environment | 1 | ;;; cedet.el --- Setup CEDET environment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/cedet/ede/autoconf-edit.el b/lisp/cedet/ede/autoconf-edit.el index 92fbcc74c2b..bd4a5a627a9 100644 --- a/lisp/cedet/ede/autoconf-edit.el +++ b/lisp/cedet/ede/autoconf-edit.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede/autoconf-edit.el --- Keymap for autoconf | 1 | ;;; ede/autoconf-edit.el --- Keymap for autoconf |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2009-2011 | 3 | ;; Copyright (C) 1998-2000, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project | 6 | ;; Keywords: project |
diff --git a/lisp/cedet/ede/dired.el b/lisp/cedet/ede/dired.el index 8336b5ab01b..b7a98271ff3 100644 --- a/lisp/cedet/ede/dired.el +++ b/lisp/cedet/ede/dired.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede/dired.el --- EDE extensions to dired. | 1 | ;;; ede/dired.el --- EDE extensions to dired. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2003, 2009-2011 | 3 | ;; Copyright (C) 1998-2000, 2003, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.4 | 6 | ;; Version: 0.4 |
diff --git a/lisp/cedet/ede/pconf.el b/lisp/cedet/ede/pconf.el index 68373627722..497806c71a3 100644 --- a/lisp/cedet/ede/pconf.el +++ b/lisp/cedet/ede/pconf.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede/pconf.el --- configure.ac maintenance for EDE | 1 | ;;; ede/pconf.el --- configure.ac maintenance for EDE |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2011 | 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project | 6 | ;; Keywords: project |
diff --git a/lisp/cedet/ede/proj-info.el b/lisp/cedet/ede/proj-info.el index 1d5326e897c..d943e609528 100644 --- a/lisp/cedet/ede/proj-info.el +++ b/lisp/cedet/ede/proj-info.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede-proj-info.el --- EDE Generic Project texinfo support | 1 | ;;; ede-proj-info.el --- EDE Generic Project texinfo support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998-2001, 2004, 2007-2011 | 3 | ;;; Copyright (C) 1998-2001, 2004, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-misc.el b/lisp/cedet/ede/proj-misc.el index c132ace82e9..4d68e1544a7 100644 --- a/lisp/cedet/ede/proj-misc.el +++ b/lisp/cedet/ede/proj-misc.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support | 1 | ;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2001, 2008-2011 | 3 | ;; Copyright (C) 1998-2001, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-obj.el b/lisp/cedet/ede/proj-obj.el index 34d7da07c21..7e7d289a59a 100644 --- a/lisp/cedet/ede/proj-obj.el +++ b/lisp/cedet/ede/proj-obj.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede/proj-obj.el --- EDE Generic Project Object code generation support | 1 | ;;; ede/proj-obj.el --- EDE Generic Project Object code generation support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2011 | 3 | ;;; Copyright (C) 1998-2000, 2005, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-prog.el b/lisp/cedet/ede/proj-prog.el index 4adc28369ab..f33f5327beb 100644 --- a/lisp/cedet/ede/proj-prog.el +++ b/lisp/cedet/ede/proj-prog.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede-proj-prog.el --- EDE Generic Project program support | 1 | ;;; ede-proj-prog.el --- EDE Generic Project program support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2001, 2005, 2008-2011 | 3 | ;; Copyright (C) 1998-2001, 2005, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj.el b/lisp/cedet/ede/proj.el index ca866a23c17..40e6165251c 100644 --- a/lisp/cedet/ede/proj.el +++ b/lisp/cedet/ede/proj.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; ede/proj.el --- EDE Generic Project file driver | 1 | ;;; ede/proj.el --- EDE Generic Project file driver |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2003, 2007-2011 | 3 | ;; Copyright (C) 1998-2003, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/speedbar.el b/lisp/cedet/ede/speedbar.el index 2626367faf0..252ce47df67 100644 --- a/lisp/cedet/ede/speedbar.el +++ b/lisp/cedet/ede/speedbar.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; ede/speedbar.el --- Speedbar viewing of EDE projects | 1 | ;;; ede/speedbar.el --- Speedbar viewing of EDE projects |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2001, 2003, 2005, 2007-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2001, 2003, 2005, 2007-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make, tags | 7 | ;; Keywords: project, make, tags |
diff --git a/lisp/cedet/inversion.el b/lisp/cedet/inversion.el index ce38b2fe6fa..71960ddecd4 100644 --- a/lisp/cedet/inversion.el +++ b/lisp/cedet/inversion.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; inversion.el --- When you need something in version XX.XX | 1 | ;;; inversion.el --- When you need something in version XX.XX |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2003, 2005-2011 | 3 | ;;; Copyright (C) 2002-2003, 2005-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.2 | 6 | ;; Version: 0.2 |
diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el index 022b8268e1b..d077dd95f3c 100644 --- a/lisp/cedet/mode-local.el +++ b/lisp/cedet/mode-local.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; mode-local.el --- Support for mode local facilities | 1 | ;;; mode-local.el --- Support for mode local facilities |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2004-2005, 2007-2011 | 3 | ;; Copyright (C) 2004-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; | 4 | ;; |
| 6 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/analyze.el b/lisp/cedet/semantic/analyze.el index a52e0f9408b..8a0fbd5cc37 100644 --- a/lisp/cedet/semantic/analyze.el +++ b/lisp/cedet/semantic/analyze.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/analyze.el --- Analyze semantic tags against local context | 1 | ;;; semantic/analyze.el --- Analyze semantic tags against local context |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2005, 2007-2011 | 3 | ;; Copyright (C) 2000-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/make-by.el b/lisp/cedet/semantic/bovine/make-by.el index bff67643c59..3cc4e5b23a3 100644 --- a/lisp/cedet/semantic/bovine/make-by.el +++ b/lisp/cedet/semantic/bovine/make-by.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/make-by.el --- Generated parser support file | 1 | ;;; semantic/bovine/make-by.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2004, 2008-2011 | 3 | ;; Copyright (C) 1999-2004, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/make.el b/lisp/cedet/semantic/bovine/make.el index df04ef03b97..e132b48441a 100644 --- a/lisp/cedet/semantic/bovine/make.el +++ b/lisp/cedet/semantic/bovine/make.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/make.el --- Makefile parsing rules. | 1 | ;;; semantic/bovine/make.el --- Makefile parsing rules. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2004, 2008-2011 | 3 | ;; Copyright (C) 2000-2004, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/scm.el b/lisp/cedet/semantic/bovine/scm.el index 8238bcbc6fd..0bdd8722db1 100644 --- a/lisp/cedet/semantic/bovine/scm.el +++ b/lisp/cedet/semantic/bovine/scm.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/scm.el --- Semantic details for Scheme (guile) | 1 | ;;; semantic/bovine/scm.el --- Semantic details for Scheme (guile) |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2001-2004, 2008-2011 | 3 | ;;; Copyright (C) 2001-2004, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index aa15d1a6d9d..31e92724a00 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/complete.el --- Routines for performing tag completion | 1 | ;;; semantic/complete.el --- Routines for performing tag completion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2005, 2007-2011 | 3 | ;; Copyright (C) 2003-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/db-ebrowse.el b/lisp/cedet/semantic/db-ebrowse.el index 700456cf06a..d719fde3174 100644 --- a/lisp/cedet/semantic/db-ebrowse.el +++ b/lisp/cedet/semantic/db-ebrowse.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/db-ebrowse.el --- Semanticdb backend using ebrowse. | 1 | ;;; semantic/db-ebrowse.el --- Semanticdb backend using ebrowse. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2011 | 3 | ;; Copyright (C) 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Joakim Verona | 6 | ;; Joakim Verona |
diff --git a/lisp/cedet/semantic/db-el.el b/lisp/cedet/semantic/db-el.el index 153b974d39f..0cbff54fd1d 100644 --- a/lisp/cedet/semantic/db-el.el +++ b/lisp/cedet/semantic/db-el.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp | 1 | ;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2011 | 3 | ;;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/db-file.el b/lisp/cedet/semantic/db-file.el index 519ce346de3..661bc8d6841 100644 --- a/lisp/cedet/semantic/db-file.el +++ b/lisp/cedet/semantic/db-file.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/db-file.el --- Save a semanticdb to a cache file. | 1 | ;;; semantic/db-file.el --- Save a semanticdb to a cache file. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2000-2005, 2007-2011 | 3 | ;;; Copyright (C) 2000-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/db-global.el b/lisp/cedet/semantic/db-global.el index 465038e6871..7f3d616203e 100644 --- a/lisp/cedet/semantic/db-global.el +++ b/lisp/cedet/semantic/db-global.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/db-global.el --- Semantic database extensions for GLOBAL | 1 | ;;; semantic/db-global.el --- Semantic database extensions for GLOBAL |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2006, 2008-2011 | 3 | ;; Copyright (C) 2002-2006, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: tags | 6 | ;; Keywords: tags |
diff --git a/lisp/cedet/semantic/db-javascript.el b/lisp/cedet/semantic/db-javascript.el index 55c7bc78bf9..213216cee1a 100644 --- a/lisp/cedet/semantic/db-javascript.el +++ b/lisp/cedet/semantic/db-javascript.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/db-javascript.el --- Semantic database extensions for javascript | 1 | ;;; semantic/db-javascript.el --- Semantic database extensions for javascript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2011 | 3 | ;; Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Joakim Verona | 5 | ;; Author: Joakim Verona |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/doc.el b/lisp/cedet/semantic/doc.el index 63ed48cad94..e5579d09113 100644 --- a/lisp/cedet/semantic/doc.el +++ b/lisp/cedet/semantic/doc.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/doc.el --- Routines for documentation strings | 1 | ;;; semantic/doc.el --- Routines for documentation strings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2003, 2005, 2008-2011 | 3 | ;; Copyright (C) 1999-2003, 2005, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/ede-grammar.el b/lisp/cedet/semantic/ede-grammar.el index ab8e1872e13..a4361053174 100644 --- a/lisp/cedet/semantic/ede-grammar.el +++ b/lisp/cedet/semantic/ede-grammar.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/ede-grammar.el --- EDE support for Semantic Grammar Files | 1 | ;;; semantic/ede-grammar.el --- EDE support for Semantic Grammar Files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2004, 2007-2011 | 3 | ;; Copyright (C) 2003-2004, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/semantic/find.el b/lisp/cedet/semantic/find.el index 4a94a8c2d64..c62ed818945 100644 --- a/lisp/cedet/semantic/find.el +++ b/lisp/cedet/semantic/find.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/find.el --- Search routines for Semantic | 1 | ;;; semantic/find.el --- Search routines for Semantic |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2005, 2008-2011 | 3 | ;; Copyright (C) 1999-2005, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/ia-sb.el b/lisp/cedet/semantic/ia-sb.el index 90789de4846..57067936a90 100644 --- a/lisp/cedet/semantic/ia-sb.el +++ b/lisp/cedet/semantic/ia-sb.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/ia-sb.el --- Speedbar analysis display interactor | 1 | ;;; semantic/ia-sb.el --- Speedbar analysis display interactor |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2004, 2006, 2008-2011 | 3 | ;;; Copyright (C) 2002-2004, 2006, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/idle.el b/lisp/cedet/semantic/idle.el index bc68ecaf388..f17a5471d75 100644 --- a/lisp/cedet/semantic/idle.el +++ b/lisp/cedet/semantic/idle.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; idle.el --- Schedule parsing tasks in idle time | 1 | ;;; idle.el --- Schedule parsing tasks in idle time |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2006, 2008-2011 | 3 | ;; Copyright (C) 2003-2006, 2008-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/texi.el b/lisp/cedet/semantic/texi.el index 8b12e3fe697..66327cbe2ff 100644 --- a/lisp/cedet/semantic/texi.el +++ b/lisp/cedet/semantic/texi.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/texi.el --- Semantic details for Texinfo files | 1 | ;;; semantic/texi.el --- Semantic details for Texinfo files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2005, 2007-2011 | 3 | ;; Copyright (C) 2001-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/util-modes.el b/lisp/cedet/semantic/util-modes.el index f0481a26e24..a08f4a31b30 100644 --- a/lisp/cedet/semantic/util-modes.el +++ b/lisp/cedet/semantic/util-modes.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/util-modes.el --- Semantic minor modes | 1 | ;;; semantic/util-modes.el --- Semantic minor modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2005, 2007-2011 | 3 | ;; Copyright (C) 2000-2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Authors: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; David Ponce <david@dponce.com> | 6 | ;; David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/wisent.el b/lisp/cedet/semantic/wisent.el index fadd6f84bae..04669b99660 100644 --- a/lisp/cedet/semantic/wisent.el +++ b/lisp/cedet/semantic/wisent.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/wisent.el --- Wisent - Semantic gateway | 1 | ;;; semantic/wisent.el --- Wisent - Semantic gateway |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2007, 2009-2011 | 3 | ;; Copyright (C) 2001-2007, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/wisent/java-tags.el b/lisp/cedet/semantic/wisent/java-tags.el index 0d9304ae083..d0647d8e271 100644 --- a/lisp/cedet/semantic/wisent/java-tags.el +++ b/lisp/cedet/semantic/wisent/java-tags.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs | 1 | ;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2006, 2009-2011 | 3 | ;; Copyright (C) 2001-2006, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/wisent/python-wy.el b/lisp/cedet/semantic/wisent/python-wy.el index 76c4efd6fbe..3a69078b02c 100644 --- a/lisp/cedet/semantic/wisent/python-wy.el +++ b/lisp/cedet/semantic/wisent/python-wy.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/python-wy.el --- Generated parser support file | 1 | ;;; semantic/wisent/python-wy.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2007, 2010-2011 | 3 | ;; Copyright (C) 2002-2004, 2007, 2010-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 7 | 6 | ||
diff --git a/lisp/cedet/semantic/wisent/python.el b/lisp/cedet/semantic/wisent/python.el index de8ca7f2dfe..095a817f08d 100644 --- a/lisp/cedet/semantic/wisent/python.el +++ b/lisp/cedet/semantic/wisent/python.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; wisent-python.el --- Semantic support for Python | 1 | ;;; wisent-python.el --- Semantic support for Python |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2011 | 3 | ;; Copyright (C) 2002, 2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Richard Kim <emacs18@gmail.com> | 5 | ;; Author: Richard Kim <emacs18@gmail.com> |
| 7 | ;; Maintainer: Richard Kim <emacs18@gmail.com> | 6 | ;; Maintainer: Richard Kim <emacs18@gmail.com> |
diff --git a/lisp/cedet/semantic/wisent/wisent.el b/lisp/cedet/semantic/wisent/wisent.el index f37604c765e..8c17d4ccab4 100644 --- a/lisp/cedet/semantic/wisent/wisent.el +++ b/lisp/cedet/semantic/wisent/wisent.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime | 1 | ;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002-2007, 2009-2011 | 3 | ;;; Copyright (C) 2002-2007, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |