]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/DynamicGroupCfg.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / DynamicGroupCfg.cc
index 5d06f78fdd89bd8c3b24056201d456e804374f8b..f4ca2531597378c2ab3451913308cbb2f94023e4 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2017 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.
+ */
+
 #include "squid.h"
 
 #include "adaptation/DynamicGroupCfg.h"
@@ -20,3 +28,4 @@ Adaptation::DynamicGroupCfg::clear()
     id.clean();
     services.clear();
 }
+