]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/Command.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / mgr / Command.cc
index 4be01e2b021df1ccd7881dd2cd68c4579dd8a3c1..98e93f280f27e7f7a083f5e73f8bac1ff7604adc 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * $Id$
- *
- * DEBUG: section 16    Cache Manager API
+ * 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.
  */
 
+/* DEBUG: section 16    Cache Manager API */
+
 #include "squid.h"
 #include "mgr/ActionProfile.h"
 #include "mgr/Command.h"
@@ -16,3 +19,4 @@ operator <<(std::ostream &os, const Mgr::Command &cmd)
         return os << *cmd.profile;
     return os << "undef";
 }
+