]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/smblib/exper.c
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / lib / smblib / exper.c
index a67de30a28449370b05a8ee45cfd98ca13d12be3..a5d629edb31474dd6cb2de21f963937599b1a55a 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
@@ -364,7 +371,7 @@ int SMB_Logon_TCon_Open(SMB_Handle_Type Con_Handle, char *UserName,
 {
     struct RFCNB_Pkt *pkt;
     int param_len, i, pkt_len, tcon_len, tcon_param_len, open_len,
-    open_param_len, header_len;
+        open_param_len, header_len;
     struct SMB_File_Def *file_tmp;
     SMB_Tree_Handle tree;
     char *p, *AndXCom;