diff options
author | Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 2008-03-26 02:29:43 +0000 |
---|---|---|
committer | Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 2008-03-26 02:29:43 +0000 |
commit | 1ba1a8b97269cb615b17357260f2e6f7ca6e2af7 (patch) | |
tree | 238fb20b4e2745efe6c5694058e839742cc521af /lisp/proced.el | |
parent | 37e4d8ed4fa32f2392755c70906bd8dbbad19807 (diff) | |
download | emacs-1ba1a8b97269cb615b17357260f2e6f7ca6e2af7.tar.gz |
Update copyright.
Diffstat (limited to 'lisp/proced.el')
-rw-r--r-- | lisp/proced.el | 26 |
1 files changed, 14 insertions, 12 deletions
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 <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: |