aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-16 20:28:18 +0000
committerDavid Robillard <d@drobilla.net>2011-04-16 20:28:18 +0000
commit038bf23169f6b86102c10e04bbf1795b125e3e64 (patch)
tree780fe60799c79e7a3b03ac00a4e5b8603b2b09ae
parent0a004fcb5b09812e3a6d4d7ed237034650b90d45 (diff)
Update copyright headers
git-svn-id: http://svn.drobilla.net/lad/trunk/omins@3153 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/adenv.c2
-rw-r--r--src/adenv_lvl.c2
-rw-r--r--src/comparison_4440.c3
-rw-r--r--src/dahdsr_fexp.c2
-rw-r--r--src/dahdsr_hexp.c2
-rw-r--r--src/fast_crossfade_4410.c4
-rw-r--r--src/formant_filter_4300.c4
-rw-r--r--src/hz_voct_4200.c2
-rw-r--r--src/masher_4310.c4
-rw-r--r--src/multiplexer_4420.c3
-rw-r--r--src/power_4400.c4
-rw-r--r--src/prob_switch_2667.c3
-rw-r--r--src/range_trans_4210.c2
-rw-r--r--src/sample_and_hold_4430.c3
-rw-r--r--src/signal_abs_2669.c3
-rw-r--r--src/slew_limiter_2743.c2
-rw-r--r--src/slide_2741.c2
-rw-r--r--src/waveguide_mesh_2670.c6
18 files changed, 32 insertions, 21 deletions
diff --git a/src/adenv.c b/src/adenv.c
index 66a8435..1c75688 100644
--- a/src/adenv.c
+++ b/src/adenv.c
@@ -1,7 +1,7 @@
/*
adenv.c - A LADSPA plugin to generate percussive (i.e no sustain time), linear AD envelopes.
- Copyright (C) 2005 Loki Davison
+ Copyright 2005 Loki Davison
based on ADENV by Mike Rawes
This program is free software; you can redistribute it and/or modify
diff --git a/src/adenv_lvl.c b/src/adenv_lvl.c
index 40a8d5a..1ba2a26 100644
--- a/src/adenv_lvl.c
+++ b/src/adenv_lvl.c
@@ -2,7 +2,7 @@
adenv.c - A LADSPA plugin to generate percussive (i.e no sustain time), linear AD envelopes.
This one takes in levels to make filter sweeps/etc easier.
- Copyright (C) 2005 Loki Davison
+ Copyright 2005 Loki Davison
based of DADSR by Mike Rawes
This program is free software; you can redistribute it and/or modify
diff --git a/src/comparison_4440.c b/src/comparison_4440.c
index 7c4e15c..e26aea1 100644
--- a/src/comparison_4440.c
+++ b/src/comparison_4440.c
@@ -1,4 +1,5 @@
-/* Comparison plugin. Copyright (C) 2005 Thorsten Wilms.
+/* Comparison plugin.
+ * Copyright 2005 Thorsten Wilms.
*
* This plugin 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/dahdsr_fexp.c b/src/dahdsr_fexp.c
index c66e2a9..960d8e8 100644
--- a/src/dahdsr_fexp.c
+++ b/src/dahdsr_fexp.c
@@ -1,7 +1,7 @@
/*
dahdsr_fexp.c - A LADSPA plugin to generate DAHDSR envelopes
exponential attack, decay and release version.
- Copyright (C) 2005 Loki Davison, based on DAHDSR by Mike Rawes
+ Copyright 2005 Loki Davison, based on DAHDSR by Mike Rawes
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/dahdsr_hexp.c b/src/dahdsr_hexp.c
index 455ba0f..e0147e4 100644
--- a/src/dahdsr_hexp.c
+++ b/src/dahdsr_hexp.c
@@ -1,7 +1,7 @@
/*
dahdsr.so.c - A LADSPA plugin to generate DAHDSR envelopes
linear attack, exponential decay and release version.
- Copyright (C) 2005 Loki Davison, based on DAHDSR by Mike Rawes
+ Copyright 2005 Loki Davison, based on DAHDSR by Mike Rawes
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/fast_crossfade_4410.c b/src/fast_crossfade_4410.c
index 50dc3b0..37376ba 100644
--- a/src/fast_crossfade_4410.c
+++ b/src/fast_crossfade_4410.c
@@ -1,4 +1,6 @@
-/* Crossfade with AR Level plugin. Copyright (C) 2005 Thorsten Wilms.
+/* Crossfade with AR Level plugin.
+ * Copyright 2005 Thorsten Wilms.
+ *
* Based on David Robillard's "Hz to AMS style V/Oct" plugin for the skeleton.
* Thanks to Florian Schmidt for explaining how to calculate the scale values
* before I could work it out myself! ;-)
diff --git a/src/formant_filter_4300.c b/src/formant_filter_4300.c
index 1cbe3e5..a361978 100644
--- a/src/formant_filter_4300.c
+++ b/src/formant_filter_4300.c
@@ -1,7 +1,7 @@
-/* Formant filter plugin. Copyright (C) 2005-2009 David Robillard.
+/* Formant filter plugin. Copyright 2005-2011 David Robillard.
*
* Based on SSM formant filter,
- * Copyright (C) 2001 David Griffiths <dave@pawfal.org>
+ * Copyright 2001 David Griffiths <dave@pawfal.org>
*
* Based on public domain code from alex@smartelectronix.com
*
diff --git a/src/hz_voct_4200.c b/src/hz_voct_4200.c
index ea0aad8..744338f 100644
--- a/src/hz_voct_4200.c
+++ b/src/hz_voct_4200.c
@@ -1,4 +1,4 @@
-/* Hz to AMS style V/Oct plugin. Copyright (C) 2005-2009 David Robillard.
+/* Hz to AMS style V/Oct plugin. Copyright 2005-2011 David Robillard.
*
* This plugin 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/masher_4310.c b/src/masher_4310.c
index 16efb07..23763dc 100644
--- a/src/masher_4310.c
+++ b/src/masher_4310.c
@@ -1,6 +1,6 @@
/* Masher
- * Copyright (C) 2001 David Griffiths <dave@pawfal.org>
- * LADSPAfication (C) 2005 David Robillard <drobilla@connect.carelton.ca>
+ * Copyright 2001 David Griffiths <dave@pawfal.org>
+ * LADSPAfication 2005 David Robillard <drobilla@connect.carelton.ca>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/multiplexer_4420.c b/src/multiplexer_4420.c
index 1d680fa..772b26a 100644
--- a/src/multiplexer_4420.c
+++ b/src/multiplexer_4420.c
@@ -1,4 +1,5 @@
-/* Multiplxer plugin. Copyright (C) 2005 Thorsten Wilms.
+/* Multiplxer plugin.
+ * Copyright 2005 Thorsten Wilms.
* GATEd on David Robillard's "Hz to AMS style V/Oct" plugin for the skeleton.
*
* This plugin is free software; you can redistribute it and/or modify it under
diff --git a/src/power_4400.c b/src/power_4400.c
index bb11e5d..95bf1bf 100644
--- a/src/power_4400.c
+++ b/src/power_4400.c
@@ -1,4 +1,6 @@
-/* Base to the power of Exponent plugin. Copyright (C) 2005 Thorsten Wilms.
+/* Base to the power of Exponent plugin.
+ * Copyright 2005 Thorsten Wilms.
+ *
* Based on David Robillard's "Hz to AMS style V/Oct" plugin for the skeleton,
* and there's not much else in here :).
*
diff --git a/src/prob_switch_2667.c b/src/prob_switch_2667.c
index 2d34a43..d310dd5 100644
--- a/src/prob_switch_2667.c
+++ b/src/prob_switch_2667.c
@@ -1,4 +1,5 @@
-/* This file is an audio plugin. Copyright (C) 2005 Loki Davison.
+/* This file is an audio plugin.
+ * Copyright 2005 Loki Davison.
*
* Probability parameter is the prob of input 1 being the output value.
*
diff --git a/src/range_trans_4210.c b/src/range_trans_4210.c
index 66c9595..9598908 100644
--- a/src/range_trans_4210.c
+++ b/src/range_trans_4210.c
@@ -1,4 +1,4 @@
-/* This file is an audio plugin. Copyright (C) 2005-2009 David Robillard.
+/* This file is an audio plugin. Copyright 2005-2011 David Robillard.
*
* This plugin 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/sample_and_hold_4430.c b/src/sample_and_hold_4430.c
index 2548818..b8a8958 100644
--- a/src/sample_and_hold_4430.c
+++ b/src/sample_and_hold_4430.c
@@ -1,4 +1,5 @@
-/* Sample and Hold. Copyright (C) 2005 Thorsten Wilms.
+/* Sample and Hold.
+ * Copyright 2005 Thorsten Wilms.
* Based on David Robillard's "Hz to AMS style V/Oct" plugin for the skeleton.
*
* This plugin is free software; you can redistribute it and/or modify it under
diff --git a/src/signal_abs_2669.c b/src/signal_abs_2669.c
index f9205ea..d158cd0 100644
--- a/src/signal_abs_2669.c
+++ b/src/signal_abs_2669.c
@@ -1,4 +1,5 @@
-/* This file is an audio plugin. Copyright (C) 2005 Loki Davison.
+/* Absolute value audio plugin.
+ * Copyright 2005 Loki Davison.
*
* Sign parameter is the sign of the output, 0 being negative and >0 begin positive.
*
diff --git a/src/slew_limiter_2743.c b/src/slew_limiter_2743.c
index fb5ef1c..b612f1d 100644
--- a/src/slew_limiter_2743.c
+++ b/src/slew_limiter_2743.c
@@ -2,7 +2,7 @@
* signal. Increases and decreases in the signal can be
* limited separately.
*
- * Copyright (C) 2005 Lars Luthman
+ * Copyright 2005 Lars Luthman
* LADSPA skeleton code taken from dahdsr_fexp.c by Loki Davison
*
* This plugin is free software; you can redistribute it and/or modify it under
diff --git a/src/slide_2741.c b/src/slide_2741.c
index 4eebfbb..759e439 100644
--- a/src/slide_2741.c
+++ b/src/slide_2741.c
@@ -2,7 +2,7 @@
* the current and the previous input value, taking the given
* number of seconds to reach the current input value.
*
- * Copyright (C) 2005 Lars Luthman
+ * Copyright 2005 Lars Luthman
* LADSPA skeleton code taken from dahdsr_fexp.c by Loki Davison
*
* This plugin is free software; you can redistribute it and/or modify it under
diff --git a/src/waveguide_mesh_2670.c b/src/waveguide_mesh_2670.c
index 5ff3859..d767dce 100644
--- a/src/waveguide_mesh_2670.c
+++ b/src/waveguide_mesh_2670.c
@@ -1,5 +1,7 @@
-/* This file is an audio plugin. Copyright (C) 2005 Loki Davison. Based on code by Brook Eaton and a couple
- * of papers...
+/* This file is an audio plugin.
+ * Copyright 2005 Loki Davison.
+ *
+ * Based on code by Brook Eaton and a couple of papers...
*
* Implements a Waveguide Mesh drum. FIXME to be extended, to have rimguides, power normalisation and all
* manner of other goodies.