Add 2010 to copyright years.

This commit is contained in:
Glenn Morris 2010-01-13 00:35:10 -08:00
parent c2623ee747
commit 114f9c9679
1983 changed files with 2093 additions and 2089 deletions

View file

@ -1,6 +1,6 @@
;;; semantic/analyze.el --- Analyze semantic tags against local context
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/analyze/complete.el --- Smart Completions
;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/analyze/debug.el --- Debug the analyzer
;;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/analyze/fcn.el --- Analyzer support functions.
;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/analyze/refs.el --- Analysis of the references between tags.
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/bovine.el --- LL Parser/Analyzer core.
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,7 +1,7 @@
;;; semantic/bovine/c-by.el --- Generated parser support file
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
;;; 2007, 2008, 2009 Free Software Foundation, Inc.
;;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
;;; semantic/bovine/c.el --- Semantic details for C
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
;; 2008, 2009 Free Software Foundation, Inc.
;; 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/bovine/debug.el --- Debugger support for bovinator
;; Copyright (C) 2003, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2003, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,7 +1,7 @@
;;; semantic/bovine/el.el --- Semantic details for Emacs Lisp
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
;; 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/bovine/gcc.el --- gcc querying special code for the C parser
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; semantic/bovine/make-by.el --- Generated parser support file
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; semantic/bovine/make.el --- Makefile parsing rules.
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2008, 2009
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic-scm-by.el --- Generated parser support file
;; Copyright (C) 2001, 2003, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2001, 2003, 2009, 2010 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; semantic/bovine/scm.el --- Semantic details for Scheme (guile)
;;; Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009
;;; Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009, 2010
;;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/chart.el --- Utilities for use with semantic tag tables
;; Copyright (C) 1999, 2000, 2001, 2003, 2005, 2008, 2009
;; Copyright (C) 1999, 2000, 2001, 2003, 2005, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/complete.el --- Routines for performing tag completion
;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009
;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,7 +1,7 @@
;;; semantic/ctxt.el --- Context calculations for Semantic tools.
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
;; 2007, 2008, 2009 Free Software Foundation, Inc.
;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax

View file

@ -1,6 +1,6 @@
;;; semantic/db-debug.el --- Extra level debugging routines for Semantic
;;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; semantic/db-ebrowse.el --- Semanticdb backend using ebrowse.
;; Copyright (C) 2005, 2006, 2007, 2008, 2009
;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Authors: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/db-el.el --- Semantic database extensions for Emacs Lisp
;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
;;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/db-file.el --- Save a semanticdb to a cache file.
;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
;;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,7 +1,7 @@
;;; semantic/db-find.el --- Searching through semantic databases.
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
;; 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: tags

View file

@ -1,6 +1,6 @@
;;; semantic/db-global.el --- Semantic database extensions for GLOBAL
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/db-javascript.el --- Semantic database extensions for javascript
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Joakim Verona

View file

@ -1,6 +1,6 @@
;;; semantic/db-mode.el --- Semanticdb Minor Mode
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; semantic/db-ref.el --- Handle cross-db file references
;;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; db-typecache.el --- Manage Datatypes
;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,7 +1,7 @@
;;; semantic/db.el --- Semantic tag database manager
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
;; 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: tags

View file

@ -1,6 +1,6 @@
;;; semantic/debug.el --- Language Debugger framework
;; Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2003, 2004, 2005, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/decorate.el --- Utilities for decorating/highlighting tokens.
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2010
;;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/decorate/include.el --- Decoration modes for include statements
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,7 +1,7 @@
;;; semantic/decorate/mode.el --- Minor mode for decorating tags
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
;; 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax

View file

@ -1,6 +1,6 @@
;;; semantic/dep.el --- Methods for tracking dependencies (include files)
;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax

View file

@ -1,6 +1,6 @@
;;; semantic/doc.el --- Routines for documentation strings
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2008, 2009
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/ede-grammar.el --- EDE support for Semantic Grammar Files
;;; Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
;;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: project, make

View file

@ -1,7 +1,7 @@
;;; semantic/edit.el --- Edit Management for Semantic
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
;; 2008, 2009 Free Software Foundation, Inc.
;; 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/find.el --- Search routines for Semantic
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,7 +1,7 @@
;;; semantic/format.el --- Routines for formatting tags
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
;; 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax

View file

@ -1,7 +1,7 @@
;;; semantic/fw.el --- Framework for Semantic
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
;;; 2007, 2008, 2009 Free Software Foundation, Inc.
;;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/grammar-wy.el --- Generated parser support file
;; Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2002, 2003, 2004, 2009, 2010 Free Software Foundation, Inc.
;; Author: David Ponce <david@dponce.com>
;; Keywords: syntax

View file

@ -1,6 +1,6 @@
;;; semantic/grammar.el --- Major mode framework for Semantic grammars
;; Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009
;; Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: David Ponce <david@dponce.com>

View file

@ -1,6 +1,6 @@
;;; semantic/html.el --- Semantic details for html files
;; Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/ia-sb.el --- Speedbar analysis display interactor
;;; Copyright (C) 2002, 2003, 2004, 2006, 2008, 2009
;;; Copyright (C) 2002, 2003, 2004, 2006, 2008, 2009, 2010
;;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,7 +1,7 @@
;;; semantic/ia.el --- Interactive Analysis functions
;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
;;; 2008, 2009 Free Software Foundation, Inc.
;;; 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax

View file

@ -1,6 +1,6 @@
;;; idle.el --- Schedule parsing tasks in idle time
;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009
;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,7 +1,7 @@
;;; semantic/java.el --- Semantic functions for Java
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
;;; 2007, 2008, 2009 Free Software Foundation, Inc.
;;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: David Ponce <david@dponce.com>

View file

@ -1,6 +1,6 @@
;;; lex-spp.el --- Semantic Lexical Pre-processor
;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,7 +1,7 @@
;;; semantic/lex.el --- Lexical Analyzer builder
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
;; 2008, 2009 Free Software Foundation, Inc.
;; 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/mru-bookmark.el --- Automatic bookmark tracking
;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,7 +1,7 @@
;;; semantic/sb.el --- Semantic tag display for speedbar
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
;; 2008, 2009 Free Software Foundation, Inc.
;; 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax

View file

@ -1,6 +1,6 @@
;;; semantic/scope.el --- Analyzer Scope Calculations
;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,7 +1,7 @@
;;; semantic/senator.el --- SEmantic NAvigaTOR
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
;; 2009, 2010 Free Software Foundation, Inc.
;; Author: David Ponce <david@dponce.com>
;; Maintainer: FSF

View file

@ -1,7 +1,7 @@
;;; sort.el --- Utilities for sorting and re-arranging tag tables.
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007,
;;; 2008, 2009 Free Software Foundation, Inc.
;;; 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax

View file

@ -1,6 +1,6 @@
;;; semantic/symref.el --- Symbol Reference API
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; semantic/symref/cscope.el --- Semantic-symref support via cscope.
;;; Copyright (C) 2009 Free Software Foundation, Inc.
;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; semantic/symref/filter.el --- Filter symbol reference hits for accuracy.
;; Copyright (C) 2009 Free Software Foundation, Inc.
;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; semantic/symref/global.el --- Use GNU Global for symbol references
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; semantic/symref/grep.el --- Symref implementation using find/grep
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; semantic/symref/idutils.el --- Symref implementation for idutils
;;; Copyright (C) 2009 Free Software Foundation, Inc.
;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; semantic/symref/list.el --- Symref Output List UI.
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,7 +1,7 @@
;;; semantic/tag-file.el --- Routines that find files based on tags.
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
;; 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax

View file

@ -1,7 +1,7 @@
;;; semantic/tag-ls.el --- Language Specific override functions for tags
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
;; 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/tag-write.el --- Write tags to a text stream
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,7 +1,7 @@
;;; semantic/tag.el --- tag creation and access
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
;; 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/texi.el --- Semantic details for Texinfo files
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic/util-modes.el --- Semantic minor modes
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Authors: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,7 +1,7 @@
;;; semantic/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.
;;; 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax

View file

@ -1,6 +1,6 @@
;;; semantic/wisent.el --- Wisent - Semantic gateway
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: David Ponce <david@dponce.com>

View file

@ -1,7 +1,7 @@
;;; semantic/wisent/comp.el --- GNU Bison for Emacs - Grammar compiler
;; Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000, 2001, 2002, 2003,
;; 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
;; 2004, 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
;; Author: David Ponce <david@dponce.com>
;; Maintainer: David Ponce <david@dponce.com>

View file

@ -1,6 +1,6 @@
;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: David Ponce <david@dponce.com>

View file

@ -1,6 +1,6 @@
;;; semantic/wisent/javascript.el --- javascript parser support
;; Copyright (C) 2005, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric Ludlam <zappo@gnu.org>
;; Keywords: syntax

View file

@ -1,6 +1,6 @@
;;; semantic/wisent/javat-wy.el --- Generated parser support file
;; Copyright (C) 2002, 2007, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2002, 2007, 2009, 2010 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; semantic/wisent/js-wy.el --- Generated parser support file
;; Copyright (C) 2005, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime
;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009
;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010
;;; Free Software Foundation, Inc.
;; Author: David Ponce <david@dponce.com>