]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/uudecode.c
SourceFormat Enforcement
[thirdparty/squid.git] / lib / uudecode.c
index af84a8e939d91485fed8b494151ef8c69abdac1a..cf63ce8d2a14359a999ee91b5cb1064065823148 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2015 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.
+ */
+
 #include "squid.h"
 #include "uudecode.h"
 
@@ -62,3 +70,4 @@ uudecode(const char *bufcoded)
     bufplain[nbytesdecoded] = '\0';
     return bufplain;
 }
+