]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/helper-ok.pl
Source Format Enforcement (#1234)
[thirdparty/squid.git] / tools / helper-ok.pl
index dd7af8ba5eb0b7d699428581ae60ab741ea5a93f..1309d9f4034278adbf256a217ab3387e86f6530c 100755 (executable)
@@ -1,8 +1,15 @@
 #!/usr/bin/perl
+#
+## Copyright (C) 1996-2023 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.
+##
 
 $|=1;
 while (<>) {
-       sleep 10;
-       print "OK\n";
+    sleep 10;
+    print "OK\n";
 }
 print STDERR "stdin closed, exit\n";