X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=client%2Fclient.h;h=b318768eb8dae9627daf6f56a2e17dd623757a1a;hp=6e6fd8c70c78d9c514033ace14a6be630629db69;hb=HEAD;hpb=baa953c9d9107b862f8f66ac014c95b965e686e1 diff --git a/client/client.h b/client/client.h index 6e6fd8c..76d0219 100644 --- a/client/client.h +++ b/client/client.h @@ -3,12 +3,8 @@ * - useful declarations and definitions for adns client programs */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (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 @@ -27,13 +23,10 @@ #ifndef CLIENT_H_INCLUDED #define CLIENT_H_INCLUDED -#define ADNS_VERSION_STRING "1.5.0" +#define ADNS_VERSION_STRING "1.6.1" #define COPYRIGHT_MESSAGE \ - "Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson\n" \ - "Copyright (C) 2014 Mark Wooding\n" \ - "Copyright (C) 1999-2000,2003,2006 Tony Finch\n" \ - "Copyright (C) 1991 Massachusetts Institute of Technology\n" \ + "Copyright Ian Jackson and contributors\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"