aboutsummaryrefslogtreecommitdiffstats
path: root/lvz/AEffect.h
diff options
context:
space:
mode:
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