# HG changeset patch
# User Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
# Date 1206498527 0
# Node ID f51aae2fc6a4e3467c60622f41454418b8e0f4a9
# Parent  134b2dc25692fa38ee21c822be9198ecaa2f265c
Update copyright.

diff -r 134b2dc25692 -r f51aae2fc6a4 lisp/proced.el
--- a/lisp/proced.el	Wed Mar 26 02:15:28 2008 +0000
+++ b/lisp/proced.el	Wed Mar 26 02:28:47 2008 +0000
@@ -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.
 
-;; 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 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.
+
+;; 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: