summaryrefslogtreecommitdiff
path: root/manual/examples/testopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'manual/examples/testopt.c')
-rw-r--r--manual/examples/testopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/examples/testopt.c b/manual/examples/testopt.c
index 6249f2a2ed..ea2111540b 100644
--- a/manual/examples/testopt.c
+++ b/manual/examples/testopt.c
@@ -1,5 +1,5 @@
/* Example of Parsing Arguments with getopt.
- Copyright (C) 1991-2018 Free Software Foundation, Inc.
+ Copyright (C) 1991-2019 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+ along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
/*@group*/