From 4ffdb3da3475f2a459af0107703ed7ecf6f9148d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Mar 2011 01:15:21 +0000 Subject: Fix references to old license. git-svn-id: http://svn.drobilla.net/sord/trunk@68 3d64ff67-21c5-427c-a301-fe4f08042e5a --- src/sordi.c | 5 ++--- 1 file 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 " \n"); + printf("sordi " SORD_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