]> git.sur5r.net Git - cc65/commitdiff
change my email addr from cpg@aladdin.de to chris@groessler.org
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 26 Feb 2011 22:15:24 +0000 (22:15 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 26 Feb 2011 22:15:24 +0000 (22:15 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4977 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/CREDITS
doc/atari.sgml
doc/dio.sgml
include/atari.h
include/dio.h
testcode/lib/atari/ostype.c

index 381925766d72135a7cae4947ea40e9c3b24ff2e1..d32dd7966948b3f14876a6b7ebcaff0133c63260 100644 (file)
@@ -22,7 +22,7 @@ More special thanks to:
     Kevin did the Apple 2 port and found at least one serious error in the
     C library while doing so.
 
-  * Christian Groessler <cpg@aladdin.de>
+  * Christian Groessler <chris@groessler.org>
     Mark Keates <Mark.Keates@dendrite.com>
     Freddy Offenga <taf_offenga@yahoo.com>
     David Lloyd <dmlloyd@atari-central.com>
index 411b0299ecd33780c78f8ef85c20fbf4c60d6819..0505d7063b51b16e4e2350b0f2d0e50252b0e19e 100644 (file)
@@ -6,7 +6,7 @@
 <author>Shawn Jefferson, <htmlurl
 url="mailto:shawnjefferson@24fightingchickens.com"
 name="shawnjefferson@24fightingchickens.com"> and
-Christian Groessler, <htmlurl url="mailto:cpg@aladdin.de" name="cpg@aladdin.de">
+Christian Groessler, <htmlurl url="mailto:chris@groessler.org" name="chris@groessler.org">
 <date>03-Jan-2006
 
 <abstract>
index 685e3454f2dc368bc436231649f0408bc78598cb..c3fff366f79ed59ef0f211a965d582a9ae2d0a0a 100644 (file)
@@ -2,7 +2,7 @@
 
 <article>
 <title>Diskette Sector I/O Routines
-<author>Christian Groessler, <htmlurl url="mailto:cpg@aladdin.de" name="cpg@aladdin.de">
+<author>Christian Groessler, <htmlurl url="mailto:chris@groessler.org" name="chris@groessler.org">
 <date>20-Feb-2005
 
 <abstract>
index eb105d655e876caa728996a59c89d75dceb078c2..fe6265e360a2c277cc9b95a443500947a98980c8 100644 (file)
@@ -8,7 +8,7 @@
 /*                                                                           */
 /* (C) 2000-2006 Mark Keates <markk@dendrite.co.uk>                          */
 /*               Freddy Offenga <taf_offenga@yahoo.com>                      */
-/*               Christian Groessler <cpg@aladdin.de>                        */
+/*               Christian Groessler <chris@groessler.org>                   */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
index dabc719137d0a93d1f10455c0b04293cadf0b64f..45d196341b64a1d6a37935bd88967d05076e7f42 100644 (file)
@@ -6,7 +6,7 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2005 Christian Groessler <cpg@aladdin.de>                             */
+/* (C) 2005 Christian Groessler <chris@groessler.org>                        */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
index a3569ec3d540ffb9db3446b2c5592bc9b3b1daf5..e97bd00e6972bc2a5c0fe4c36044b8a7e977272f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * testprogram for get_ostype() and get_tv() functions
  *
- * 09-Jul-2004, cpg@aladdin.de
+ * 09-Jul-2004, chris@groessler.org
  */
 
 #include <stdio.h>