diff options
author | David Robillard <d@drobilla.net> | 2009-05-13 16:17:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-13 16:17:02 +0000 |
commit | ec268d2b5a60e41b33847eecfea77229c87c5fd0 (patch) | |
tree | e0d0fb37cc1f295720d3c5bac74488ba7ebcb0d3 | |
parent | e39cbfb9dcf0c00133945eab186072274b45358a (diff) | |
download | mda.lv2-ec268d2b5a60e41b33847eecfea77229c87c5fd0.tar.gz mda.lv2-ec268d2b5a60e41b33847eecfea77229c87c5fd0.tar.bz2 mda.lv2-ec268d2b5a60e41b33847eecfea77229c87c5fd0.zip |
Update copyright dates.
git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2000 a436a847-0d15-0410-975c-d299462d15a1
-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"
|