]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/rfcnb/std-includes.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / lib / rfcnb / std-includes.h
index ff3bcfc1f975e6f2076dc802ba140cb562911c8d..1c34b2532ff5b47df130be0ce76ee4b2ed8021a7 100644 (file)
@@ -1,4 +1,11 @@
-/* RFCNB Standard includes ... */
+/*
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 /*
  *
  * RFCNB Standard Includes
@@ -6,8 +13,6 @@
  * Copyright (C) 1996, Richard Sharpe
  */
 
-/* One day we will conditionalize these on OS types ... */
-
 /*
  * 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
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
+
 #ifndef _RFCNB_STD_INCLUDES_H
 #define _RFCNB_STD_INCLUDES_H
 
+/* RFCNB Standard includes ... */
+/* One day we will conditionalize these on OS types ... */
+
 #define BOOL int
 typedef short int16;
 
@@ -53,3 +62,4 @@ typedef short int16;
 #endif
 
 #endif /* _RFCNB_STD_INCLUDES_H */
+