From 9989affdea414714c066c568e80aaa75a6c4ebf3 Mon Sep 17 00:00:00 2001
From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de>
Date: Fri, 23 Jan 2015 10:04:54 +0000
Subject: [PATCH] changed code.zmaw.de to mpimet.mpg.de

---
 AUTHORS      |  2 +-
 README       |  2 +-
 configure    | 22 +++++++++++-----------
 configure.ac |  2 +-
 src/cdf.c    |  2 +-
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index fe473fbd1..06ecddb14 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1 @@
-Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
+Uwe Schulzweida <uwe.schulzweida AT mpimet.mpg.de>
diff --git a/README b/README
index de23134f8..f69880ea8 100644
--- a/README
+++ b/README
@@ -52,5 +52,5 @@ Porting:
      
 Contact:
 
-     Send questions, comments and bug reports to <http://code.zmaw.de/projects/cdi>
+     Send questions, comments and bug reports to <http://mpimet.mpg.de/cdi>
 
diff --git a/configure b/configure
index 1cfa2ea6b..2b344efe4 100755
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.68 for cdi 1.6.8.
 #
-# Report bugs to <https://code.zmaw.de/projects/cdi>.
+# Report bugs to <http://mpimet.mpg.de/cdi>.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -247,10 +247,10 @@ fi
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
     $as_echo "$0: Please tell bug-autoconf@gnu.org and
-$0: https://code.zmaw.de/projects/cdi about your system,
-$0: including any error possibly output before this
-$0: message. Then install a modern shell, or manually run
-$0: the script under such a shell if you do have one."
+$0: http://mpimet.mpg.de/cdi about your system, including
+$0: any error possibly output before this message. Then
+$0: install a modern shell, or manually run the script
+$0: under such a shell if you do have one."
   fi
   exit 1
 fi
@@ -572,7 +572,7 @@ PACKAGE_NAME='cdi'
 PACKAGE_TARNAME='cdi'
 PACKAGE_VERSION='1.6.8'
 PACKAGE_STRING='cdi 1.6.8'
-PACKAGE_BUGREPORT='https://code.zmaw.de/projects/cdi'
+PACKAGE_BUGREPORT='http://mpimet.mpg.de/cdi'
 PACKAGE_URL=''
 
 # Factoring default headers for most tests.
@@ -1642,7 +1642,7 @@ Some influential environment variables:
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <https://code.zmaw.de/projects/cdi>.
+Report bugs to <http://mpimet.mpg.de/cdi>.
 _ACEOF
 ac_status=$?
 fi
@@ -2396,9 +2396,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( $as_echo "## ------------------------------------------------ ##
-## Report this to https://code.zmaw.de/projects/cdi ##
-## ------------------------------------------------ ##"
+( $as_echo "## --------------------------------------- ##
+## Report this to http://mpimet.mpg.de/cdi ##
+## --------------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
 esac
@@ -28915,7 +28915,7 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <https://code.zmaw.de/projects/cdi>."
+Report bugs to <http://mpimet.mpg.de/cdi>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/configure.ac b/configure.ac
index 2ac1c6c7d..978316cb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 #  autoconf 2.68
 #  libtool  2.4.2
 
-AC_INIT([cdi], [1.6.8], [https://code.zmaw.de/projects/cdi])
+AC_INIT([cdi], [1.6.8], [http://mpimet.mpg.de/cdi])
 
 echo "configuring ${PACKAGE_NAME} ${PACKAGE_VERSION}"
 
diff --git a/src/cdf.c b/src/cdf.c
index edf67634e..683257663 100644
--- a/src/cdf.c
+++ b/src/cdf.c
@@ -79,7 +79,7 @@ void cdfComment(int ncid)
 	strcat(comment, "??");
       else
 	strncat(comment, libvers, size);
-      strcat(comment, " (https://code.zmaw.de/projects/cdi)");
+      strcat(comment, " (http://mpimet.mpg.de/cdi)");
     }
 
   cdf_put_att_text(ncid, NC_GLOBAL, "CDI", strlen(comment), comment);
-- 
GitLab