summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-05-12 00:35:50 +0200
committerDaniil Baturin <daniil@baturin.org>2018-05-12 00:35:50 +0200
commit4fa520f034f02d9f0895f1698ed0e1f197b337c6 (patch)
treebd0ec90ae303b7b7ad2dd693c4a77b6f0f5e771c /tests
parent27c1b593d442df98d6c91c11b5e34b746070b4a1 (diff)
downloadipaddrcheck-4fa520f034f02d9f0895f1698ed0e1f197b337c6.tar.gz
ipaddrcheck-4fa520f034f02d9f0895f1698ed0e1f197b337c6.zip
Resolve license inconsistencies (should be GPLv2+), update version and copyrights.
Diffstat (limited to 'tests')
-rw-r--r--tests/check_ipaddrcheck.c7
-rwxr-xr-xtests/integration_tests.sh7
2 files changed, 6 insertions, 8 deletions
diff --git a/tests/check_ipaddrcheck.c b/tests/check_ipaddrcheck.c
index 8a4a869..ad2b673 100644
--- a/tests/check_ipaddrcheck.c
+++ b/tests/check_ipaddrcheck.c
@@ -1,12 +1,11 @@
/*
* check_ipaddrcheck.c: ipaddrcheck unit tests
*
- * Maintainer: Daniil Baturin <daniil at baturin dot org>
- *
- * Copyright (C) 2013 SO3Group
+ * Copyright (C) 2013 Daniil Baturin
+ * Copyright (C) 2018 VyOS maintainers and contributors
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
+ * it under the terms of the GNU General Public License version 2 or later as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
diff --git a/tests/integration_tests.sh b/tests/integration_tests.sh
index 88d4e2c..5e98526 100755
--- a/tests/integration_tests.sh
+++ b/tests/integration_tests.sh
@@ -2,12 +2,11 @@
#
# integration_tests.sh: ipaddrcheck integration tests
#
-# Maintainer: Daniil Baturin <daniil at baturin dot org>
-#
-# Copyright (C) 2013 SO3Group
+# Copyright (C) 2013 Daniil Baturin
+# Copyright (C) 2018 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2 as
+# it under the terms of the GNU General Public License version 2 or later as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,