Replace systemlinux.org URL and email address.
authorAndre Noll <maan@systemlinux.org>
Fri, 15 Aug 2014 13:36:03 +0000 (15:36 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 13 Sep 2014 13:06:43 +0000 (15:06 +0200)
Although the web page is still online at the old location, the new
location at tuebingen.mpg.de is now the "official" one.

This commit changes the URL in the INSTALL file and all email addresses
to the new domain.

22 files changed:
INSTALL
adu.c
adu.ggo
adu.h
bloom.c
bloom.h
create.c
error.h
fd.c
fd.h
format.c
format.h
gcc-compat.h
index.html.in
interactive.c
portable_io.h
select.c
select.h
string.c
string.h
user.c
user.h

diff --git a/INSTALL b/INSTALL
index ddf6859ab54a21d1415cb1b3a709746a3d2c105b..5445edbedf48ad9f7e5f44cc0d2617ec47bd4b34 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
 As adu is based on libosl, the object storage layer, you first have
 As adu is based on libosl, the object storage layer, you first have
-to install http://systemlinux.org/~maan/osl (libosl).
+to install http://people.tuebingen.mpg.de/maan/osl/ (libosl).
 
 Adu's command line parser and the interactive help
 are generated using gnu gengetopt. You'll likely need a
 
 Adu's command line parser and the interactive help
 are generated using gnu gengetopt. You'll likely need a
diff --git a/adu.c b/adu.c
index 7d133d619836e3340e5bce2f6b2b3bf83b39d789..37a086772fec78a8c099bbfb655e2cb5a734e0b2 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
diff --git a/adu.ggo b/adu.ggo
index f8c4a1fccfd531c6ba711350673b5f979f9e5841..643bbbff618728a865fd779aa29c363812b40f3c 100644 (file)
--- a/adu.ggo
+++ b/adu.ggo
@@ -1,4 +1,4 @@
-# Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+# Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
 #
 # Licensed under the GPL v2. For licencing details see COPYING.
 
 #
 # Licensed under the GPL v2. For licencing details see COPYING.
 
diff --git a/adu.h b/adu.h
index 45dae6aa5ee5e973a6fad70adcf30553dc9feccd..adba2c6ac5264452fa532d39604e3458f47b3341 100644 (file)
--- a/adu.h
+++ b/adu.h
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
diff --git a/bloom.c b/bloom.c
index ec12d512d942d17a7aa6c8edd55b73b2e5f5b60e..a0e91d40f4c09282a8ba583d34190ba29a526479 100644 (file)
--- a/bloom.c
+++ b/bloom.c
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
diff --git a/bloom.h b/bloom.h
index 9e71c6c370b9239ba4e890b1c811d61d2e0e7e2c..806dde49977b96ecd3f666766a5a8baa00ded6f4 100644 (file)
--- a/bloom.h
+++ b/bloom.h
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
index 0394412955134a8a2d75dfe592ea602303261c2b..af5694c4cba8b4148d1b083b5307fb2240335a29 100644 (file)
--- a/create.c
+++ b/create.c
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
diff --git a/error.h b/error.h
index b37ba781936a5bb7fadc9be7c6e022bb21ae77ad..010af4559bcb9b0a4e3ca5f329dd35629be762a7 100644 (file)
--- a/error.h
+++ b/error.h
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
diff --git a/fd.c b/fd.c
index a4d18a1f8f1684f81564e02084cab2f193756d4a..66b3cc057225eeebbd9a7598977082392773f7f3 100644 (file)
--- a/fd.c
+++ b/fd.c
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
diff --git a/fd.h b/fd.h
index 32a3ad3df108e297dbe3c22c1fae520c6a835ba9..108993209ce19ddabdaf27f706dd5f4d7ef1d91e 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
index 736cb7c327e94647b79a08383c176b0644f20d30..8b96830291dd044399bbd7ebdcecb471674a62eb 100644 (file)
--- a/format.c
+++ b/format.c
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
index b5ca1af78b6ae8b37fcc330446daf45f0b1b9f3b..1e795c6c03a3bd29c4f1049c271d7d2a90bd547c 100644 (file)
--- a/format.h
+++ b/format.h
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
index 5bfaa096b71c115d9a9e69aec7090fb982348fa9..37a486b640c91e3e4568bb5aed9b4266c789cdaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
index fdef4c0943b1c97c164591b8d560e073717a99ad..c0857d83e79f09b22399b9c553be0bf39aeb331d 100644 (file)
        </center>
 
        <p> Andr&eacute; Noll, <a
        </center>
 
        <p> Andr&eacute; Noll, <a
-       href="mailto:maan@systemlinux.org">maan@systemlinux.org</a>
+       href="mailto:maan@tuebingen.mpg.de">maan@tuebingen.mpg.de</a>
        </p> Comments and bug reports are welcome. Please provide
        enough info such as the version of adu/libosl you are using
        and relevant parts of the logs. Including the string [adu]
        </p> Comments and bug reports are welcome. Please provide
        enough info such as the version of adu/libosl you are using
        and relevant parts of the logs. Including the string [adu]
index 7aef9e24df8611cd2de0af5dda187e36c2bc5386..05830f1bf8fe860d04ebede3aeaedc40a90c3b18 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
index e296bcb2a3f141564062aaa56ff9447c92c8f398..b61456f788ea7a3731ddfab795be8b3a733a063d 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2007-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
index 15ad7070844da6915970eb992df8d686f8408d81..4e11e7f7e39251908d1aa530e1c988b581d1f0d4 100644 (file)
--- a/select.c
+++ b/select.c
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
index 06ee0347432139f08da26ef0640b041263c8f6b7..0c9fe7cb29578077e38ea2e5f5235205fb6e1eb0 100644 (file)
--- a/select.h
+++ b/select.h
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
index 4775175dcca010ea723fcf2660a6be71fed7a3fe..e5670f8c66e932f1a617301d0fe6fe7b793fa795 100644 (file)
--- a/string.c
+++ b/string.c
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2004-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2004-2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
index 256747a345d62812a6fed5ca7de8270ebe67d85a..d574fa2455fca5890eddddcff9fcc9f51f5341aa 100644 (file)
--- a/string.h
+++ b/string.h
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
diff --git a/user.c b/user.c
index 0ae4a6c9af04fe3eab521f38f9c14b74e4f69a8c..29dd58bfb0af952e1278e7c6ad388d088de993ab 100644 (file)
--- a/user.c
+++ b/user.c
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
diff --git a/user.h b/user.h
index a6fbbf6381953140e2cac54464988917bd38aa07..216b71aa4bddedeb935b0953b3ec15ab87518763 100644 (file)
--- a/user.h
+++ b/user.h
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */