]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/smblib/bad-chain.c
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / lib / smblib / bad-chain.c
index 4b7b237a2a6eadb495567b0781b05c316713e279..d58b3a7f8390b3304beb7353a5b95e77598d71a6 100644 (file)
@@ -1,11 +1,17 @@
-#include "squid.h"
+/*
+ * Copyright (C) 1996-2018 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 SMBlib NetBIOS implementation
 
    Version 1.0
    SMBlib Routines. Experimental Section ...
 
    Copyright (C) Richard Sharpe 1996
-
 */
 
 /*
@@ -24,8 +30,9 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
-#include "smblib/smblib-priv.h"
+#include "squid.h"
 #include "rfcnb/rfcnb.h"
+#include "smblib/smblib-priv.h"
 
 #include <signal.h>
 #if HAVE_STRING_H