]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/Splay.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / lib / Splay.cc
index 220a2f9eee2d765c1f3f83d6206487eac4b01eb4..e9ebd183a99d5063cf5c2cb5e3c8124b6aa1800a 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2021 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.
+ */
+
 /*
  * based on ftp://ftp.cs.cmu.edu/user/sleator/splaying/top-down-splay.c
  * http://bobo.link.cs.cmu.edu/cgi-bin/splay/splay-cgi.pl
@@ -14,3 +22,4 @@
 #include "util.h"
 
 int splayLastResult = 0;
+