]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/SquidMath.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / SquidMath.cc
index 8a56d1bab5306201b93e5171c4712ea89301627c..6fb30bbda6454b2c999b262d4bef9383c186c320 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.
+ */
+
 #include "squid.h"
 #include "SquidMath.h"
 
@@ -36,3 +44,4 @@ Math::intAverage(const int cur, const int newI, int n, const int max)
 
     return (cur * (n - 1) + newI) / n;
 }
+