File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ BEGIN {
2323 stubApi = includeFile
2424 sub (/[. ]h$ /, " .cc" , stubApi)
2525
26- print " /* Generated automatically by scripts/mk-stub.awk DO NOT EDIT */"
27- print " /*"
28- print " * Copyright (C) 1996-2026 The Squid Software Foundation and contributors"
29- print " *"
30- print " * Squid software is distributed under GPLv2+ license and includes"
31- print " * contributions from numerous individuals and organizations."
32- print " * Please see the COPYING and CONTRIBUTORS files for details."
33- print " */"
34- print " "
35- print " #include \" squid.h\" "
26+ print " /* Generated automatically by scripts/mk-stub.awk DO NOT EDIT */"
27+ print " /*"
28+ print " * Copyright (C) 1996-2026 The Squid Software Foundation and contributors"
29+ print " *"
30+ print " * Squid software is distributed under GPLv2+ license and includes"
31+ print " * contributions from numerous individuals and organizations."
32+ print " * Please see the COPYING and CONTRIBUTORS files for details."
33+ print " */"
34+ print " "
35+ print " #include \" squid.h\" "
3636 print " "
3737 print " #define STUB_API \" " stubApi " \" "
3838 print " #include \" tests/STUB.h\" "
You can’t perform that action at this time.
0 commit comments