]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/Splay.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / lib / Splay.cc
index 220a2f9eee2d765c1f3f83d6206487eac4b01eb4..b52ce76819956149d217cea11232abe6965d96db 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2020 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;
+