From 1ba1a8b97269cb615b17357260f2e6f7ca6e2af7 Mon Sep 17 00:00:00 2001 From: Roland Winkler Date: Wed, 26 Mar 2008 02:29:43 +0000 Subject: [PATCH] Update copyright. --- lisp/ChangeLog | 4 ++++ lisp/proced.el | 26 ++++++++++++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f64c3ae9e21..74c0df45635 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2008-03-25 Roland Winkler + * proced.el: Update copyright. + +2008-03-25 Roland Winkler + * proced.el: New file. 2008-03-25 Tetsurou Okazaki (tiny change) diff --git a/lisp/proced.el b/lisp/proced.el index 1edc0108565..2a5e9c24867 100644 --- a/lisp/proced.el +++ b/lisp/proced.el @@ -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 -;; 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: -- 2.11.4.GIT