X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/aa3ffb57294018bc66aabe1df8960643c397a449..d90bae82c10df62f5e69044b27508b719b1d6451:/client/client.h 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"