From ea2f5d4db84c7ae4a08d4ee628fe0744ef9cdacc Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Tue, 15 Apr 2014 21:12:31 +1000 Subject: Fixed author typos in preambles Signed-off-by: Damien Zammit --- plugins/ZamCompX2/ZamCompX2Plugin.cpp | 4 ++-- plugins/ZamCompX2/ZamCompX2Plugin.hpp | 2 +- plugins/ZamCompX2/ZamCompX2UI.cpp | 4 ++-- plugins/ZamCompX2/ZamCompX2UI.hpp | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'plugins/ZamCompX2') 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 + * ZamCompX2 Stereo compressor + * Copyright (C) 2014 Damien Zammit * * 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 * * 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 , www.juicelab.cz + * ZamCompX2 Stereo compressor + * Copyright (C) 2014 Damien Zammit * * 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 , www.juicelab.cz + * ZamCompX2 stereo compressor + * Copyright (C) 2014 Damien Zammit * * 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 -- cgit v1.2.3