libftdi, ftdi_eeprom: (tomj) changed all email addresses to opensource@intra2net.com
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 25 Mar 2004 10:33:16 +0000 (10:33 +0000)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 25 Mar 2004 10:33:16 +0000 (10:33 +0000)
AUTHORS
ftdi_eeprom.kdevprj
ftdi_eeprom/main.c

diff --git a/AUTHORS b/AUTHORS
index 779ce49..54fd280 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1 @@
-Intra2net AG <info@intra2net.com>
+Intra2net AG <opensource@intra2net.com>
index eb6af1e..0cd85a2 100644 (file)
@@ -25,7 +25,7 @@ ldflags=\s
 AMChanged=true
 author=Intra2net AG
 configure_args=
-email=info@intra2net.com
+email=opensource@intra2net.com
 kdevprj_version=1.3
 lfv_open_groups=
 make_options=-j1
index f2b1de6..3489708 100644 (file)
@@ -3,7 +3,7 @@
                            -------------------
     begin                : Mon Apr  7 12:05:22 CEST 2003
     copyright            : (C) 2003 by Intra2net AG
-    email                : thomas.jarosch@intra2net.com
+    email                : opensource@intra2net.com
  ***************************************************************************/
 
 /***************************************************************************
@@ -65,7 +65,7 @@ int main(int argc, char *argv[]) {
     struct ftdi_eeprom eeprom;
 
     printf("\nFTDI eeprom generator v%s\n", VERSION);
-    printf ("(c) Intra2net AG <thomas.jarosch@intra2net.com>\n");
+    printf ("(c) Intra2net AG <opensource@intra2net.com>\n");
     
     if (argc != 2 && argc != 3) {
        printf("Syntax: %s [commands] config-file\n", argv[0]);