X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=client%2Fclient.h;h=56532a980c64259c67cb3d780f44c303fa3bdd0c;hb=e1054f1582fe29f19348180c1318ce2120c1ac3d;hp=2e74b125cfbc84774f48bfaf10d7131fa636449f;hpb=aa3ffb57294018bc66aabe1df8960643c397a449;p=adns.git diff --git a/client/client.h b/client/client.h index 2e74b12..56532a9 100644 --- a/client/client.h +++ b/client/client.h @@ -3,12 +3,11 @@ * - useful declarations and definitions for adns client programs */ /* - * This file is - * Copyright (C) 1997-2000 Ian Jackson - * - * It is part of adns, which is - * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999-2000 Tony Finch + * 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 @@ -28,11 +27,12 @@ #ifndef CLIENT_H_INCLUDED #define CLIENT_H_INCLUDED -#define ADNS_VERSION_STRING "1.0" +#define ADNS_VERSION_STRING "1.2" #define COPYRIGHT_MESSAGE \ - "Copyright (C) 1997-2000 Ian Jackson \n" \ - "Copyright (C) 1999-2000 Tony Finch \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"