diff options
-rw-r--r-- | lvz/audioeffectx.h | 2 | ||||
-rw-r--r-- | lvz/gendata.cpp | 2 | ||||
-rw-r--r-- | lvz/gui_wrapper.cpp | 2 | ||||
-rw-r--r-- | lvz/wrapper.cpp | 2 | ||||
-rw-r--r-- | src/mdaSpecMeter.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lvz/audioeffectx.h b/lvz/audioeffectx.h index e2ddb49..e00bf96 100644 --- a/lvz/audioeffectx.h +++ b/lvz/audioeffectx.h @@ -1,5 +1,5 @@ /* LVZ - A C++ interface for writing LV2 plugins. - * Copyright (C) 2008 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 Dave 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 diff --git a/lvz/gendata.cpp b/lvz/gendata.cpp index 90709e8..eee7813 100644 --- a/lvz/gendata.cpp +++ b/lvz/gendata.cpp @@ -1,5 +1,5 @@ /* LVZ - A C++ interface for writing LV2 plugins. - * Copyright (C) 2008 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 Dave 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 diff --git a/lvz/gui_wrapper.cpp b/lvz/gui_wrapper.cpp index 1ad8f0c..f828ab6 100644 --- a/lvz/gui_wrapper.cpp +++ b/lvz/gui_wrapper.cpp @@ -1,5 +1,5 @@ /* LVZ - A C++ interface for writing LV2 plugins. - * Copyright (C) 2008 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 Dave 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 diff --git a/lvz/wrapper.cpp b/lvz/wrapper.cpp index d6c2242..0eb16c2 100644 --- a/lvz/wrapper.cpp +++ b/lvz/wrapper.cpp @@ -1,5 +1,5 @@ /* LVZ - A C++ interface for writing LV2 plugins. - * Copyright (C) 2008 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 Dave 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 diff --git a/src/mdaSpecMeter.h b/src/mdaSpecMeter.h index 5ce88ee..90111c4 100644 --- a/src/mdaSpecMeter.h +++ b/src/mdaSpecMeter.h @@ -2,7 +2,7 @@ // Plug-in: "MDA SpecMeter"
//
// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-// Copyright (C) 2008 Dave Robillard
+// Copyright (C) 2008-2009 Dave Robillard
//
#include "audioeffectx.h"
|