]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/ecap/Config.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / ecap / Config.h
index f9b5a56fbbe1c4363b89187626ca3669a583d94d..b5bec2c9e7929738ecf2233aa71fb28358b82988 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * $Id$
- * DEBUG: section 93    eCAP Interface
+ * 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.
  */
 
+/* DEBUG: section 93    eCAP Interface */
+
 #ifndef SQUID_ECAP_CONFIG_H
 #define SQUID_ECAP_CONFIG_H
 
@@ -29,7 +34,6 @@ public:
     Extensions extensions;
 };
 
-
 /// General eCAP configuration
 class Config: public Adaptation::Config
 {
@@ -56,3 +60,4 @@ extern Config TheConfig;
 } // namespace Adaptation
 
 #endif /* SQUID_ECAP_CONFIG_H */
+