]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/purge/convert.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / tools / purge / convert.cc
index a2cf4fe378164ed55221307b3fc7258805432ce3..142b6951e6cd2133caa9fe94ea9fb6f5edef13dc 100644 (file)
@@ -1,4 +1,10 @@
-#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.
+ */
 
 // Author:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
@@ -39,8 +45,8 @@
 // Revision 1.1  1998/08/13 21:38:04  voeckler
 // Initial revision
 //
-//
 
+#include "squid.h"
 #include "convert.hh"
 
 #include <cstdlib>
@@ -150,3 +156,4 @@ convertPortname( const char* port, unsigned short& dst )
     }
     return 0;
 }
+