]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/rfc1123.h
SourceFormat Enforcement
[thirdparty/squid.git] / include / rfc1123.h
index a61451f2d4366a0d6df9733a587ff195bae1ce04..623562c937d19c13ad114d766b5349d1f1c628fe 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.
+ */
+
 #ifndef _SQUID_RFC1123_H
 #define _SQUID_RFC1123_H
 
 extern "C" {
 #endif
 
-    extern const char *mkhttpdlogtime(const time_t *);
-    extern const char *mkrfc1123(time_t);
-    extern time_t parse_rfc1123(const char *str);
+extern const char *mkhttpdlogtime(const time_t *);
+extern const char *mkrfc1123(time_t);
+extern time_t parse_rfc1123(const char *str);
 
 #ifdef __cplusplus
 }
 #endif
 #endif /* _SQUID_RFC1123_H */
+