]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/waiter.c
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / test-suite / waiter.c
index 770fa099568b0500144262df6a96c6f789675969..e8ed9926aea3c233edd153dd13d2ab5e61a2dead 100644 (file)
@@ -1,4 +1,12 @@
-#include "config.h"
+/*
+ * 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.
+ */
+
+#include "squid.h"
 
 #if HAVE_ASSERT_H
 #include <assert.h>
@@ -25,3 +33,4 @@ main(int argc, char *argv[])
     select(1, NULL, NULL, NULL, &to);
     return 0;
 }
+