diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-08-28 15:47:01 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-08-28 15:47:01 +0000 |
commit | 994e5ceab00ab6f3127ca3b2f5eef1dda375e1de (patch) | |
tree | 3733146fa732ec29dc3e3a3007aff548ed5a07d2 | |
parent | a91e32bc23dda13a375cc0b6a4f92cca2127982d (diff) | |
download | emacs-994e5ceab00ab6f3127ca3b2f5eef1dda375e1de.tar.gz |
Fix renamed filenames in file headers.
-rw-r--r-- | lisp/cedet/semantic/db.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/decorate.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/lex-spp.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/lex.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/tag.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/util-modes.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/util.el | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lisp/cedet/semantic/db.el b/lisp/cedet/semantic/db.el index 3b32a9a8123..807b7b3cfb0 100644 --- a/lisp/cedet/semantic/db.el +++ b/lisp/cedet/semantic/db.el @@ -1,4 +1,4 @@ -;;; semanticdb.el --- Semantic tag database manager +;;; db.el --- Semantic tag database manager ;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, ;;; 2008, 2009 Free Software Foundation, Inc. diff --git a/lisp/cedet/semantic/decorate.el b/lisp/cedet/semantic/decorate.el index cde0b25d03b..46abce75ca1 100644 --- a/lisp/cedet/semantic/decorate.el +++ b/lisp/cedet/semantic/decorate.el @@ -1,4 +1,4 @@ -;;; semantic-decorate.el --- Utilities for decorating/highlighting tokens. +;;; decorate.el --- Utilities for decorating/highlighting tokens. ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 ;;; Free Software Foundation, Inc. diff --git a/lisp/cedet/semantic/lex-spp.el b/lisp/cedet/semantic/lex-spp.el index 7be7a3a816b..e6a5bc59fa3 100644 --- a/lisp/cedet/semantic/lex-spp.el +++ b/lisp/cedet/semantic/lex-spp.el @@ -1,4 +1,4 @@ -;;; semantic-lex-spp.el --- Semantic Lexical Pre-processor +;;; lex-spp.el --- Semantic Lexical Pre-processor ;;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. diff --git a/lisp/cedet/semantic/lex.el b/lisp/cedet/semantic/lex.el index 83a6fe8603a..c9029a3e98b 100644 --- a/lisp/cedet/semantic/lex.el +++ b/lisp/cedet/semantic/lex.el @@ -1,4 +1,4 @@ -;;; semantic-lex.el --- Lexical Analyzer builder +;;; lex.el --- Lexical Analyzer builder ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, ;;; 2007, 2008, 2009 Free Software Foundation, Inc. diff --git a/lisp/cedet/semantic/tag.el b/lisp/cedet/semantic/tag.el index 72cad1c09ac..f46eae99c38 100644 --- a/lisp/cedet/semantic/tag.el +++ b/lisp/cedet/semantic/tag.el @@ -1,4 +1,4 @@ -;;; semantic-tag.el --- tag creation and access +;;; tag.el --- tag creation and access ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, ;;; 2008, 2009 Free Software Foundation, Inc. diff --git a/lisp/cedet/semantic/util-modes.el b/lisp/cedet/semantic/util-modes.el index e38e1b94637..5b4ec6cb857 100644 --- a/lisp/cedet/semantic/util-modes.el +++ b/lisp/cedet/semantic/util-modes.el @@ -1,4 +1,4 @@ -;;; semantic-util-modes.el --- Semantic minor modes +;;; util-modes.el --- Semantic minor modes ;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 ;;; Free Software Foundation, Inc. diff --git a/lisp/cedet/semantic/util.el b/lisp/cedet/semantic/util.el index 123276221fc..5a6755f3e0d 100644 --- a/lisp/cedet/semantic/util.el +++ b/lisp/cedet/semantic/util.el @@ -1,4 +1,4 @@ -;;; semantic-util.el --- Utilities for use with semantic tag tables +;;; util.el --- Utilities for use with semantic tag tables ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, ;;; 2008, 2009 Free Software Foundation, Inc. |