comparison etc/grep.txt @ 71189:3681678d3d86

Add copyright notice and copying permissions.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Jun 2006 13:53:01 +0000
parents 4fc385f4c685
children 55031f6edc3e
comparison
equal deleted inserted replaced
71188:d4fb4584a969 71189:3681678d3d86
1 * Introduction -*-grep-*- 1 * Introduction -*-grep-*- (See the end of file for copyright information)
2 2
3 This shows the different kinds of messages grep recognizes by default and 3 This shows the different kinds of messages grep recognizes by default and
4 how they are rendered. It is intended both to help you decide which matchers 4 how they are rendered. It is intended both to help you decide which matchers
5 you need and as a test of the matchers. Move the mouse over a colored part 5 you need and as a test of the matchers. Move the mouse over a colored part
6 to see how much text was actually matched. 6 to see how much text was actually matched.
83 ../info/emacs-2 1205 inserts `xyzxyzxyzxyz' in the current buffer. 83 ../info/emacs-2 1205 inserts `xyzxyzxyzxyz' in the current buffer.
84 84
85 ;;; Local Variables: 85 ;;; Local Variables:
86 ;;; buffer-read-only: t 86 ;;; buffer-read-only: t
87 ;;; End: 87 ;;; End:
88
89
90
91 Copyright (c) 2005, 2006
92 Free software Foundation, Inc.
93
94 COPYING PERMISSIONS:
95
96 This document is free software; you can redistribute it and/or modify
97 it under the terms of the GNU General Public License as published by
98 the Free Software Foundation; either version 2 of the License, or
99 (at your option) any later version.
100
101 This program is distributed in the hope that it will be useful,
102 but WITHOUT ANY WARRANTY; without even the implied warranty of
103 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
104 GNU General Public License for more details.
105
106 You should have received a copy of the GNU General Public License
107 along with this program; if not, write to the Free Software
108 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
109