Mercurial > emacs
comparison lisp/cedet/semantic/db.el @ 104416:c13af98da4d6
Fix renamed filenames in file headers.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 28 Aug 2009 15:47:01 +0000 |
parents | b2b72cdd9d90 |
children | 902d22a2d922 |
comparison
equal
deleted
inserted
replaced
104415:4472b64928ad | 104416:c13af98da4d6 |
---|---|
1 ;;; semanticdb.el --- Semantic tag database manager | 1 ;;; db.el --- Semantic tag database manager |
2 | 2 |
3 ;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 ;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
4 ;;; 2008, 2009 Free Software Foundation, Inc. | 4 ;;; 2008, 2009 Free Software Foundation, Inc. |
5 | 5 |
6 ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 ;; Author: Eric M. Ludlam <zappo@gnu.org> |