aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-15 13:15:18 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-15 13:15:18 +0100
commit32cd2c4a41ad05d9e5b689131968c5939862c6cb (patch)
treee4ec98312a55144cad978c4997c2676e00178eaa /src/util/getopt.c
parent18406d4913d43024b66eca3a2ee434984fd5d342 (diff)
downloadgnunet-32cd2c4a41ad05d9e5b689131968c5939862c6cb.tar.gz
gnunet-32cd2c4a41ad05d9e5b689131968c5939862c6cb.zip
dedup
Diffstat (limited to 'src/util/getopt.c')
-rw-r--r--src/util/getopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/getopt.c b/src/util/getopt.c
index 4a7f35f51..5e8571ee5 100644
--- a/src/util/getopt.c
+++ b/src/util/getopt.c
@@ -3,7 +3,7 @@
3 "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu 3 "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
4 before changing it! 4 before changing it!
5 5
6 Copyright Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97 6 Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97
7 Free Software Foundation, Inc. 7 Free Software Foundation, Inc.
8 8
9NOTE: The canonical source of this file is maintained with the GNU C Library. 9NOTE: The canonical source of this file is maintained with the GNU C Library.
@@ -26,7 +26,7 @@ USA.
26 26
27 27
28This code was heavily modified for GNUnet. 28This code was heavily modified for GNUnet.
29Copyright Copyright (C) 2006, 2017 Christian Grothoff 29Copyright (C) 2006, 2017 Christian Grothoff
30*/ 30*/
31 31
32/** 32/**