emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[ELPA-diffs] /srv/bzr/emacs/elpa r181: * ioccur.el: Fix up copyright and


From: Stefan Monnier
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r181: * ioccur.el: Fix up copyright and metadata.
Date: Wed, 14 Mar 2012 08:44:14 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 181
committer: Stefan Monnier <address@hidden>
branch nick: elpa
timestamp: Wed 2012-03-14 08:44:14 -0400
message:
  * ioccur.el: Fix up copyright and metadata.
modified:
  packages/ioccur/ioccur.el
=== modified file 'packages/ioccur/ioccur.el'
--- a/packages/ioccur/ioccur.el 2012-03-14 12:35:01 +0000
+++ b/packages/ioccur/ioccur.el 2012-03-14 12:44:14 +0000
@@ -1,15 +1,12 @@
 ;;; ioccur.el --- Incremental occur.
 
+;; Copyright (C) 2010-2012  Free Software Foundation, Inc.
+
 ;; Author: Thierry Volpiatto <thierry dot volpiatto at gmail dot com>
-
-;; Copyright (C) 2010~2011 Thierry Volpiatto, all rights reserved.
-
+;; X-URL: http://mercurial.intuxication.org/hg/ioccur
+;; Version: 2.4
 ;; Compatibility: GNU Emacs >=22.3
 
-;; X-URL: http://mercurial.intuxication.org/hg/ioccur
-
-;; This file is not part of GNU Emacs.
-
 ;; 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 3, or
@@ -21,9 +18,7 @@
 ;; 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, Boston, MA 02110-1301, USA.
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 ;;; Install:
 ;;
@@ -51,7 +46,7 @@
 ;; (add-to-list 'desktop-globals-to-save 'ioccur-history)
 ;;
 ;; For more info See:
-;; [EVAL] (info "(emacs) saving emacs sessions")
+;; [EVAL] (info "(emacs) Saving Emacs Sessions")
 
 ;;; Code:
 (require 'derived)


reply via email to

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