summaryrefslogtreecommitdiff
path: root/src/ipaddrcheck.c
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 /src/ipaddrcheck.c
parent27c1b593d442df98d6c91c11b5e34b746070b4a1 (diff)
downloadipaddrcheck-4fa520f034f02d9f0895f1698ed0e1f197b337c6.tar.gz
ipaddrcheck-4fa520f034f02d9f0895f1698ed0e1f197b337c6.zip
Resolve license inconsistencies (should be GPLv2+), update version and copyrights.
Diffstat (limited to 'src/ipaddrcheck.c')
-rw-r--r--src/ipaddrcheck.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/ipaddrcheck.c b/src/ipaddrcheck.c
index 173e6d0..47c3226 100644
--- a/src/ipaddrcheck.c
+++ b/src/ipaddrcheck.c
@@ -1,12 +1,11 @@
/*
* ipaddrcheck.c: an IPv4/IPv6 validator
*
- * 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,
@@ -83,7 +82,7 @@ static const struct option options[] =
{ NULL, no_argument, NULL, 0 }
};
-/* Auxillary functions */
+/* Auxiliary functions */
static void print_help(const char* program_name);
static void print_version(void);
@@ -460,7 +459,7 @@ Exit codes:\n\
void print_version(void)
{
printf("%s %s\n\n", PACKAGE_NAME, PACKAGE_VERSION);
- printf("Copyright (C) SO3Group 2013.\n\
+ printf("Copyright (C) VyOS maintainers and contributors 2018.\n\
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n");