]> granicus.if.org Git - fcron/commitdiff
updated copyright
authorthib <thib>
Wed, 11 Jan 2006 00:52:17 +0000 (00:52 +0000)
committerthib <thib>
Wed, 11 Jan 2006 00:52:17 +0000 (00:52 +0000)
defined COPYRIGHT_QUOTED

config.h.in
configure.in

index 0962ef2bd45ecf790e32d6a1319d99eb33ea4057..19668786535257f82d4a3cd9710620607fc9f377 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.55 2005-03-12 12:40:01 thib Exp $ */
+ /* $Id: config.h.in,v 1.56 2006-01-11 00:53:50 thib Exp $ */
 
 
 /* *********************************************************** */
  * to set the same values in the two files. */
 
 #undef VERSION_QUOTED
+#undef COPYRIGHT_QUOTED
 
 #undef CFLAGS
 
index 68853709698188641396cbb3a9316386bea9e71a..1009c2ddc7f88a3fe44fbf75b4f7937ecab843d3 100644 (file)
@@ -13,13 +13,16 @@ AC_PREFIX_DEFAULT($prefix)
 AC_CONFIG_HEADER(config.h)
 AC_PREREQ(2.57)
 
-vers="3.0.0"
+vers="3.0.1"
 vers_quoted="\"$vers\""
 AC_DEFINE_UNQUOTED(VERSION, $vers)
 AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)
 VERSION="$vers"
 AC_SUBST(VERSION)
 
+copyright_quoted="\"2000-2006\""
+AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted)
+
 
 dnl ---------------------------------------------------------------------
 dnl Check for programs, header files, types, etc (autoconf builtins)