]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_redirect.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / tests / stub_redirect.cc
index 847e55a0cd1607e605a5db08da1c0ac7e8f5a94c..ad997c9bc5f29f0cc59ddfc84f34627cabef9800 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.
+ */
+
 #include "squid.h"
 #include "redirect.h"
 
@@ -8,3 +16,4 @@ void redirectInit(void) STUB
 void redirectShutdown(void) STUB
 void redirectStart(ClientHttpRequest *, HLPCB *, void *) STUB
 void storeIdStart(ClientHttpRequest *, HLPCB *, void *) STUB
+