aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ascii2int.pd2
-rw-r--r--autoscale-help.pd2
-rw-r--r--autoscale.pd2
-rw-r--r--blocksize_in_ms-help.pd2
-rw-r--r--classpath.c2
-rw-r--r--debounce-help.pd2
-rw-r--r--folder_list-help.pd2
-rw-r--r--folder_list.c2
-rw-r--r--group.c4
-rw-r--r--hcs-meta.pd2
-rw-r--r--helppath-help.pd2
-rw-r--r--ifeel-help.pd2
-rw-r--r--passwd.c4
-rw-r--r--pwm.pd2
-rw-r--r--split_path.c4
-rw-r--r--sql_query.c2
-rw-r--r--stat.c4
-rw-r--r--uname.c2
-rw-r--r--version.c2
19 files changed, 23 insertions, 23 deletions
diff --git a/ascii2int.pd b/ascii2int.pd
index 1d30c17..7bc5ba9 100644
--- a/ascii2int.pd
+++ b/ascii2int.pd
@@ -20,7 +20,7 @@
#X obj 327 34 trigger bang bang;
#X obj 16 270 bang;
#X text 244 404 released under the GNU GPL;
-#X text 27 390 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
+#X text 27 390 (C) Copyright 2006 Hans-Christoph Steiner <hans@eds.org>
;
#X text 25 366 TODO: make it support negative numbers;
#X connect 0 0 1 1;
diff --git a/autoscale-help.pd b/autoscale-help.pd
index 0c22f16..a80baca 100644
--- a/autoscale-help.pd
+++ b/autoscale-help.pd
@@ -13,7 +13,7 @@ output range defaults to 0-127.;
#X floatatom 68 249 5 0 0 0 - - -;
#X obj 71 293 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
-#X text 17 453 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
+#X text 17 453 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org>
;
#X text 234 467 released under the GNU GPL;
#X floatatom 150 152 0 0 0 0 - - -;
diff --git a/autoscale.pd b/autoscale.pd
index 0ce8ae9..6a88ad8 100644
--- a/autoscale.pd
+++ b/autoscale.pd
@@ -28,7 +28,7 @@
127 \, $f2);
#X msg 478 278 using default range (0-127);
#X obj 478 256 oneshot;
-#X text 2 476 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
+#X text 2 476 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org>
;
#X text 219 491 released under the GNU GPL;
#X text 417 475 $Revision: 1.5 $$Date: 2004-11-28 20:50:14 $;
diff --git a/blocksize_in_ms-help.pd b/blocksize_in_ms-help.pd
index 16ffc5b..d9a9848 100644
--- a/blocksize_in_ms-help.pd
+++ b/blocksize_in_ms-help.pd
@@ -2,7 +2,7 @@
#X obj 5 2 cnv 15 450 20 empty empty blocksize_in_ms 2 11 1 18 -233017
-66577 0;
#X msg 422 3 pddp;
-#X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
+#X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org>
;
#X text 244 284 released under the GNU GPL;
#X obj 152 157 blocksize_in_ms;
diff --git a/classpath.c b/classpath.c
index fe5ab98..d118c49 100644
--- a/classpath.c
+++ b/classpath.c
@@ -106,7 +106,7 @@ static void *classpath_new()
if(!classpath_instance_count)
{
post("[classpath] %s",version);
- post("\twritten by Hans-Christoph Steiner <hans@at.or.at>");
+ post("\twritten by Hans-Christoph Steiner <hans@eds.org>");
post("\tcompiled on "__DATE__" at "__TIME__ " ");
post("\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION,
PD_MINOR_VERSION, PD_BUGFIX_VERSION);
diff --git a/debounce-help.pd b/debounce-help.pd
index d73ae5c..6ae0747 100644
--- a/debounce-help.pd
+++ b/debounce-help.pd
@@ -5,7 +5,7 @@
#X text 234 467 released under the GNU GPL;
#X text 17 486 $Revision: 1.2 $$Date: 2006-03-17 04:50:03 $;
#X text 18 499 $Author: eighthave $;
-#X text 17 453 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
+#X text 17 453 (C) Copyright 2005 Hans-Christoph Steiner <hans@eds.org>
;
#X obj 122 78 bng 15 250 50 0 empty empty empty 0 -6 0 8 -24198 -1
-1;
diff --git a/folder_list-help.pd b/folder_list-help.pd
index a6c76bd..7e09061 100644
--- a/folder_list-help.pd
+++ b/folder_list-help.pd
@@ -28,7 +28,7 @@
#X msg 119 219 symbol /var/*/*.log;
#X text 173 173 patterns default to path that Pd launched from;
#X text 329 464 released under the GNU GPL;
-#X text 15 449 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
+#X text 15 449 (C) Copyright 2006 Hans-Christoph Steiner <hans@eds.org>
;
#X text 8 5 Get a listing of files based on a wildcard pattern. On
UNIX \, it follows glob rules \, on ReactOS/Windows it follows the
diff --git a/folder_list.c b/folder_list.c
index 5fff841..6e5b682 100644
--- a/folder_list.c
+++ b/folder_list.c
@@ -1,7 +1,7 @@
/* --------------------------------------------------------------------------*/
/* */
/* object for getting file listings using wildcard patterns */
-/* Written by Hans-Christoph Steiner <hans@at.or.at> */
+/* Written by Hans-Christoph Steiner <hans@eds.org> */
/* */
/* Copyright (c) 2006 Hans-Christoph Steiner */
/* */
diff --git a/group.c b/group.c
index 298ce16..f4de2d8 100644
--- a/group.c
+++ b/group.c
@@ -1,7 +1,7 @@
/* --------------------------------------------------------------------------*/
/* */
/* converts a GID number to a user name symbol */
-/* Written by Hans-Christoph Steiner <hans@at.or.at> */
+/* Written by Hans-Christoph Steiner <hans@eds.org> */
/* */
/* Copyright (c) 2006 Hans-Christoph Steiner */
/* */
@@ -216,7 +216,7 @@ static void *group_new(t_symbol *s, int argc, t_atom *argv)
if(!group_instance_count)
{
post("[group] %s",version);
- post("\twritten by Hans-Christoph Steiner <hans@at.or.at>");
+ post("\twritten by Hans-Christoph Steiner <hans@eds.org>");
post("\tcompiled on "__DATE__" at "__TIME__ " ");
}
group_instance_count++;
diff --git a/hcs-meta.pd b/hcs-meta.pd
index 5a89a24..06fd25b 100644
--- a/hcs-meta.pd
+++ b/hcs-meta.pd
@@ -2,7 +2,7 @@
#N canvas 20 20 420 300 META 0;
#X text 10 10 META this is a prototype of a libdir meta file;
#X text 10 30 NAME hcs;
-#X text 10 50 AUTHOR Hans-Christoph Steiner <hans@at.or.at>;
+#X text 10 50 AUTHOR Hans-Christoph Steiner <hans@eds.org>;
#X text 10 70 DESCRIPTION random grab bag of object prototypes;
#X text 10 90 LICENSE GNU GPL;
#X text 10 110 VERSION 0.1;
diff --git a/helppath-help.pd b/helppath-help.pd
index ea4127f..32bda9c 100644
--- a/helppath-help.pd
+++ b/helppath-help.pd
@@ -12,7 +12,7 @@ starts again at the top of the list \, like [textfile] or [qlist]'s
[reset(.;
#X text 124 153 <-- banged when the end of the list is reached;
#X text 234 294 released under the GNU GPL;
-#X text 18 281 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
+#X text 18 281 (C) Copyright 2006 Hans-Christoph Steiner <hans@eds.org>
;
#X obj 31 238 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
diff --git a/ifeel-help.pd b/ifeel-help.pd
index 8394917..4b0ff3a 100644
--- a/ifeel-help.pd
+++ b/ifeel-help.pd
@@ -24,7 +24,7 @@
#X text 37 359 If you feed data to the ifeel mouse too quickly \, it
has a tendency to crash the whole machine. I suspect a bug in the kernel
module ifeel.o.;
-#X text 13 449 by Hans-Christoph Steiner <hans@at.or.at>;
+#X text 13 449 by Hans-Christoph Steiner <hans@eds.org>;
#X obj 324 416 pddp/pddplink ../all_about_haptics.pd -text all_about_haptics
;
#X text 201 417 For more info:;
diff --git a/passwd.c b/passwd.c
index 8045bb3..7f574ca 100644
--- a/passwd.c
+++ b/passwd.c
@@ -1,7 +1,7 @@
/* --------------------------------------------------------------------------*/
/* */
/* converts a UID number to a user name symbol */
-/* Written by Hans-Christoph Steiner <hans@at.or.at> */
+/* Written by Hans-Christoph Steiner <hans@eds.org> */
/* */
/* Copyright (c) 2006 Hans-Christoph Steiner */
/* */
@@ -165,7 +165,7 @@ static void *passwd_new(t_symbol *s, int argc, t_atom *argv)
if(!passwd_instance_count)
{
post("[passwd] %s",version);
- post("\twritten by Hans-Christoph Steiner <hans@at.or.at>");
+ post("\twritten by Hans-Christoph Steiner <hans@eds.org>");
post("\tcompiled on "__DATE__" at "__TIME__ " ");
}
passwd_instance_count++;
diff --git a/pwm.pd b/pwm.pd
index 831d329..035b3f5 100644
--- a/pwm.pd
+++ b/pwm.pd
@@ -21,7 +21,7 @@
#X obj 290 177 abs;
#X obj 184 493 outlet;
#X text 228 533 released under the GNU GPL;
-#X text 14 517 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
+#X text 14 517 (C) Copyright 2006 Hans-Christoph Steiner <hans@eds.org>
;
#X text 299 32 pulse width (0-1);
#X obj 290 154 purepd/float_argument \$1 30;
diff --git a/split_path.c b/split_path.c
index dfd8c67..2ee125b 100644
--- a/split_path.c
+++ b/split_path.c
@@ -1,6 +1,6 @@
/* (C) Guenter Geiger <geiger@epy.co.at> */
-/* I started with stripdir.c and turned it into split_path.c <hans@at.or.at> */
+/* I started with stripdir.c and turned it into split_path.c <hans@eds.org> */
#include <m_pd.h>
#include <string.h>
@@ -63,7 +63,7 @@ static void *split_path_new()
if(!split_path_instance_count)
{
post("[split_path] %s",version);
- post("\twritten by Hans-Christoph Steiner <hans@at.or.at>");
+ post("\twritten by Hans-Christoph Steiner <hans@eds.org>");
}
split_path_instance_count++;
return (x);
diff --git a/sql_query.c b/sql_query.c
index 8d230f0..bb0420e 100644
--- a/sql_query.c
+++ b/sql_query.c
@@ -1,6 +1,6 @@
/*
* object for generating SQL queries with SQL ? placeholders
- * Written by Hans-Christoph Steiner <hans@at.or.at>
+ * Written by Hans-Christoph Steiner <hans@eds.org>
*
* Copyright (c) 2007 Free Software Foundation
*
diff --git a/stat.c b/stat.c
index 06a4295..8648637 100644
--- a/stat.c
+++ b/stat.c
@@ -1,7 +1,7 @@
/* --------------------------------------------------------------------------*/
/* */
/* object for getting file type (dir, link, exe, etc) using a filename */
-/* Written by Hans-Christoph Steiner <hans@at.or.at> */
+/* Written by Hans-Christoph Steiner <hans@eds.org> */
/* */
/* Copyright (c) 2006 Hans-Christoph Steiner */
/* */
@@ -267,7 +267,7 @@ static void *stat_new(t_symbol *s)
if(!stat_instance_count)
{
post("[stat] %s",version);
- post("\twritten by Hans-Christoph Steiner <hans@at.or.at>");
+ post("\twritten by Hans-Christoph Steiner <hans@eds.org>");
post("\tcompiled on "__DATE__" at "__TIME__ " ");
}
stat_instance_count++;
diff --git a/uname.c b/uname.c
index 8fd2bfa..4c75000 100644
--- a/uname.c
+++ b/uname.c
@@ -1,7 +1,7 @@
/* --------------------------------------------------------------------------*/
/* */
/* object for getting uname info */
-/* Written by Hans-Christoph Steiner <hans@at.or.at> */
+/* Written by Hans-Christoph Steiner <hans@eds.org> */
/* */
/* Copyright (c) 2006,2010 Hans-Christoph Steiner */
/* */
diff --git a/version.c b/version.c
index f78fd2d..fd1fe1c 100644
--- a/version.c
+++ b/version.c
@@ -3,7 +3,7 @@
/* object for getting the version of Pd-extended */
/* (it gets the version at compile time, so it will show the version of Pd */
/* that is was compiled against) */
-/* Written by Hans-Christoph Steiner <hans@at.or.at> */
+/* Written by Hans-Christoph Steiner <hans@eds.org> */
/* */
/* Copyright (c) 2006, 2010 Hans-Christoph Steiner */
/* */