X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fauth.c;h=ead5f54b5a8f31904d8c835eaf4e077285a3d4bd;hp=0b251280dec3c8c34cf1ce61828cd9d75ce1b10d;hb=de8a29ba5870a337d54c2ca012ae8be75437b721;hpb=086b81cf5feff29d057afbb4353210eca71edac2 diff --git a/citadel/auth.c b/citadel/auth.c index 0b251280d..ead5f54b5 100644 --- a/citadel/auth.c +++ b/citadel/auth.c @@ -4,13 +4,9 @@ // // Copyright (c) 1999-2016 by the citadel.org team // -// This program is open source software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License, version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure +// is subject to the terms of the GNU General Public License, version 3. +// The program is distributed without any warranty, expressed or implied. #if defined(__linux) || defined(__sun) // needed for crypt(): #define _XOPEN_SOURCE