diff options
Diffstat (limited to 'src/serdi.c')
-rw-r--r-- | src/serdi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/serdi.c b/src/serdi.c index fb41f033..8f58f2e8 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -88,8 +88,7 @@ print_version() { printf("serdi " SERD_VERSION " <http://drobilla.net/software/serd>\n"); printf("Copyright (C) 2011 David Robillard <http://drobilla.net>.\n" - "\nLicense: GNU LGPL version 3 or later " - "<http://gnu.org/licenses/lgpl.html>.\n" + "\nLicense: Simplified BSD License.\n" "This is free software; you are free to change and redistribute it." "\nThere is NO WARRANTY, to the extent permitted by law.\n"); return 0; |