diff options
Diffstat (limited to 'system/image')
-rw-r--r-- | system/image/pdp_imageproc_common.c | 2 | ||||
-rw-r--r-- | system/image/pdp_imageproc_mmx.c | 2 | ||||
-rw-r--r-- | system/image/pdp_imageproc_portable.c | 2 | ||||
-rw-r--r-- | system/image/pdp_llconv.c | 2 | ||||
-rw-r--r-- | system/image/pdp_llconv_mmx.c | 2 | ||||
-rw-r--r-- | system/image/pdp_llconv_portable.c | 2 | ||||
-rw-r--r-- | system/image/pdp_resample.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/system/image/pdp_imageproc_common.c b/system/image/pdp_imageproc_common.c index 184c418..a84fa0b 100644 --- a/system/image/pdp_imageproc_common.c +++ b/system/image/pdp_imageproc_common.c @@ -1,6 +1,6 @@ /* * Pure Data Packet. common image processing 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/system/image/pdp_imageproc_mmx.c b/system/image/pdp_imageproc_mmx.c index 67f6e77..cf42d67 100644 --- a/system/image/pdp_imageproc_mmx.c +++ b/system/image/pdp_imageproc_mmx.c @@ -1,6 +1,6 @@ /* * Pure Data Packet. c wrapper for mmx image processing 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/system/image/pdp_imageproc_portable.c b/system/image/pdp_imageproc_portable.c index facb2c8..3e155ee 100644 --- a/system/image/pdp_imageproc_portable.c +++ b/system/image/pdp_imageproc_portable.c @@ -1,6 +1,6 @@ /* * Pure Data Packet. portable image processing 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/system/image/pdp_llconv.c b/system/image/pdp_llconv.c index f10c61d..666a1c4 100644 --- a/system/image/pdp_llconv.c +++ b/system/image/pdp_llconv.c @@ -1,6 +1,6 @@ /* * Pure Data Packet system implementation. : low level format conversion code - * 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/image/pdp_llconv_mmx.c b/system/image/pdp_llconv_mmx.c index 8070bac..aaddb01 100644 --- a/system/image/pdp_llconv_mmx.c +++ b/system/image/pdp_llconv_mmx.c @@ -1,7 +1,7 @@ /* * Pure Data Packet system implementation. : wrapper for mmx low level format conversion code - * 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/image/pdp_llconv_portable.c b/system/image/pdp_llconv_portable.c index f6d5a44..7421472 100644 --- a/system/image/pdp_llconv_portable.c +++ b/system/image/pdp_llconv_portable.c @@ -1,7 +1,7 @@ /* * Pure Data Packet system implementation. : portable low level format conversion code - * 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/image/pdp_resample.c b/system/image/pdp_resample.c index 6fbd274..ac51c99 100644 --- a/system/image/pdp_resample.c +++ b/system/image/pdp_resample.c @@ -1,6 +1,6 @@ /* * Pure Data Packet system file. - image resampling 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 |