From 866fea628ca3df85af4d90520f38317d48c2b4a9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Mar 2011 04:16:26 +0000 Subject: Add copyright headers to all source files. Switch to GPLv3. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3087 a436a847-0d15-0410-975c-d299462d15a1 --- src/mdaPiano.cpp | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'src/mdaPiano.cpp') diff --git a/src/mdaPiano.cpp b/src/mdaPiano.cpp index 5162771..318e423 100644 --- a/src/mdaPiano.cpp +++ b/src/mdaPiano.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "MDA Piano" v1.0 -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, + or (at your option) any later version. + + This software is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this software. If not, see . +*/ #include "mdaPianoData.h" #include "mdaPiano.h" -- cgit v1.2.1