From 5b03a3c914cf02c63d1db36328c2ea77b10cfa70 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 3 May 2012 18:35:06 +0200 Subject: Update to correct license (GPLv3) --- src/muniad.cc | 10 +++++++--- 1 file 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 " + "\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; -- cgit v1.2.3