summaryrefslogtreecommitdiffstats
path: root/src/sordi.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-19 01:15:21 +0000
committerDavid Robillard <d@drobilla.net>2011-03-19 01:15:21 +0000
commit4ffdb3da3475f2a459af0107703ed7ecf6f9148d (patch)
treec9bf835c28918c8373ef436dede5cf3d0ed43681 /src/sordi.c
parent7cea17ad010d483951306c8814cdc5b8d7997414 (diff)
downloadsord-4ffdb3da3475f2a459af0107703ed7ecf6f9148d.tar.gz
sord-4ffdb3da3475f2a459af0107703ed7ecf6f9148d.tar.bz2
sord-4ffdb3da3475f2a459af0107703ed7ecf6f9148d.zip
Fix references to old license.
git-svn-id: http://svn.drobilla.net/sord/trunk@68 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'src/sordi.c')
-rw-r--r--src/sordi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sordi.c b/src/sordi.c
index 1e6ef09..0ff05af 100644
--- a/src/sordi.c
+++ b/src/sordi.c
@@ -42,10 +42,9 @@ typedef struct {
int
print_version()
{
- printf("sordi " SORD_VERSION " <http://drobilla.net/software/serd>\n");
+ printf("sordi " SORD_VERSION " <http://drobilla.net/software/sord>\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;