From: Ian Jackson Date: Sat, 7 Aug 2021 15:11:17 +0000 (+0100) Subject: test: copyright notices X-Git-Tag: hippotat/1.0.0~291 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=47b9642cab9a2a9f0b93638df2a8895268eb3a88;p=hippotat.git test: copyright notices Signed-off-by: Ian Jackson --- diff --git a/test/netns-setup b/test/netns-setup index 61edd47..c2d24dc 100755 --- a/test/netns-setup +++ b/test/netns-setup @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright 2021 Ian Jackson and contributors to Hippotat +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set -ex slug=$1 diff --git a/test/run-client b/test/run-client index fdb1e4e..c545d66 100755 --- a/test/run-client +++ b/test/run-client @@ -1,4 +1,8 @@ #!/bin/sh +# Copyright 2021 Ian Jackson and contributors to Hippotat +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set -e slug=$1 diff --git a/test/run-server b/test/run-server index 8273244..6e5a653 100755 --- a/test/run-server +++ b/test/run-server @@ -1,4 +1,8 @@ #!/bin/sh +# Copyright 2021 Ian Jackson and contributors to Hippotat +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set -e slug=$1 diff --git a/test/test.cfg b/test/test.cfg index 77a4b29..c176434 100644 --- a/test/test.cfg +++ b/test/test.cfg @@ -1,3 +1,7 @@ +# Copyright 2021 Ian Jackson and contributors to Hippotat +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + [SERVER] ipif = /usr/lib/userv/ipif \* -- %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s' diff --git a/uml/psusan-uml-inside b/uml/psusan-uml-inside index bb2c8d6..4a2f343 100755 --- a/uml/psusan-uml-inside +++ b/uml/psusan-uml-inside @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright 2021 Ian Jackson, Simon Tatham, and contributors to Hippotat +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set -ex mkdir /dev/pts diff --git a/uml/psusan-uml-psusan b/uml/psusan-uml-psusan index 617824d..2f5c723 100755 --- a/uml/psusan-uml-psusan +++ b/uml/psusan-uml-psusan @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright 2021 Ian Jackson, Simon Tatham, and contributors to Hippotat +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set -e fifo=tmp/uml/q diff --git a/uml/psusan-uml-run b/uml/psusan-uml-run index a7fe40b..c84f51c 100755 --- a/uml/psusan-uml-run +++ b/uml/psusan-uml-run @@ -1,4 +1,8 @@ #!/bin/sh +# Copyright 2021 Ian Jackson and contributors to Hippotat +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set -e HOME=$PWD/tmp/uml diff --git a/uml/psusan-uml-setup b/uml/psusan-uml-setup index a2ff1a0..58dedc2 100755 --- a/uml/psusan-uml-setup +++ b/uml/psusan-uml-setup @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright 2021 Ian Jackson and contributors to Hippotat +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set -e mkdir -p tmp