summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-05-03 18:35:06 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-05-03 18:35:06 +0200
commit5b03a3c914cf02c63d1db36328c2ea77b10cfa70 (patch)
tree145474627050a3c64b44419b2f76cbb52953fc4c
parente3c0c95f2ad3d25411c007ce4ffdb25084a1bc0d (diff)
Update to correct license (GPLv3)
-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;