Can you tell I'm REALLY avoiding another task right now?
[citadel.git] / citadel / server / domain.h
index ba367593d643dcbef31b0407117e95fbe0652017..703d0228919e7628451dfeee7c105c7814460e6f 100644 (file)
@@ -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)