]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/eui/Config.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / eui / Config.h
index 9dd30cef846de6e166178ffc91fc4a5b56e29f2b..76c2707d8172fd2d350094a39e0edad7e4d3a1d2 100644 (file)
@@ -1,7 +1,16 @@
+/*
+ * 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_EUI_CONFIG_H
 #define SQUID_EUI_CONFIG_H
 
-namespace Eui {
+namespace Eui
+{
 
 class EuiConfig
 {
@@ -11,6 +20,7 @@ public:
 
 extern EuiConfig TheConfig;
 
-}; // namespace Eui
+} // namespace Eui
 
 #endif /* SQUID_EUI_CONFIG_H */
+