]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/charset.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / include / charset.h
index 5d385b210869b0d76a0f4c921693f132f480e278..70c6e91ddb6b9cecca3a63d9babb83851a2116f8 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.
+ */
+
 #ifndef _SQUID_CHARSET_H
 #define _SQUID_CHARSET_H
 
@@ -10,3 +18,4 @@ extern
 char *latin1_to_utf8(char *out, size_t size, const char *in);
 
 #endif /* _SQUID_CHARSET_H */
+