# HG changeset patch # User Chong Yidong # Date 1251474421 0 # Node ID c13af98da4d6e49adf0fdf26c0814c7ec028eb06 # Parent 4472b64928ad60f6296b6d4cdf87162c7eb5cf67 Fix renamed filenames in file headers. diff -r 4472b64928ad -r c13af98da4d6 lisp/cedet/semantic/db.el --- a/lisp/cedet/semantic/db.el Fri Aug 28 15:21:26 2009 +0000 +++ b/lisp/cedet/semantic/db.el Fri Aug 28 15:47:01 2009 +0000 @@ -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 -r 4472b64928ad -r c13af98da4d6 lisp/cedet/semantic/decorate.el --- a/lisp/cedet/semantic/decorate.el Fri Aug 28 15:21:26 2009 +0000 +++ b/lisp/cedet/semantic/decorate.el Fri Aug 28 15:47:01 2009 +0000 @@ -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 -r 4472b64928ad -r c13af98da4d6 lisp/cedet/semantic/lex-spp.el --- a/lisp/cedet/semantic/lex-spp.el Fri Aug 28 15:21:26 2009 +0000 +++ b/lisp/cedet/semantic/lex-spp.el Fri Aug 28 15:47:01 2009 +0000 @@ -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 -r 4472b64928ad -r c13af98da4d6 lisp/cedet/semantic/lex.el --- a/lisp/cedet/semantic/lex.el Fri Aug 28 15:21:26 2009 +0000 +++ b/lisp/cedet/semantic/lex.el Fri Aug 28 15:47:01 2009 +0000 @@ -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 -r 4472b64928ad -r c13af98da4d6 lisp/cedet/semantic/tag.el --- a/lisp/cedet/semantic/tag.el Fri Aug 28 15:21:26 2009 +0000 +++ b/lisp/cedet/semantic/tag.el Fri Aug 28 15:47:01 2009 +0000 @@ -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 -r 4472b64928ad -r c13af98da4d6 lisp/cedet/semantic/util-modes.el --- a/lisp/cedet/semantic/util-modes.el Fri Aug 28 15:21:26 2009 +0000 +++ b/lisp/cedet/semantic/util-modes.el Fri Aug 28 15:47:01 2009 +0000 @@ -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 -r 4472b64928ad -r c13af98da4d6 lisp/cedet/semantic/util.el --- a/lisp/cedet/semantic/util.el Fri Aug 28 15:21:26 2009 +0000 +++ b/lisp/cedet/semantic/util.el Fri Aug 28 15:47:01 2009 +0000 @@ -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.