From cd4d0cf289c681d045ec20820f11a8125853a130 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Mar 2011 01:15:06 +0000 Subject: Fix references to old license. git-svn-id: http://svn.drobilla.net/serd/trunk@127 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- doc/serdi.1 | 2 +- src/serdi.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/serdi.1 b/doc/serdi.1 index e9528b1b..5f8e0445 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -38,7 +38,7 @@ Serdi was written by David Robillard .SH COPYRIGHT Copyright \(co 2011 David Robillard. -License: GNU LGPL version 3 or later . +License: Simplified BSD License. This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. 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 " \n"); printf("Copyright (C) 2011 David Robillard .\n" - "\nLicense: GNU LGPL version 3 or later " - ".\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; -- cgit v1.2.1