Expunge revision histories in files.
[become] / src / lexer.h
index 603d382..dd262d1 100644 (file)
@@ -1,13 +1,13 @@
 /* -*-c-*-
  *
- * $Id: lexer.h,v 1.1 1997/07/21 13:47:48 mdw Exp $
+ * $Id: lexer.h,v 1.4 2004/04/08 01:36:20 mdw Exp $
  *
  * Lexical analyser for `become.conf' files
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
-/*----- Licencing notice --------------------------------------------------*
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of `become'
  *
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with `become'; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: lexer.h,v $
- * Revision 1.1  1997/07/21 13:47:48  mdw
- * Initial revision
- *
+ * along with `become'; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #ifndef LEXER_H