From c77e8ad08e743b3922c58f40cc7b1a063d291d69 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 15 Aug 2014 15:36:03 +0200 Subject: [PATCH] Replace systemlinux.org URL and email address. 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. --- INSTALL | 2 +- adu.c | 2 +- adu.ggo | 2 +- adu.h | 2 +- bloom.c | 2 +- bloom.h | 2 +- create.c | 2 +- error.h | 2 +- fd.c | 2 +- fd.h | 2 +- format.c | 2 +- format.h | 2 +- gcc-compat.h | 2 +- index.html.in | 2 +- interactive.c | 2 +- portable_io.h | 2 +- select.c | 2 +- select.h | 2 +- string.c | 2 +- string.h | 2 +- user.c | 2 +- user.h | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/INSTALL b/INSTALL index ddf6859..5445edb 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ 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 diff --git a/adu.c b/adu.c index 7d133d6..37a0867 100644 --- a/adu.c +++ b/adu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/adu.ggo b/adu.ggo index f8c4a1f..643bbbf 100644 --- a/adu.ggo +++ b/adu.ggo @@ -1,4 +1,4 @@ -# Copyright (C) 2008 Andre Noll +# Copyright (C) 2008 Andre Noll # # Licensed under the GPL v2. For licencing details see COPYING. diff --git a/adu.h b/adu.h index 45dae6a..adba2c6 100644 --- a/adu.h +++ b/adu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/bloom.c b/bloom.c index ec12d51..a0e91d4 100644 --- a/bloom.c +++ b/bloom.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/bloom.h b/bloom.h index 9e71c6c..806dde4 100644 --- a/bloom.h +++ b/bloom.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/create.c b/create.c index 0394412..af5694c 100644 --- a/create.c +++ b/create.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/error.h b/error.h index b37ba78..010af45 100644 --- a/error.h +++ b/error.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/fd.c b/fd.c index a4d18a1..66b3cc0 100644 --- a/fd.c +++ b/fd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/fd.h b/fd.h index 32a3ad3..1089932 100644 --- a/fd.h +++ b/fd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/format.c b/format.c index 736cb7c..8b96830 100644 --- a/format.c +++ b/format.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/format.h b/format.h index b5ca1af..1e795c6 100644 --- a/format.h +++ b/format.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/gcc-compat.h b/gcc-compat.h index 5bfaa09..37a486b 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/index.html.in b/index.html.in index fdef4c0..c0857d8 100644 --- a/index.html.in +++ b/index.html.in @@ -105,7 +105,7 @@

André Noll, maan@systemlinux.org + href="mailto:maan@tuebingen.mpg.de">maan@tuebingen.mpg.de

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] diff --git a/interactive.c b/interactive.c index 7aef9e2..05830f1 100644 --- a/interactive.c +++ b/interactive.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/portable_io.h b/portable_io.h index e296bcb..b61456f 100644 --- a/portable_io.h +++ b/portable_io.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/select.c b/select.c index 15ad707..4e11e7f 100644 --- a/select.c +++ b/select.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/select.h b/select.h index 06ee034..0c9fe7c 100644 --- a/select.h +++ b/select.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/string.c b/string.c index 4775175..e5670f8 100644 --- a/string.c +++ b/string.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008 Andre Noll + * Copyright (C) 2004-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/string.h b/string.h index 256747a..d574fa2 100644 --- a/string.h +++ b/string.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/user.c b/user.c index 0ae4a6c..29dd58b 100644 --- a/user.c +++ b/user.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/user.h b/user.h index a6fbbf6..216b71a 100644 --- a/user.h +++ b/user.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ -- 2.30.2