aboutsummaryrefslogtreecommitdiff
path: root/system/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'system/kernel')
-rw-r--r--system/kernel/pdp_dpd_command.c2
-rw-r--r--system/kernel/pdp_list.c2
-rw-r--r--system/kernel/pdp_mem.c2
-rw-r--r--system/kernel/pdp_packet.c2
-rw-r--r--system/kernel/pdp_packet2.c2
-rw-r--r--system/kernel/pdp_post.c2
-rw-r--r--system/kernel/pdp_symbol.c2
-rw-r--r--system/kernel/pdp_type.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/system/kernel/pdp_dpd_command.c b/system/kernel/pdp_dpd_command.c
index d812cf2..e417193 100644
--- a/system/kernel/pdp_dpd_command.c
+++ b/system/kernel/pdp_dpd_command.c
@@ -1,7 +1,7 @@
/*
* Pure Data Packet header file. DPD command class
- * 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/system/kernel/pdp_list.c b/system/kernel/pdp_list.c
index 8558e35..4ae2810 100644
--- a/system/kernel/pdp_list.c
+++ b/system/kernel/pdp_list.c
@@ -1,7 +1,7 @@
/*
* Pure Data Packet header file. List class
- * 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/system/kernel/pdp_mem.c b/system/kernel/pdp_mem.c
index 93c7122..afd6420 100644
--- a/system/kernel/pdp_mem.c
+++ b/system/kernel/pdp_mem.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system file: memory allocation
- * 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/system/kernel/pdp_packet.c b/system/kernel/pdp_packet.c
index e5f1a1f..aa44ceb 100644
--- a/system/kernel/pdp_packet.c
+++ b/system/kernel/pdp_packet.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation: Packet Manager
- * 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/system/kernel/pdp_packet2.c b/system/kernel/pdp_packet2.c
index 3717a77..8ee62f2 100644
--- a/system/kernel/pdp_packet2.c
+++ b/system/kernel/pdp_packet2.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation: Packet Manager
- * 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/system/kernel/pdp_post.c b/system/kernel/pdp_post.c
index b75283b..bd3224c 100644
--- a/system/kernel/pdp_post.c
+++ b/system/kernel/pdp_post.c
@@ -1,7 +1,7 @@
/*
* Pure Data Packet system file. pdp logging.
- * 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/system/kernel/pdp_symbol.c b/system/kernel/pdp_symbol.c
index 32e9e33..6a4b924 100644
--- a/system/kernel/pdp_symbol.c
+++ b/system/kernel/pdp_symbol.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. : code implementing pdp's namespace (symbols)
- * 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/system/kernel/pdp_type.c b/system/kernel/pdp_type.c
index 57edc00..6a5591b 100644
--- a/system/kernel/pdp_type.c
+++ b/system/kernel/pdp_type.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. : code for handling different packet types
- * 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