]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/rfcnb/rfcnb-io.h
Boilerplate: update copyright blurbs on lib/librfcnb
[thirdparty/squid.git] / lib / rfcnb / rfcnb-io.h
index d3f0dfff90292b58b3362acfb57a809664c36d30..c612709d944dfa0816d8e925914f3bba9b274165 100644 (file)
@@ -1,5 +1,10 @@
-#ifndef _SQUID__LIB_RFCNB_RFCNB_IO_H
-#define _SQUID__LIB_RFCNB_RFCNB_IO_H
+/*
+ * Copyright (C) 1996-2014 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 IO Routines Defines
  *
  * Copyright (C) Richard Sharpe 1996
- *
  */
 
 /*
@@ -26,6 +30,9 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#ifndef _SQUID__LIB_RFCNB_RFCNB_IO_H
+#define _SQUID__LIB_RFCNB_RFCNB_IO_H
+
 #include "rfcnb/rfcnb.h"
 
 int RFCNB_Put_Pkt(struct RFCNB_Con *con, struct RFCNB_Pkt *pkt, int len);