]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Answer.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / Answer.cc
index 42d5c3b83146ef612d5f09626bc21f69f14c58e9..c9b9d658e6f9b10abd703b626b4f55cb473b2233 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * 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.
@@ -48,3 +48,4 @@ Adaptation::Answer::print(std::ostream &os) const
 Adaptation::Answer::Answer(Kind aKind): final(true), kind(aKind)
 {
 }
+