summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2014-04-15 21:12:31 +1000
committerDamien Zammit <damien@zamaudio.com>2014-04-15 21:12:31 +1000
commitea2f5d4db84c7ae4a08d4ee628fe0744ef9cdacc (patch)
tree004136851d132ade1ef0ae784da7cd4ee11f8308 /plugins
parent7ad57970967b848671670114f2311f22c4342b82 (diff)
Fixed author typos in preambles
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ZaMultiComp/ZaMultiCompPlugin.cpp4
-rw-r--r--plugins/ZaMultiComp/ZaMultiCompUI.cpp4
-rw-r--r--plugins/ZaMultiComp/ZaMultiCompUI.hpp10
-rw-r--r--plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.cpp4
-rw-r--r--plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.hpp2
-rw-r--r--plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp4
-rw-r--r--plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp10
-rw-r--r--plugins/ZamComp/ZamCompPlugin.cpp4
-rw-r--r--plugins/ZamComp/ZamCompPlugin.hpp10
-rw-r--r--plugins/ZamComp/ZamCompUI.cpp4
-rw-r--r--plugins/ZamComp/ZamCompUI.hpp10
-rw-r--r--plugins/ZamCompX2/ZamCompX2Plugin.cpp4
-rw-r--r--plugins/ZamCompX2/ZamCompX2Plugin.hpp2
-rw-r--r--plugins/ZamCompX2/ZamCompX2UI.cpp4
-rw-r--r--plugins/ZamCompX2/ZamCompX2UI.hpp10
-rw-r--r--plugins/ZamTube/ZamTubePlugin.cpp4
-rw-r--r--plugins/ZamTube/ZamTubePlugin.hpp10
-rw-r--r--plugins/ZamTube/ZamTubeUI.cpp4
-rw-r--r--plugins/ZamTube/ZamTubeUI.hpp10
19 files changed, 57 insertions, 57 deletions
diff --git a/plugins/ZaMultiComp/ZaMultiCompPlugin.cpp b/plugins/ZaMultiComp/ZaMultiCompPlugin.cpp
index 5b93de9..271e26c 100644
--- a/plugins/ZaMultiComp/ZaMultiCompPlugin.cpp
+++ b/plugins/ZaMultiComp/ZaMultiCompPlugin.cpp
@@ -1,6 +1,6 @@
/*
- * ZaMultiComp
- * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
+ * ZaMultiComp mono multiband compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/plugins/ZaMultiComp/ZaMultiCompUI.cpp b/plugins/ZaMultiComp/ZaMultiCompUI.cpp
index 6ef58a4..fd55ead 100644
--- a/plugins/ZaMultiComp/ZaMultiCompUI.cpp
+++ b/plugins/ZaMultiComp/ZaMultiCompUI.cpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZaMultiComp mono multiband compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/plugins/ZaMultiComp/ZaMultiCompUI.hpp b/plugins/ZaMultiComp/ZaMultiCompUI.hpp
index f0195a7..13e767f 100644
--- a/plugins/ZaMultiComp/ZaMultiCompUI.hpp
+++ b/plugins/ZaMultiComp/ZaMultiCompUI.hpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZaMultiComp mono multiband compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -15,8 +15,8 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
-#ifndef WOBBLEJUICEUI_HPP_INCLUDED
-#define WOBBLEJUICEUI_HPP_INCLUDED
+#ifndef ZAMULTICOMPUI_HPP_INCLUDED
+#define ZAMULTICOMPUI_HPP_INCLUDED
#include "DistrhoUI.hpp"
@@ -107,4 +107,4 @@ private:
END_NAMESPACE_DISTRHO
-#endif // WOBBLEJUICEUI_HPP_INCLUDED
+#endif // ZAMULTICOMPUI_HPP_INCLUDED
diff --git a/plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.cpp b/plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.cpp
index 4456b44..9ade417 100644
--- a/plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.cpp
+++ b/plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.cpp
@@ -1,6 +1,6 @@
/*
- * ZaMultiCompX2
- * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
+ * ZaMultiCompX2 Stereo multiband compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.hpp b/plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.hpp
index 6fae674..24b44cb 100644
--- a/plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.hpp
+++ b/plugins/ZaMultiCompX2/ZaMultiCompX2Plugin.hpp
@@ -1,5 +1,5 @@
/*
- * ZaMultiCompX2 Plugin
+ * ZaMultiCompX2 stereo multiband compressor
* Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
diff --git a/plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp b/plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp
index 49748b8..1fd47f8 100644
--- a/plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp
+++ b/plugins/ZaMultiCompX2/ZaMultiCompX2UI.cpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZaMultiCompX2 Stereo multiband compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp b/plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp
index 861e1c1..69a51ed 100644
--- a/plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp
+++ b/plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZaMultiCompX2 stereo multiband compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -15,8 +15,8 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
-#ifndef WOBBLEJUICEUI_HPP_INCLUDED
-#define WOBBLEJUICEUI_HPP_INCLUDED
+#ifndef ZAMULTICOMPUI_HPP_INCLUDED
+#define ZAMULTICOMPUI_HPP_INCLUDED
#include "DistrhoUI.hpp"
@@ -144,4 +144,4 @@ private:
END_NAMESPACE_DISTRHO
-#endif // WOBBLEJUICEUI_HPP_INCLUDED
+#endif // ZAMULTICOMPUI_HPP_INCLUDED
diff --git a/plugins/ZamComp/ZamCompPlugin.cpp b/plugins/ZamComp/ZamCompPlugin.cpp
index ecbe5b2..2e67867 100644
--- a/plugins/ZamComp/ZamCompPlugin.cpp
+++ b/plugins/ZamComp/ZamCompPlugin.cpp
@@ -1,6 +1,6 @@
/*
- * ZamComp
- * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
+ * ZamComp mono compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/plugins/ZamComp/ZamCompPlugin.hpp b/plugins/ZamComp/ZamCompPlugin.hpp
index 4156f91..47b148a 100644
--- a/plugins/ZamComp/ZamCompPlugin.hpp
+++ b/plugins/ZamComp/ZamCompPlugin.hpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZamComp mono compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -15,8 +15,8 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
-#ifndef WOBBLEJUICEPLUGIN_HPP_INCLUDED
-#define WOBBLEJUICEPLUGIN_HPP_INCLUDED
+#ifndef ZAMCOMPPLUGIN_HPP_INCLUDED
+#define ZAMCOMPPLUGIN_HPP_INCLUDED
#include "DistrhoPlugin.hpp"
@@ -120,4 +120,4 @@ private:
END_NAMESPACE_DISTRHO
-#endif // WOBBLEJUICE_HPP_INCLUDED
+#endif // ZAMCOMP_HPP_INCLUDED
diff --git a/plugins/ZamComp/ZamCompUI.cpp b/plugins/ZamComp/ZamCompUI.cpp
index 4693aa9..5fadc51 100644
--- a/plugins/ZamComp/ZamCompUI.cpp
+++ b/plugins/ZamComp/ZamCompUI.cpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZamComp mono compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/plugins/ZamComp/ZamCompUI.hpp b/plugins/ZamComp/ZamCompUI.hpp
index 175dc46..e5faa14 100644
--- a/plugins/ZamComp/ZamCompUI.hpp
+++ b/plugins/ZamComp/ZamCompUI.hpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZamComp mono compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -15,8 +15,8 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
-#ifndef WOBBLEJUICEUI_HPP_INCLUDED
-#define WOBBLEJUICEUI_HPP_INCLUDED
+#ifndef ZAMCOMPUI_HPP_INCLUDED
+#define ZAMCOMPUI_HPP_INCLUDED
#include "DistrhoUI.hpp"
@@ -87,4 +87,4 @@ private:
END_NAMESPACE_DISTRHO
-#endif // WOBBLEJUICEUI_HPP_INCLUDED
+#endif // ZAMCOMPUI_HPP_INCLUDED
diff --git a/plugins/ZamCompX2/ZamCompX2Plugin.cpp b/plugins/ZamCompX2/ZamCompX2Plugin.cpp
index 60bc3b4..57943b1 100644
--- a/plugins/ZamCompX2/ZamCompX2Plugin.cpp
+++ b/plugins/ZamCompX2/ZamCompX2Plugin.cpp
@@ -1,6 +1,6 @@
/*
- * ZamCompX2
- * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
+ * ZamCompX2 Stereo compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/plugins/ZamCompX2/ZamCompX2Plugin.hpp b/plugins/ZamCompX2/ZamCompX2Plugin.hpp
index 900ee57..e18bcec 100644
--- a/plugins/ZamCompX2/ZamCompX2Plugin.hpp
+++ b/plugins/ZamCompX2/ZamCompX2Plugin.hpp
@@ -1,5 +1,5 @@
/*
- * ZamCompX2
+ * ZamCompX2 stereo compressor
* Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
diff --git a/plugins/ZamCompX2/ZamCompX2UI.cpp b/plugins/ZamCompX2/ZamCompX2UI.cpp
index 965f4c3..57f244b 100644
--- a/plugins/ZamCompX2/ZamCompX2UI.cpp
+++ b/plugins/ZamCompX2/ZamCompX2UI.cpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZamCompX2 Stereo compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/plugins/ZamCompX2/ZamCompX2UI.hpp b/plugins/ZamCompX2/ZamCompX2UI.hpp
index d00ee59..8da0055 100644
--- a/plugins/ZamCompX2/ZamCompX2UI.hpp
+++ b/plugins/ZamCompX2/ZamCompX2UI.hpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZamCompX2 stereo compressor
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -15,8 +15,8 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
-#ifndef WOBBLEJUICEUI_HPP_INCLUDED
-#define WOBBLEJUICEUI_HPP_INCLUDED
+#ifndef ZAMCOMPX2UI_HPP_INCLUDED
+#define ZAMCOMPX2UI_HPP_INCLUDED
#include "DistrhoUI.hpp"
@@ -96,4 +96,4 @@ private:
END_NAMESPACE_DISTRHO
-#endif // WOBBLEJUICEUI_HPP_INCLUDED
+#endif // ZAMCOMPX2UI_HPP_INCLUDED
diff --git a/plugins/ZamTube/ZamTubePlugin.cpp b/plugins/ZamTube/ZamTubePlugin.cpp
index f80f5b8..389fc74 100644
--- a/plugins/ZamTube/ZamTubePlugin.cpp
+++ b/plugins/ZamTube/ZamTubePlugin.cpp
@@ -1,6 +1,6 @@
/*
- * ZamTube
- * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
+ * ZamTube triode WDF distortion model
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/plugins/ZamTube/ZamTubePlugin.hpp b/plugins/ZamTube/ZamTubePlugin.hpp
index 5acccc1..cfab07d 100644
--- a/plugins/ZamTube/ZamTubePlugin.hpp
+++ b/plugins/ZamTube/ZamTubePlugin.hpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZamTube triode WDF distortion model
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -15,8 +15,8 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
-#ifndef WOBBLEJUICEPLUGIN_HPP_INCLUDED
-#define WOBBLEJUICEPLUGIN_HPP_INCLUDED
+#ifndef ZAMTUBEPLUGIN_HPP_INCLUDED
+#define ZAMTUBEPLUGIN_HPP_INCLUDED
#include "DistrhoPlugin.hpp"
#include "wdf.h"
@@ -196,4 +196,4 @@ private:
END_NAMESPACE_DISTRHO
-#endif // WOBBLEJUICE_HPP_INCLUDED
+#endif // ZAMTUBE_HPP_INCLUDED
diff --git a/plugins/ZamTube/ZamTubeUI.cpp b/plugins/ZamTube/ZamTubeUI.cpp
index 3392b3e..a097a37 100644
--- a/plugins/ZamTube/ZamTubeUI.cpp
+++ b/plugins/ZamTube/ZamTubeUI.cpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZamTube triode WDF distortion model
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/plugins/ZamTube/ZamTubeUI.hpp b/plugins/ZamTube/ZamTubeUI.hpp
index 5b17d74..f80834f 100644
--- a/plugins/ZamTube/ZamTubeUI.hpp
+++ b/plugins/ZamTube/ZamTubeUI.hpp
@@ -1,6 +1,6 @@
/*
- * Wobble Juice Plugin
- * Copyright (C) 2014 Andre Sklenar <andre.sklenar@gmail.com>, www.juicelab.cz
+ * ZamTube triode WDF distortion model
+ * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -15,8 +15,8 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
-#ifndef WOBBLEJUICEUI_HPP_INCLUDED
-#define WOBBLEJUICEUI_HPP_INCLUDED
+#ifndef ZAMTUBEUI_HPP_INCLUDED
+#define ZAMTUBEUI_HPP_INCLUDED
#include "DistrhoUI.hpp"
@@ -87,4 +87,4 @@ private:
END_NAMESPACE_DISTRHO
-#endif // WOBBLEJUICEUI_HPP_INCLUDED
+#endif // ZAMTUBEUI_HPP_INCLUDED