diff options
| author | Daniil Baturin <daniil@baturin.org> | 2018-05-12 00:35:50 +0200 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2018-05-12 00:35:50 +0200 |
| commit | 4fa520f034f02d9f0895f1698ed0e1f197b337c6 (patch) | |
| tree | bd0ec90ae303b7b7ad2dd693c4a77b6f0f5e771c /src | |
| parent | 27c1b593d442df98d6c91c11b5e34b746070b4a1 (diff) | |
| download | ipaddrcheck-4fa520f034f02d9f0895f1698ed0e1f197b337c6.tar.gz ipaddrcheck-4fa520f034f02d9f0895f1698ed0e1f197b337c6.zip | |
Resolve license inconsistencies (should be GPLv2+), update version and copyrights.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ipaddrcheck.c | 11 | ||||
| -rw-r--r-- | src/ipaddrcheck_functions.c | 5 | ||||
| -rw-r--r-- | src/ipaddrcheck_functions.h | 5 |
3 files changed, 9 insertions, 12 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"); diff --git a/src/ipaddrcheck_functions.c b/src/ipaddrcheck_functions.c index a9e1384..82d01f9 100644 --- a/src/ipaddrcheck_functions.c +++ b/src/ipaddrcheck_functions.c @@ -1,9 +1,8 @@ /* * ipaddrcheck_functions.c: IPv4/IPv6 validation functions for ipaddrcheck * - * 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 library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/ipaddrcheck_functions.h b/src/ipaddrcheck_functions.h index 4203447..1a23304 100644 --- a/src/ipaddrcheck_functions.h +++ b/src/ipaddrcheck_functions.h @@ -1,9 +1,8 @@ /* * ipaddrcheck_functions.h: macros and prototypes for ipaddrcheck * - * 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 library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |
