aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-06 04:29:27 +0000
committerDavid Robillard <d@drobilla.net>2007-04-06 04:29:27 +0000
commit0a28f962cc94945abc6a8b4ec809341ad74f8ab7 (patch)
tree60a9a635fda5973e64fe96824db418a0205a8a4d
parent907cac5211eb47c2680642eca0ef243a11356bff (diff)
Email address and FSF copyright address updates.
git-svn-id: http://svn.drobilla.net/lad/omins@405 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--AUTHORS2
-rw-r--r--configure.ac2
-rw-r--r--src/adenv.c2
-rw-r--r--src/adenv_lvl.c2
-rw-r--r--src/comparison_4440.c2
-rw-r--r--src/dahdsr_fexp.c2
-rw-r--r--src/dahdsr_hexp.c2
-rw-r--r--src/fast_crossfade_4410.c2
-rw-r--r--src/formant_filter_4300.c2
-rw-r--r--src/hz_voct_4200.c2
-rw-r--r--src/multiplexer_4420.c2
-rw-r--r--src/power_4400.c2
-rw-r--r--src/prob_switch_2667.c2
-rw-r--r--src/range_trans_4210.c2
-rw-r--r--src/sample_and_hold_4430.c2
-rw-r--r--src/signal_abs_2669.c2
-rw-r--r--src/slew_limiter_2743.c2
-rw-r--r--src/slide_2741.c2
-rw-r--r--src/waveguide_mesh_2670.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/AUTHORS b/AUTHORS
index 84f0e6d..e799fcf 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
Authors:
-Dave Robillard <drobilla .a.t. connect.carleton.ca>
+Dave Robillard <drobilla .a.t. drobilla.net>
Loki Davison <loki .a.t. berlios.de>
diff --git a/configure.ac b/configure.ac
index 3154611..f5e6d4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.in for omins
-AC_INIT([omins],[0.2.1pre],[drobilla@connect.carleton.ca])
+AC_INIT([omins],[0.2.1pre],[dave@drobilla.net])
AC_CONFIG_SRCDIR([src/hz_voct_4200.c])
AC_CONFIG_HEADER([config.h])
diff --git a/src/adenv.c b/src/adenv.c
index b7ad8d3..f22528b 100644
--- a/src/adenv.c
+++ b/src/adenv.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/adenv_lvl.c b/src/adenv_lvl.c
index 801c1d0..3880400 100644
--- a/src/adenv_lvl.c
+++ b/src/adenv_lvl.c
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/comparison_4440.c b/src/comparison_4440.c
index 992afc1..90cb0b1 100644
--- a/src/comparison_4440.c
+++ b/src/comparison_4440.c
@@ -12,7 +12,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/dahdsr_fexp.c b/src/dahdsr_fexp.c
index 4ac7fda..557ae40 100644
--- a/src/dahdsr_fexp.c
+++ b/src/dahdsr_fexp.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/dahdsr_hexp.c b/src/dahdsr_hexp.c
index 48b6070..0b20c45 100644
--- a/src/dahdsr_hexp.c
+++ b/src/dahdsr_hexp.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/fast_crossfade_4410.c b/src/fast_crossfade_4410.c
index cb6cf5f..bb27066 100644
--- a/src/fast_crossfade_4410.c
+++ b/src/fast_crossfade_4410.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/formant_filter_4300.c b/src/formant_filter_4300.c
index 5241eab..aa16762 100644
--- a/src/formant_filter_4300.c
+++ b/src/formant_filter_4300.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/hz_voct_4200.c b/src/hz_voct_4200.c
index a5b532c..c0cf91d 100644
--- a/src/hz_voct_4200.c
+++ b/src/hz_voct_4200.c
@@ -12,7 +12,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/multiplexer_4420.c b/src/multiplexer_4420.c
index 3290534..d9dd206 100644
--- a/src/multiplexer_4420.c
+++ b/src/multiplexer_4420.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/power_4400.c b/src/power_4400.c
index 70d60c5..972f120 100644
--- a/src/power_4400.c
+++ b/src/power_4400.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/prob_switch_2667.c b/src/prob_switch_2667.c
index d717048..1c385a8 100644
--- a/src/prob_switch_2667.c
+++ b/src/prob_switch_2667.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/range_trans_4210.c b/src/range_trans_4210.c
index f6eb840..1ea5f7e 100644
--- a/src/range_trans_4210.c
+++ b/src/range_trans_4210.c
@@ -12,7 +12,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/sample_and_hold_4430.c b/src/sample_and_hold_4430.c
index df52cb0..28b7198 100644
--- a/src/sample_and_hold_4430.c
+++ b/src/sample_and_hold_4430.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/signal_abs_2669.c b/src/signal_abs_2669.c
index 838d91e..c9eb99e 100644
--- a/src/signal_abs_2669.c
+++ b/src/signal_abs_2669.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/slew_limiter_2743.c b/src/slew_limiter_2743.c
index 910e532..370dcac 100644
--- a/src/slew_limiter_2743.c
+++ b/src/slew_limiter_2743.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/slide_2741.c b/src/slide_2741.c
index 45270fe..9adbf1b 100644
--- a/src/slide_2741.c
+++ b/src/slide_2741.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */
diff --git a/src/waveguide_mesh_2670.c b/src/waveguide_mesh_2670.c
index 07eefcb..4d19e67 100644
--- a/src/waveguide_mesh_2670.c
+++ b/src/waveguide_mesh_2670.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _XOPEN_SOURCE 500 /* strdup */