aboutsummaryrefslogtreecommitdiff
path: root/puredata
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 23:14:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 23:14:15 +0000
commita587a74821c155e281d2a6ce9a9a1d7b6a336fce (patch)
treec5ddd7ed4a1cb1a03a8e9d06d16bbe25c5b153df /puredata
parent921b949e82d9b140d69c4487b132fb4ac3185c2a (diff)
Checked in latest from Tom Schouten's darcs repository, which was checked in
19-Feb-2008. Changes are mostly the email address and URLs, but two new objects are also added: pdp_array2grey and pdp_grey2array for converting between Pd arrays and greyscale images. svn path=/trunk/externals/pdp/; revision=9899
Diffstat (limited to 'puredata')
-rw-r--r--puredata/pdp_base.c2
-rw-r--r--puredata/pdp_comm.c2
-rw-r--r--puredata/pdp_compat.c2
-rw-r--r--puredata/pdp_control.c2
-rw-r--r--puredata/pdp_dpd_base.c2
-rw-r--r--puredata/pdp_imagebase.c2
-rw-r--r--puredata/pdp_queue.c2
-rw-r--r--puredata/pdp_ut.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/puredata/pdp_base.c b/puredata/pdp_base.c
index 194134e..4a1dcf8 100644
--- a/puredata/pdp_base.c
+++ b/puredata/pdp_base.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet base class implementation.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* 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/puredata/pdp_comm.c b/puredata/pdp_comm.c
index 2674e36..f3f1884 100644
--- a/puredata/pdp_comm.c
+++ b/puredata/pdp_comm.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* 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/puredata/pdp_compat.c b/puredata/pdp_compat.c
index e7bc0c2..13c1a58 100644
--- a/puredata/pdp_compat.c
+++ b/puredata/pdp_compat.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. Compatibility routines.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* 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/puredata/pdp_control.c b/puredata/pdp_control.c
index 0b49fd9..36636b4 100644
--- a/puredata/pdp_control.c
+++ b/puredata/pdp_control.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation: control object
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* 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/puredata/pdp_dpd_base.c b/puredata/pdp_dpd_base.c
index 371b99e..42fcf42 100644
--- a/puredata/pdp_dpd_base.c
+++ b/puredata/pdp_dpd_base.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module. DPD base class implementation.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* 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/puredata/pdp_imagebase.c b/puredata/pdp_imagebase.c
index f9634e1..6ee1b83 100644
--- a/puredata/pdp_imagebase.c
+++ b/puredata/pdp_imagebase.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet image processor base class implementation.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* 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/puredata/pdp_queue.c b/puredata/pdp_queue.c
index f5a9d65..5dbf2e6 100644
--- a/puredata/pdp_queue.c
+++ b/puredata/pdp_queue.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet - processor queue module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* 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/puredata/pdp_ut.c b/puredata/pdp_ut.c
index a1369e3..b290e93 100644
--- a/puredata/pdp_ut.c
+++ b/puredata/pdp_ut.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet - Utility toolkit objects.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* 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