]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/rfcnb/rfcnb-util.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / lib / rfcnb / rfcnb-util.h
index 270857bce68ac4216606ed7a5b48dcad387fb2e4..820baf9d5635461c7ddd140efa41498725b58bf6 100644 (file)
@@ -1,5 +1,10 @@
-#ifndef _RFCNB_RFCNB_UTIL_H
-#define _RFCNB_RFCNB_UTIL_H
+/*
+ * Copyright (C) 1996-2020 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.
+ */
 
 /* UNIX RFCNB (RFC1001/RFC1002) NetBIOS implementation
  *
@@ -7,7 +12,6 @@
  * RFCNB Utility Defines
  *
  * Copyright (C) Richard Sharpe 1996
- *
  */
 
 /*
@@ -26,6 +30,9 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#ifndef _RFCNB_RFCNB_UTIL_H
+#define _RFCNB_RFCNB_UTIL_H
+
 #include "rfcnb/std-includes.h"
 
 void RFCNB_CvtPad_Name(char *name1, char *name2);
@@ -55,3 +62,4 @@ typedef void RFCNB_Prot_Print_Routine(FILE * fd, int dir, struct RFCNB_Pkt *pkt,
 extern RFCNB_Prot_Print_Routine *Prot_Print_Routine;
 
 #endif /* _RFCNB_RFCNB_UTIL_H */
+