]> code.citadel.org Git - citadel.git/blobdiff - citadel/parsedate.c
Version number to 8.02 for upcoming release
[citadel.git] / citadel / parsedate.c
index c48cfbbc5d4e2fc447c7bdbf9fadd277dac5325c..65a296308a33cfd780589830499c4de2ab9359b1 100644 (file)
@@ -5,7 +5,7 @@
    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
    Free Software Foundation, Inc.
 
-   This program is free software; you can redistribute it and/or modify
+   This program is open source 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, or (at your option)
    any later version.
@@ -94,7 +94,7 @@
 /* Copy the first part of user declarations.  */
 #line 1 "parsedate.y"
 
-/* $Revision: 4003 $
+/* $Revision$
 **
 **  Originally written by Steven M. Bellovin <smb@research.att.com> while
 **  at the University of North Carolina at Chapel Hill.  Later tweaked by
@@ -242,7 +242,7 @@ typedef union YYSTYPE
     time_t             Number;
     enum _MERIDIAN     Meridian;
 }
-/* Line 187 of yacc.c.  */
+/* Line 193 of yacc.c.  */
 #line 247 "y.tab.c"
        YYSTYPE;
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */