diff options
| -rw-r--r-- | plugins/eg-sampler.lv2/sampler.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/plugins/eg-sampler.lv2/sampler.c b/plugins/eg-sampler.lv2/sampler.c index 4fa3ae5..b7b63bd 100644 --- a/plugins/eg-sampler.lv2/sampler.c +++ b/plugins/eg-sampler.lv2/sampler.c @@ -1,8 +1,8 @@  /*    LV2 Sampler Example Plugin -  Copyright 2011 Gabriel M. Beddingfield <gabriel@teuton.org>, -                 James Morris <jwm.art.net@gmail.com>, -                 David Robillard <d@drobilla.net> +  Copyright 2011 Gabriel M. Beddingfield <gabriel@teuton.org> +  Copyright 2011 James Morris <jwm.art.net@gmail.com> +  Copyright 2011 David Robillard <d@drobilla.net>    Permission to use, copy, modify, and/or distribute this software for any    purpose with or without fee is hereby granted, provided that the above |