chiark / gitweb /
update copyright dates and ADNS_VERSION_STRING
authorian <ian>
Sat, 8 Apr 2006 14:36:23 +0000 (14:36 +0000)
committerian <ian>
Sat, 8 Apr 2006 14:36:23 +0000 (14:36 +0000)
changelog
client/client.h

index 48683600bd92e3acc326f9188f757b89a71df0fc..62f6d0662e536ffd2e6c8f005183dd7696369888 100644 (file)
--- a/changelog
+++ b/changelog
@@ -32,7 +32,8 @@ adns (1.1.999.0.3); urgency=medium
   * Copyright notices updated.
 
   Packaging changes:
-  * Update MINOR to 2 because of adns_init_logfn.
+  * Update MINOR to 2 and ADNS_VERSION_STRING to 1.2.
+  * Reran autoconf/autoheader (autoconf Debian 2.13-54).
   * Create $(bin_dir) and $(lib_dir) on `make install', and also
     make a libadns.so.1 -> libadns.so.1.<minor> link.  (Suggestions
     and patch from Nix of esperi.org.uk.)
index f9b705008e293d2e573c6b73f1609c021072e6ca..56532a980c64259c67cb3d780f44c303fa3bdd0c 100644 (file)
@@ -3,12 +3,11 @@
  * - useful declarations and definitions for adns client programs
  */
 /*
- *  This file is
- *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *
- *  It is part of adns, which is
- *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
+ *  This file is part of adns, which is
+ *    Copyright (C) 1997-2000,2003,2006  Ian Jackson
+ *    Copyright (C) 1999-2000,2003,2006  Tony Finch
+ *    Copyright (C) 1991 Massachusetts Institute of Technology
+ *  (See the file INSTALL for full details.)
  *  
  *  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
 #ifndef CLIENT_H_INCLUDED
 #define CLIENT_H_INCLUDED
 
-#define ADNS_VERSION_STRING "1.1"
+#define ADNS_VERSION_STRING "1.2"
 
 #define COPYRIGHT_MESSAGE \
- "Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>\n" \
- "Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>\n" \
+ "Copyright (C) 1997-2000,2003,2006  Ian Jackson\n" \
+ "Copyright (C) 1999-2000,2003,2006  Tony Finch\n" \
+ "Copyright (C) 1991 Massachusetts Institute of Technology\n" \
  "This is free software; see the source for copying conditions.  There is NO\n" \
  "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"