aboutsummaryrefslogtreecommitdiffstats
path: root/lvz/AEffect.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-11 07:07:08 +0000
committerDavid Robillard <d@drobilla.net>2011-03-11 07:07:08 +0000
commitadc47674662935851f3821ae175c1fe742f4107c (patch)
treee94ccb242399c41b1549c6a93372a9e04fdb9a38 /lvz/AEffect.h
parentd810e069029ea3aa52c5d3fed02dc607f4e6b743 (diff)
downloadmda.lv2-adc47674662935851f3821ae175c1fe742f4107c.tar.gz
mda.lv2-adc47674662935851f3821ae175c1fe742f4107c.tar.bz2
mda.lv2-adc47674662935851f3821ae175c1fe742f4107c.zip
Remove GUI stuff.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3074 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lvz/AEffect.h')
-rw-r--r--lvz/AEffect.h24
1 files changed, 21 insertions, 3 deletions
diff --git a/lvz/AEffect.h b/lvz/AEffect.h
index 8d46cde..f547083 100644
--- a/lvz/AEffect.h
+++ b/lvz/AEffect.h
@@ -1,5 +1,23 @@
-#ifndef __LVZ_AEFFECT_H
-#define __LVZ_AEFFECT_H
+/* LVZ - A C++ interface for writing LV2 plugins.
+ * Copyright 2008-2011 David Robillard <http://drobilla.net>
+ *
+ * This library 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 library 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.,
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef LVZ_AEFFECT_H
+#define LVZ_AEFFECT_H
class AudioEffect;
@@ -11,4 +29,4 @@ struct AEffect {
int flags;
};
-#endif // __LVZ_AFFECT_H
+#endif // LVZ_AFFECT_H