aboutsummaryrefslogtreecommitdiffstats
path: root/src/midi2machina.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-13 09:34:49 +0000
committerDavid Robillard <d@drobilla.net>2013-01-13 09:34:49 +0000
commit0cb9e2ad982390136a25dda96c88cd6cb40785f3 (patch)
tree45d5f9d8b1e1dc2809a0735aa0afb22a21c26326 /src/midi2machina.cpp
parent6ca00476393400d6edd73bd7182ec8da28c2e8f2 (diff)
downloadmachina-0cb9e2ad982390136a25dda96c88cd6cb40785f3.tar.gz
machina-0cb9e2ad982390136a25dda96c88cd6cb40785f3.tar.bz2
machina-0cb9e2ad982390136a25dda96c88cd6cb40785f3.zip
Update copyright headers.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4959 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/midi2machina.cpp')
-rw-r--r--src/midi2machina.cpp31
1 files changed, 15 insertions, 16 deletions
diff --git a/src/midi2machina.cpp b/src/midi2machina.cpp
index 62dfcef..fdff2f7 100644
--- a/src/midi2machina.cpp
+++ b/src/midi2machina.cpp
@@ -1,19 +1,18 @@
-/* This file is part of Machina.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
- *
- * Machina 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.
- *
- * Machina 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 Machina. If not, see <http://www.gnu.org/licenses/>.
- */
+/*
+ This file is part of Machina.
+ Copyright 2007-2013 David Robillard <http://drobilla.net>
+
+ Machina 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 any later version.
+
+ Machina 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 Machina. If not, see <http://www.gnu.org/licenses/>.
+*/
#include <iostream>
#include <signal.h>