From b857756f6034f1d9baf4181e824a5166dfd1acc8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Feb 2009 02:19:16 +0000 Subject: [PATCH] Remove unnecessary/unused template parameter from canvas sysex flags. Add license headers to canvas sysex files (tsk, tsk). git-svn-id: svn://localhost/ardour2/branches/3.0@4610 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/canvas-sysex.cc | 45 +++++++++++++++++++++------------ gtk2_ardour/canvas-sysex.h | 38 +++++++++++++++++++--------- gtk2_ardour/midi_region_view.cc | 10 +++----- gtk2_ardour/midi_region_view.h | 2 +- 4 files changed, 59 insertions(+), 36 deletions(-) diff --git a/gtk2_ardour/canvas-sysex.cc b/gtk2_ardour/canvas-sysex.cc index 1e110e52fa..db93b61050 100644 --- a/gtk2_ardour/canvas-sysex.cc +++ b/gtk2_ardour/canvas-sysex.cc @@ -1,3 +1,22 @@ +/* + Copyright (C) 2009 Paul Davis + Author: Hans Baier + + This program 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 2 of the License, or + (at your option) any later version. + + This program 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 program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include #include "ardour_ui.h" @@ -7,15 +26,13 @@ using namespace Gnome::Canvas; using namespace std; -template -CanvasSysEx