emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/cedet/ede proj-archive.el proj-aux.e...


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/cedet/ede proj-archive.el proj-aux.e...
Date: Tue, 29 Sep 2009 07:12:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/29 07:12:39

Modified files:
        lisp/cedet/ede : proj-archive.el proj-aux.el proj-misc.el 
                         proj-prog.el proj-scheme.el source.el system.el 
                         util.el 

Log message:
        Add 2009 to copyright years.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/ede/proj-archive.el?cvsroot=emacs&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/ede/proj-aux.el?cvsroot=emacs&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/ede/proj-misc.el?cvsroot=emacs&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/ede/proj-prog.el?cvsroot=emacs&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/ede/proj-scheme.el?cvsroot=emacs&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/ede/source.el?cvsroot=emacs&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/ede/system.el?cvsroot=emacs&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/ede/util.el?cvsroot=emacs&r1=1.2&r2=1.3

Patches:
Index: proj-archive.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/ede/proj-archive.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- proj-archive.el     28 Sep 2009 15:15:06 -0000      1.2
+++ proj-archive.el     29 Sep 2009 07:12:38 -0000      1.3
@@ -1,6 +1,6 @@
 ;;; ede/proj-archive.el --- EDE Generic Project archive support
 
-;;;  Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+;;  Copyright (C) 1998, 1999, 2000, 2001, 2009  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: project, make

Index: proj-aux.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/ede/proj-aux.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- proj-aux.el 28 Sep 2009 15:15:06 -0000      1.2
+++ proj-aux.el 29 Sep 2009 07:12:38 -0000      1.3
@@ -1,6 +1,6 @@
 ;;; ede/proj-aux.el --- EDE Generic Project auxilliary file support
 
-;;;  Copyright (C) 1998, 1999, 2000, 2007 Free Software Foundation, Inc.
+;;  Copyright (C) 1998, 1999, 2000, 2007, 2009  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: project, make

Index: proj-misc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/ede/proj-misc.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- proj-misc.el        28 Sep 2009 15:15:06 -0000      1.2
+++ proj-misc.el        29 Sep 2009 07:12:38 -0000      1.3
@@ -1,7 +1,7 @@
 ;;; ede-proj-nusc.el --- EDE Generic Project Emacs Lisp support
 
-;;;  Copyright (C) 1998, 1999, 2000, 2001, 2008
-;;; Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2008, 2009
+;;   Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: project, make

Index: proj-prog.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/ede/proj-prog.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- proj-prog.el        28 Sep 2009 15:15:06 -0000      1.2
+++ proj-prog.el        29 Sep 2009 07:12:38 -0000      1.3
@@ -1,7 +1,7 @@
 ;;; ede-proj-prog.el --- EDE Generic Project program support
 
-;;; Copyright (C) 1998, 1999, 2000, 2001, 2005, 2008
-;;; Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2005, 2008, 2009
+;;   Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: project, make

Index: proj-scheme.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/ede/proj-scheme.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- proj-scheme.el      28 Sep 2009 15:15:06 -0000      1.2
+++ proj-scheme.el      29 Sep 2009 07:12:38 -0000      1.3
@@ -1,6 +1,6 @@
 ;;; ede/proj-scheme.el --- EDE Generic Project scheme (guile) support
 
-;;; Copyright (C) 1998, 1999, 2000  Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2009  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: project, make, scheme

Index: source.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/ede/source.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- source.el   28 Sep 2009 15:15:07 -0000      1.2
+++ source.el   29 Sep 2009 07:12:38 -0000      1.3
@@ -1,6 +1,6 @@
 ;; ede/source.el --- EDE source code object
 
-;;; Copyright (C) 2000, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2008, 2009  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: project, make

Index: system.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/ede/system.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- system.el   28 Sep 2009 15:15:07 -0000      1.2
+++ system.el   29 Sep 2009 07:12:38 -0000      1.3
@@ -1,6 +1,6 @@
 ;;; ede-system.el --- EDE working with the system (VC, FTP, ETC)
 
-;;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2009  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: project, make, vc

Index: util.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/ede/util.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- util.el     28 Sep 2009 15:15:07 -0000      1.2
+++ util.el     29 Sep 2009 07:12:38 -0000      1.3
@@ -1,6 +1,6 @@
 ;;; ede/util.el --- EDE utilities
 
-;;; Copyright (C) 2000, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2005, 2009  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
 ;; Keywords: project, make




reply via email to

[Prev in Thread] Current Thread [Next in Thread]