aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-19 01:15:06 +0000
committerDavid Robillard <d@drobilla.net>2011-03-19 01:15:06 +0000
commitcd4d0cf289c681d045ec20820f11a8125853a130 (patch)
treeee831594aef3b173f1b2474eb668b82c1dde9efa /src
parentfa17b08338b44f7c623a4caa4268bcf99884f9f9 (diff)
downloadserd-cd4d0cf289c681d045ec20820f11a8125853a130.tar.gz
serd-cd4d0cf289c681d045ec20820f11a8125853a130.tar.bz2
serd-cd4d0cf289c681d045ec20820f11a8125853a130.zip
Fix references to old license.
git-svn-id: http://svn.drobilla.net/serd/trunk@127 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'src')
-rw-r--r--src/serdi.c3
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;