X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver%2Fdomain.h;h=703d0228919e7628451dfeee7c105c7814460e6f;hb=bcd61e9ff3f718fa315eb370f383800e90e55765;hp=ba367593d643dcbef31b0407117e95fbe0652017;hpb=85a574e6cc97eef54ef6099a7edb9a5e01acc59e;p=citadel.git diff --git a/citadel/server/domain.h b/citadel/server/domain.h index ba367593d..703d02289 100644 --- a/citadel/server/domain.h +++ b/citadel/server/domain.h @@ -1,14 +1,7 @@ -/* - * Copyright (c) 1987-2012 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. - */ +// Copyright (c) 1987-2024 by the citadel.org team +// +// This program is open source software. Use, duplication, or disclosure +// is subject to the terms of the GNU General Public License version 3. struct mx { int pref; @@ -19,12 +12,12 @@ int getmx(char *mxbuf, char *dest); int get_hosts(char *mxbuf, char *rectype); -/* HP/UX has old include files...these are from arpa/nameser.h */ +// HP/UX has old include files...these are from arpa/nameser.h #include "typesize.h" #ifndef HFIXEDSZ -#define HFIXEDSZ 12 /* I hope! */ +#define HFIXEDSZ 12 // I hope! #endif #ifndef INT16SZ #define INT16SZ sizeof(cit_int16_t)