]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/uudecode.c
SourceFormat Enforcement
[thirdparty/squid.git] / lib / uudecode.c
index 7ad886ac0aac8dd4f5d5dce07e3a6f45d2117826..cf63ce8d2a14359a999ee91b5cb1064065823148 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * $Id$
+ * 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"
@@ -66,3 +70,4 @@ uudecode(const char *bufcoded)
     bufplain[nbytesdecoded] = '\0';
     return bufplain;
 }
+