From afbf55642e519f4c17aee3a7ed3d3f2cb6d6290a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 30 Dec 2021 13:06:55 +0000 Subject: [PATCH] legal: Add missing notice to many files Signed-off-by: Ian Jackson --- CREDITS | 7 +++++++ INSTALL | 7 +++++++ NOTES | 7 +++++++ NOTES.peer-keys | 7 +++++++ OLD-BUGS | 7 +++++++ OLD-NEWS | 7 +++++++ README | 8 ++++++++ README.mac | 7 +++++++ README.make-secnet-sites | 9 +++++++++ Suffix.sd.mk | 5 +++++ TODO | 7 +++++++ comprehensive-test | 5 +++++ conffile.y | 7 +++++++ eax-serpentbe-test.c | 7 +++++++ example.conf | 5 +++++ mtest/Dir.sd.mk | 4 ++++ mtest/Ginside.sites | 5 +++++ mtest/Goutside.sites | 5 +++++ mtest/common.tcl | 5 +++++ mtest/delegations.sites | 5 +++++ mtest/header.sites | 5 +++++ mtest/t-basic | 4 ++++ mtest/t-filter | 4 ++++ mtest/t-prefix | 4 ++++ mtest/t-userv | 4 ++++ parallel-test.make | 4 ++++ parallel-test.sh | 5 +++++ pretest-to-tested | 5 +++++ serpent.h | 7 +++++++ serpentbe.c | 7 +++++++ stest/Dir.sd.mk | 4 ++++ stest/common.tcl | 5 +++++ stest/t-Cnonnego-on | 5 +++++ stest/t-Cnonnego-onr | 5 +++++ stest/t-basic-kex | 4 ++++ stest/t-nonnego-on | 4 ++++ stest/t-nonnego-oo | 4 ++++ test-common.sd.mk | 4 ++++ test-common.tcl | 4 ++++ test-example/Dir.sd.mk | 5 +++++ test-example/bogus-setup-request.c | 7 +++++++ test-example/common.conf | 5 +++++ test-example/fake-userv | 5 +++++ test-example/inside-polypath.conf | 5 +++++ test-example/outside-random.conf | 5 +++++ test-example/outside-unshare.conf | 5 +++++ test-example/outside.conf | 5 +++++ test-example/sites | 5 +++++ 48 files changed, 261 insertions(+) diff --git a/CREDITS b/CREDITS index ce757a8..99e7286 100644 --- a/CREDITS +++ b/CREDITS @@ -23,3 +23,10 @@ Joachim Henke - basE91 encoding format and the corresponding C library Adrien Béraud, Guillaume Jacquenot, SunDwarf - python basE91 library Joey Hess - some elements of the Debian packaging Miquel van Smoorenburg, Ian Murdock - original init script example + + +-- +This file is part of secnet. +See LICENCE and this file CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY. diff --git a/INSTALL b/INSTALL index c9db174..30cae5f 100644 --- a/INSTALL +++ b/INSTALL @@ -186,3 +186,10 @@ site sinister networks 192.168.73.0/24 192.168.1.0/24 172.19.71.0/24 address sinister.dynamic.greenend.org.uk 51396 pubkey 1024 35 142982503......[lots more].....0611 steve@sinister + + +-- +This file is part of secnet. +See LICENCE and CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY. diff --git a/NOTES b/NOTES index 001c118..e628b4d 100644 --- a/NOTES +++ b/NOTES @@ -450,3 +450,10 @@ With PROD, the period of broken communication due to a key exchange interrupted by a restart is limited to the key exchange total retransmission timeout, rather than also including the key exchange retry timeout. + + +-- +This file is part of secnet. +See LICENCE and CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY. diff --git a/NOTES.peer-keys b/NOTES.peer-keys index 2c58213..e53cc4c 100644 --- a/NOTES.peer-keys +++ b/NOTES.peer-keys @@ -110,3 +110,10 @@ QED. each other in the effects specified in POSIX.1-2017 when they operate on regular files or symbolic links: ... rename ... open ... + + +-- +This file is part of secnet. +See LICENCE and CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY. diff --git a/OLD-BUGS b/OLD-BUGS index 02a2de3..ebe4fae 100644 --- a/OLD-BUGS +++ b/OLD-BUGS @@ -9,3 +9,10 @@ interested in. Make explicit in the documentation that -n causes all log output to go to stderr. Provide an option that is _really_ just "don't fork()" for people who want to run secnet from init. + + +-- +This file is part of secnet. +See LICENCE and CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY. diff --git a/OLD-NEWS b/OLD-NEWS index 8094c3e..60b4746 100644 --- a/OLD-NEWS +++ b/OLD-NEWS @@ -329,3 +329,10 @@ The sequence number skew detection code in transform.c now only complains about 'reverse skew' - replays of packets that are too old. 'Forward skew' (gaps in the sequence numbers of received packets) is now tolerated silently, to cope with large amounts of packet loss. + + +-- +This file is part of secnet. +See LICENCE and CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY. diff --git a/README b/README index 5b2a8c0..5ce337c 100644 --- a/README +++ b/README @@ -616,3 +616,11 @@ readfile: string map: applies the closure specified as arg1 to each of the elements in the list. Returns a list made up of the outputs of the closure. + + +* Legal + +This file is part of secnet. +See LICENCE and CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY. diff --git a/README.mac b/README.mac index c84a84f..2e231a9 100644 --- a/README.mac +++ b/README.mac @@ -81,3 +81,10 @@ You should now be able to build both debug and release configurations using ⌘B. Richard Kettlewell 2011-07-23 + + +-- +This file is part of secnet. +See LICENCE and this file CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY. diff --git a/README.make-secnet-sites b/README.make-secnet-sites index cbf304e..4fc812c 100644 --- a/README.make-secnet-sites +++ b/README.make-secnet-sites @@ -314,3 +314,12 @@ OUTPUT STRUCTURE named `netlink' used to set the `link' key in each site definition. Usually, this will be constructed by a partial application of the built-in `userv-ipif' or `tun' closures. + + + + +-- +This file is part of secnet. +See LICENCE and this file CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY. diff --git a/Suffix.sd.mk b/Suffix.sd.mk index 5daff5e..ff0b7d1 100644 --- a/Suffix.sd.mk +++ b/Suffix.sd.mk @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + &TARGETS_check += &TARGETS_fullcheck += diff --git a/TODO b/TODO index 2d5e447..fedd017 100644 --- a/TODO +++ b/TODO @@ -32,3 +32,10 @@ implemented in netlink) global: consider using liboop for the event loop + + +-- +This file is part of secnet. +See LICENCE and this file CREDITS for full list of copyright holders. +SPDX-License-Identifier: GPL-3.0-or-later +There is NO WARRANTY. diff --git a/comprehensive-test b/comprehensive-test index 1d5ee7f..919c690 100755 --- a/comprehensive-test +++ b/comprehensive-test @@ -1,4 +1,9 @@ #!/bin/bash +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set -e set -o pipefail diff --git a/conffile.y b/conffile.y index 9f32cfd..2d08847 100644 --- a/conffile.y +++ b/conffile.y @@ -1,3 +1,10 @@ +/* + * This file is part of secnet. + * See LICENCE and this file CREDITS for full list of copyright holders. + * SPDX-License-Identifier: GPL-3.0-or-later + * There is NO WARRANTY. + */ + %token TOK_STRING %token TOK_NUMBER %token TOK_KEY diff --git a/eax-serpentbe-test.c b/eax-serpentbe-test.c index ce5b3dc..3025774 100644 --- a/eax-serpentbe-test.c +++ b/eax-serpentbe-test.c @@ -1,3 +1,10 @@ +/* + * This file is part of secnet. + * See LICENCE and this file CREDITS for full list of copyright holders. + * SPDX-License-Identifier: GPL-3.0-or-later + * There is NO WARRANTY. + */ + #include "eax-test.h" #include "serpent.h" /* multiple-inclusion protection means that serpent.h's inclusion diff --git a/example.conf b/example.conf index c7e3eb3..d746a56 100644 --- a/example.conf +++ b/example.conf @@ -1,5 +1,10 @@ # secnet example configuration file +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + # Log facility # If you use this unaltered you should consider providing automatic log # rotation for /var/log/secnet. secnet will close and re-open its logfiles diff --git a/mtest/Dir.sd.mk b/mtest/Dir.sd.mk index bdb872f..67eefbf 100644 --- a/mtest/Dir.sd.mk +++ b/mtest/Dir.sd.mk @@ -1,3 +1,7 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. &DEPS += &~/make-secnet-sites &DEPS += &~/ipaddrset.py diff --git a/mtest/Ginside.sites b/mtest/Ginside.sites index 3348266..9ffdeb5 100644 --- a/mtest/Ginside.sites +++ b/mtest/Ginside.sites @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + vpn test-example location inside root site inside diff --git a/mtest/Goutside.sites b/mtest/Goutside.sites index c85f5f8..2f2c501 100644 --- a/mtest/Goutside.sites +++ b/mtest/Goutside.sites @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + vpn test-example location outside root site outside diff --git a/mtest/common.tcl b/mtest/common.tcl index c33db2c..b5c1160 100644 --- a/mtest/common.tcl +++ b/mtest/common.tcl @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + source test-common.tcl proc mss-program {} { diff --git a/mtest/delegations.sites b/mtest/delegations.sites index f6632e2..aebdfa3 100644 --- a/mtest/delegations.sites +++ b/mtest/delegations.sites @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + location outside Goutside restrict-nets 172.18.232.0/29 diff --git a/mtest/header.sites b/mtest/header.sites index f4b3481..5e91afc 100644 --- a/mtest/header.sites +++ b/mtest/header.sites @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + vpn test-example contact header@example.com dh 8db5f2c15ac96d9f3382d1ef4688fba14dc7908ae7dfd71a9cfe7f479a75d506dc53f159aeaf488bde073fe544bc91c099f101fcf60074f30c06e36263c03ca9e07931ce3fc235fe1171dc6d9316fb097bd4362891e2c36e234e7c16b038fd97b1f165c710e90537de66ee4f54001f5712b050d4e07de3fba07607b19b64f6c3 2 diff --git a/mtest/t-basic b/mtest/t-basic index d6b1b57..87571d7 100755 --- a/mtest/t-basic +++ b/mtest/t-basic @@ -1,4 +1,8 @@ #! /usr/bin/tclsh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. source mtest/common.tcl diff --git a/mtest/t-filter b/mtest/t-filter index 78d8fb1..7d5538b 100755 --- a/mtest/t-filter +++ b/mtest/t-filter @@ -1,4 +1,8 @@ #! /usr/bin/tclsh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. source mtest/common.tcl diff --git a/mtest/t-prefix b/mtest/t-prefix index d53b3cb..ee980ed 100755 --- a/mtest/t-prefix +++ b/mtest/t-prefix @@ -1,4 +1,8 @@ #! /usr/bin/tclsh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. source mtest/common.tcl diff --git a/mtest/t-userv b/mtest/t-userv index 87d97b0..5ff7155 100755 --- a/mtest/t-userv +++ b/mtest/t-userv @@ -1,4 +1,8 @@ #! /usr/bin/tclsh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. source mtest/common.tcl diff --git a/parallel-test.make b/parallel-test.make index 17c190a..51c377d 100644 --- a/parallel-test.make +++ b/parallel-test.make @@ -1,3 +1,7 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. # usage # ../parallel-bisect.sh diff --git a/parallel-test.sh b/parallel-test.sh index ccd6ab3..81fd0e5 100755 --- a/parallel-test.sh +++ b/parallel-test.sh @@ -1,5 +1,10 @@ #!/bin/sh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + # usage # ../parallel-bisect.sh # diff --git a/pretest-to-tested b/pretest-to-tested index fea6e97..bfa9352 100755 --- a/pretest-to-tested +++ b/pretest-to-tested @@ -1,5 +1,10 @@ #!/bin/bash +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + # best to run this in a git-worktree # example runes in main tree: # git-branch -f pretest && git-branch -f tested `git-merge-base HEAD tested` && git-checkout wip diff --git a/serpent.h b/serpent.h index 857b1b9..b7e85e0 100644 --- a/serpent.h +++ b/serpent.h @@ -1,3 +1,10 @@ +/* + * This file is part of secnet. + * See LICENCE and this file CREDITS for full list of copyright holders. + * SPDX-License-Identifier: GPL-3.0-or-later + * There is NO WARRANTY. + */ + #ifndef serpent_h #define serpent_h diff --git a/serpentbe.c b/serpentbe.c index 758d5c9..92e0d2c 100644 --- a/serpentbe.c +++ b/serpentbe.c @@ -1,2 +1,9 @@ +/* + * This file is part of secnet. + * See LICENCE and this file CREDITS for full list of copyright holders. + * SPDX-License-Identifier: GPL-3.0-or-later + * There is NO WARRANTY. + */ + #define SERPENT_BIGENDIAN #include "serpent.c" diff --git a/stest/Dir.sd.mk b/stest/Dir.sd.mk index f3c0685..5be4834 100644 --- a/stest/Dir.sd.mk +++ b/stest/Dir.sd.mk @@ -1,3 +1,7 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. &TARGETS += & udp-preload.so diff --git a/stest/common.tcl b/stest/common.tcl index cd0780e..4c04a93 100644 --- a/stest/common.tcl +++ b/stest/common.tcl @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + source test-common.tcl package require Tclx diff --git a/stest/t-Cnonnego-on b/stest/t-Cnonnego-on index 5aec1a3..da65280 100755 --- a/stest/t-Cnonnego-on +++ b/stest/t-Cnonnego-on @@ -1,3 +1,8 @@ #! /usr/bin/tclsh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set oldsecnet(inside) 1 source stest/t-nonnego-on diff --git a/stest/t-Cnonnego-onr b/stest/t-Cnonnego-onr index dc3fdbf..a038954 100755 --- a/stest/t-Cnonnego-onr +++ b/stest/t-Cnonnego-onr @@ -1,4 +1,9 @@ #! /usr/bin/tclsh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set oldsecnet(inside) 1 set initiator outside source stest/t-nonnego-on diff --git a/stest/t-basic-kex b/stest/t-basic-kex index 0952d5f..4372930 100755 --- a/stest/t-basic-kex +++ b/stest/t-basic-kex @@ -1,4 +1,8 @@ #! /usr/bin/tclsh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. source stest/common.tcl diff --git a/stest/t-nonnego-on b/stest/t-nonnego-on index 813d2f8..63e98b0 100755 --- a/stest/t-nonnego-on +++ b/stest/t-nonnego-on @@ -1,4 +1,8 @@ #! /usr/bin/tclsh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. source stest/common.tcl diff --git a/stest/t-nonnego-oo b/stest/t-nonnego-oo index 1633d6a..fbeb600 100755 --- a/stest/t-nonnego-oo +++ b/stest/t-nonnego-oo @@ -1,4 +1,8 @@ #! /usr/bin/tclsh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. source stest/common.tcl diff --git a/test-common.sd.mk b/test-common.sd.mk index 2bc48eb..25bc214 100644 --- a/test-common.sd.mk +++ b/test-common.sd.mk @@ -1,3 +1,7 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. include common.make diff --git a/test-common.tcl b/test-common.tcl index 04d229c..9846511 100644 --- a/test-common.tcl +++ b/test-common.tcl @@ -1,3 +1,7 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. proc prefix_some_path {pathvar entry} { global env diff --git a/test-example/Dir.sd.mk b/test-example/Dir.sd.mk index ff34215..3b7305c 100644 --- a/test-example/Dir.sd.mk +++ b/test-example/Dir.sd.mk @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + &TARGETS += & sites.conf sites-nonego.conf include common.make diff --git a/test-example/bogus-setup-request.c b/test-example/bogus-setup-request.c index c9cfc3c..f38e461 100644 --- a/test-example/bogus-setup-request.c +++ b/test-example/bogus-setup-request.c @@ -1,3 +1,10 @@ +/* + * This file is part of secnet. + * See LICENCE and this file CREDITS for full list of copyright holders. + * SPDX-License-Identifier: GPL-3.0-or-later + * There is NO WARRANTY. + */ + /* test-example/bogus-setup-request 127.0.0.1 19098 test-example/inside/inside 127.0.0.1 16096 test-example/outside/outside */ diff --git a/test-example/common.conf b/test-example/common.conf index 9306d35..7beaff5 100644 --- a/test-example/common.conf +++ b/test-example/common.conf @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + log logfile { filename "/dev/tty"; class "info","notice","warning","error","security","fatal"; diff --git a/test-example/fake-userv b/test-example/fake-userv index 6f5da40..f375820 100755 --- a/test-example/fake-userv +++ b/test-example/fake-userv @@ -1,4 +1,9 @@ #!/bin/sh +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + set -e echo >&2 "$0: invoked as $0 $*" shift diff --git a/test-example/inside-polypath.conf b/test-example/inside-polypath.conf index 5e66e01..054f62c 100644 --- a/test-example/inside-polypath.conf +++ b/test-example/inside-polypath.conf @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + comm polypath { buffer sysbuffer(4096); monitor-command "./polypath-interface-monitor-linux"; diff --git a/test-example/outside-random.conf b/test-example/outside-random.conf index 5c23920..8cd653f 100644 --- a/test-example/outside-random.conf +++ b/test-example/outside-random.conf @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + netlink userv-ipif { name "netlink-ipif"; # Printed in log messages from this netlink local-address "172.18.232.1"; diff --git a/test-example/outside-unshare.conf b/test-example/outside-unshare.conf index 2811962..88c0a18 100644 --- a/test-example/outside-unshare.conf +++ b/test-example/outside-unshare.conf @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + netlink userv-ipif { name "netlink-ipif"; # Printed in log messages from this netlink local-address "172.18.232.1"; diff --git a/test-example/outside.conf b/test-example/outside.conf index 8944130..7d634e2 100644 --- a/test-example/outside.conf +++ b/test-example/outside.conf @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + netlink tun { name "netlink-tun"; # Printed in log messages from this netlink local-address "172.18.232.1"; diff --git a/test-example/sites b/test-example/sites index f5ad631..2f5bff4 100644 --- a/test-example/sites +++ b/test-example/sites @@ -1,3 +1,8 @@ +# This file is part of secnet. +# See LICENCE and this file CREDITS for full list of copyright holders. +# SPDX-License-Identifier: GPL-3.0-or-later +# There is NO WARRANTY. + vpn test-example contact devnull@example.com dh 8db5f2c15ac96d9f3382d1ef4688fba14dc7908ae7dfd71a9cfe7f479a75d506dc53f159aeaf488bde073fe544bc91c099f101fcf60074f30c06e36263c03ca9e07931ce3fc235fe1171dc6d9316fb097bd4362891e2c36e234e7c16b038fd97b1f165c710e90537de66ee4f54001f5712b050d4e07de3fba07607b19b64f6c3 2 -- 2.30.2