From: Ian Jackson Date: Mon, 30 Dec 2019 11:17:17 +0000 (+0000) Subject: Legal: Add copyright, licence and warranty notice to many files X-Git-Tag: v0.6.0~249^2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=commitdiff_plain;h=c769a0d1ac71302d64af91718c2d09b1bb3ccabf;ds=sidebyside Legal: Add copyright, licence and warranty notice to many files The .sd.mk and .expected files in tests/filter/ are more complicated. We'll do those in a moment. Signed-off-by: Ian Jackson --- diff --git a/example/Final.sd.mk b/example/Final.sd.mk index 314981a..6dd8953 100644 --- a/example/Final.sd.mk +++ b/example/Final.sd.mk @@ -1,2 +1,8 @@ +# subdirmk - example Final.sd.mk +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later +# There is NO WARRANTY. + # This is a hook for subdirmk's test suite. &:-include for-test-final.sd.mk diff --git a/tests/.gitignore b/tests/.gitignore index 3e5c274..4d0028c 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1 +1,7 @@ +# subdirmk - part of the test suite +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later +# There is NO WARRANTY. + */log diff --git a/tests/build-common b/tests/build-common index db751cd..2f0cb60 100644 --- a/tests/build-common +++ b/tests/build-common @@ -1,3 +1,8 @@ +# subdirmk - part of the test suite +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later +# There is NO WARRANTY. SUBDIRMK_REGEN_NDEBUG='' export SUBDIRMK_REGEN_NDEBUG diff --git a/tests/check b/tests/check index 1921877..2bb0d68 100755 --- a/tests/check +++ b/tests/check @@ -1,4 +1,10 @@ #!/bin/bash +# subdirmk - toplevel invocation script for the test suite +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later +# There is NO WARRANTY. + set -e j=$(nproc 2>/dev/null || echo 1) diff --git a/tests/example/.gitignore b/tests/example/.gitignore index 33a9488..cbd3871 100644 --- a/tests/example/.gitignore +++ b/tests/example/.gitignore @@ -1 +1,7 @@ +# subdirmk - part of the test suite +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later +# There is NO WARRANTY. + example diff --git a/tests/example/check b/tests/example/check index d7fff17..d951eea 100755 --- a/tests/example/check +++ b/tests/example/check @@ -1,4 +1,10 @@ #!/bin/sh +# subdirmk - part of the test suite +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later +# There is NO WARRANTY. + set -ex . tests/build-common diff --git a/tests/filter/.gitignore b/tests/filter/.gitignore index 37852cf..7b3ce72 100644 --- a/tests/filter/.gitignore +++ b/tests/filter/.gitignore @@ -1,3 +1,9 @@ +# subdirmk - part of the test suite +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later +# There is NO WARRANTY. + Makefile *.tmp doctests.sd.mk diff --git a/tests/filter/check b/tests/filter/check index e54e4e2..7c4e6ac 100755 --- a/tests/filter/check +++ b/tests/filter/check @@ -1,4 +1,10 @@ #!/bin/bash +# subdirmk - part of the test suite +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later +# There is NO WARRANTY. + set -e set -o pipefail diff --git a/tests/filter/extract-doctests b/tests/filter/extract-doctests index 4357bee..130c237 100755 --- a/tests/filter/extract-doctests +++ b/tests/filter/extract-doctests @@ -1,6 +1,9 @@ #!/usr/bin/perl -w -# -# script for extracting doctests from README +# subdirmk - script for extracting doctests from README +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later +# There is NO WARRANTY. # # usage: # expand