]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/format/Format.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / format / Format.h
index 4b4e6836f82a5bbe7f88b5db813aa274a5391e1a..4ae6e668db8cb0545b89df9bba3ef1fd0da698ca 100644 (file)
@@ -1,8 +1,17 @@
+/*
+ * 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_FORMAT_FORMAT_H
 #define _SQUID_FORMAT_FORMAT_H
 
 #include "base/RefCount.h"
 #include "ConfigParser.h"
+
 /*
  * Squid configuration allows users to define custom formats in
  * several components.
@@ -52,3 +61,4 @@ public:
 } // namespace Format
 
 #endif /* _SQUID_FORMAT_FORMAT_H */
+