diff options
Diffstat (limited to 'modules/matrix_basic')
-rw-r--r-- | modules/matrix_basic/clusterstuff.c | 2 | ||||
-rw-r--r-- | modules/matrix_basic/pdp_mat_lu.c | 2 | ||||
-rw-r--r-- | modules/matrix_basic/pdp_mat_mul.c | 2 | ||||
-rw-r--r-- | modules/matrix_basic/pdp_mat_vec.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/matrix_basic/clusterstuff.c b/modules/matrix_basic/clusterstuff.c index 432a807..e6005dd 100644 --- a/modules/matrix_basic/clusterstuff.c +++ b/modules/matrix_basic/clusterstuff.c @@ -1,6 +1,6 @@ /*
* Pure Data Packet module.
- * Copyright (c) 2003 by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) 2003 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/modules/matrix_basic/pdp_mat_lu.c b/modules/matrix_basic/pdp_mat_lu.c index af8931d..7b4f29e 100644 --- a/modules/matrix_basic/pdp_mat_lu.c +++ b/modules/matrix_basic/pdp_mat_lu.c @@ -1,6 +1,6 @@ /* * Pure Data Packet module. LU decomposition 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/modules/matrix_basic/pdp_mat_mul.c b/modules/matrix_basic/pdp_mat_mul.c index 329813f..4fd9d07 100644 --- a/modules/matrix_basic/pdp_mat_mul.c +++ b/modules/matrix_basic/pdp_mat_mul.c @@ -1,6 +1,6 @@ /* * Pure Data Packet module. Matrix multiplication 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/modules/matrix_basic/pdp_mat_vec.c b/modules/matrix_basic/pdp_mat_vec.c index 16257c8..2a3b3bb 100644 --- a/modules/matrix_basic/pdp_mat_vec.c +++ b/modules/matrix_basic/pdp_mat_vec.c @@ -1,6 +1,6 @@ /* * Pure Data Packet module. Vector modules. - * 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 |