]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright.
authorRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Wed, 26 Mar 2008 02:29:43 +0000 (02:29 +0000)
committerRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Wed, 26 Mar 2008 02:29:43 +0000 (02:29 +0000)
lisp/ChangeLog
lisp/proced.el

index f64c3ae9e21315d6b8f9e82c9837b85f873c66eb..74c0df45635333de55c5a8cf93410b0bdcca1c3f 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * proced.el: Update copyright.
+
 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * proced.el: New file.
index 1edc0108565a76362d5690d89f3b2f3fab1c0bdc..2a5e9c24867aa9c0279392175d49211f0353b934 100644 (file)
@@ -1,23 +1,25 @@
 ;;; proced.el --- operate on processes like dired
 
-;; Copyright (C) 2008 Roland Winkler
+;; Copyright (C) 2008 Free Software Foundation, Inc.
+
 ;; Author: Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
-;; Version: 0.5
 ;; Keywords: Processes, Unix
 
-;; This program is free software; you can redistribute it and/or
-;; modify it under the terms of the GNU General Public License as
-;; published by the Free Software Foundation; either version 2, or (at
-;; your option) any later version.
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 3, or (at your option)
+;; any later version.
 
-;; This program is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-;; General Public License for more details.
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program ; see the file COPYING.  If not, write to
-;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 ;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary: