diff etc/ETAGS.EBNF @ 71189:3681678d3d86

Add copyright notice and copying permissions.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Jun 2006 13:53:01 +0000
parents 27d26db0f6b1
children 0259a1711394
line wrap: on
line diff
--- a/etc/ETAGS.EBNF	Sat Jun 03 12:52:35 2006 +0000
+++ b/etc/ETAGS.EBNF	Sat Jun 03 13:53:01 2006 +0000
@@ -1,5 +1,7 @@
 -*- indented-text -*-
 
+See the end of this file for copyright information.
+
 This file contains two sections:
 
 1) An EBNF (Extended Backus-Naur Form) description of the format of
@@ -91,3 +93,22 @@
 those.
 
 ===================== end of discussion of tag names =====================
+
+Copyright (c) 2002, 2004, 2006
+Free software Foundation, Inc.
+
+COPYING PERMISSIONS:
+
+    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 2 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
+    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; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA