summaryrefslogtreecommitdiff
path: root/src/muniad.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/muniad.cc')
-rw-r--r--src/muniad.cc10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/muniad.cc b/src/muniad.cc
index 34f5c6a..741241a 100644
--- a/src/muniad.cc
+++ b/src/muniad.cc
@@ -76,9 +76,13 @@ int main(int argc, char **argv)
fprintf(stderr, "Munia test server\n"
"(C) Copyright 2012 Bent Bisballe Nyeng (deva@aasimon.org)\n"
- " & Jonas Suhr Christensen (jsc@umbraculum.org)\n"
- "Licensed under LGPL2.1\n");
-
+ " & Jonas Suhr Christensen (jsc@umbraculum.org)\n"
+ "License GPLv3+: GNU GPL version 3 or later "
+ "<http://gnu.org/licenses/gpl.html>\n"
+ "\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");
+
while(n >= 0) {
n = getopt_long(argc, argv, "ci:khsp:", options, NULL);
if(n < 0) continue;