X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/e468b87f91f26e66a8cde087c1a9c89c67b96d12..c5bc2d1d0558bbaa29ef04f9bd7bef50146382ab:/etc/grep.txt diff --git a/etc/grep.txt b/etc/grep.txt index b653f13cf6..e9fea92e30 100644 --- a/etc/grep.txt +++ b/etc/grep.txt @@ -84,15 +84,14 @@ grep -nH -e "xyzxyz" ../info/* -Copyright (C) 2005, 2006, 2007 -Free Software Foundation, Inc. +Copyright (C) 2005-2012 Free Software Foundation, Inc. COPYING PERMISSIONS: - This document is free software; you can redistribute it and/or modify + This document 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. + the Free Software Foundation, either version 3 of the License, 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 @@ -100,11 +99,10 @@ COPYING PERMISSIONS: 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 St, Fifth Floor, - Boston, MA 02110-1301 USA. + along with this program. If not, see . ;;; Local Variables: +;;; eval: (let ((inhibit-read-only t) (compilation-filter-start (point-min))) (save-excursion (goto-char (point-max)) (grep-filter) (set-buffer-modified-p nil))) ;;; buffer-read-only: t ;;; End: