From 188bc1b06879b7fcd56c599e20db0ac87a0da4e3 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 13 Aug 2014 12:14:20 +0200 Subject: [PATCH] Update URLs and email addresses. The project has been moved from systemlinux.org to people.tuebingen.mpg.de. This commit updates all links and email addresses. --- QUICK_START | 4 ++-- examples/hlt/hlt.c | 2 +- examples/osltar/osltar.c | 2 +- fsck.c | 4 ++-- hash.h | 2 +- log.h | 2 +- osl.c | 2 +- osl.h.in | 2 +- osl_core.h | 2 +- portable_io.h | 2 +- rbtree.c | 2 +- sha1.c | 2 +- util.c | 2 +- util.h | 2 +- web/index.html.in | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/QUICK_START b/QUICK_START index adc35ec..cbb55a1 100644 --- a/QUICK_START +++ b/QUICK_START @@ -147,8 +147,8 @@ The "examples" subdirectory of the source distribution contains the full code of the above example and another small program which illustrates the use of columns of type OSL_NO_STORAGE. Larger applications using libosl are paraslash, a network audio -streaming system, and adu +href="http://people.tuebingen.mpg.de/maan/paraslash/">paraslash, a network audio +streaming system, and adu , the advanced disk usage tool. */ diff --git a/examples/hlt/hlt.c b/examples/hlt/hlt.c index 77777ae..9771741 100644 --- a/examples/hlt/hlt.c +++ b/examples/hlt/hlt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andre Noll + * Copyright (C) 2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/examples/osltar/osltar.c b/examples/osltar/osltar.c index e93bb0a..d59909f 100644 --- a/examples/osltar/osltar.c +++ b/examples/osltar/osltar.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andre Noll + * Copyright (C) 2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/fsck.c b/fsck.c index 3ad043b..ce8f1dc 100644 --- a/fsck.c +++ b/fsck.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -23,7 +23,7 @@ "This is free software with ABSOLUTELY NO WARRANTY." \ " See COPYING for details.\n" \ "Written by Andre Noll.\n" \ - "Report bugs to .\n" + "Report bugs to .\n" /** print out \p VERSION_TEXT and exit if version flag was given */ #define HANDLE_VERSION_FLAG(_prefix, _args_info_struct) \ diff --git a/hash.h b/hash.h index 27b0601..4603fdf 100644 --- a/hash.h +++ b/hash.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/log.h b/log.h index 68adc32..2ef82a8 100644 --- a/log.h +++ b/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2009 Andre Noll + * Copyright (C) 1997-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/osl.c b/osl.c index 67160d2..0a2863d 100644 --- a/osl.c +++ b/osl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/osl.h.in b/osl.h.in index 26d02a4..90585bc 100644 --- a/osl.h.in +++ b/osl.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/osl_core.h b/osl_core.h index 1220a09..6046d8c 100644 --- a/osl_core.h +++ b/osl_core.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/portable_io.h b/portable_io.h index c2ed8af..3aa895d 100644 --- a/portable_io.h +++ b/portable_io.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/rbtree.c b/rbtree.c index ec8bdb1..2b87c8b 100644 --- a/rbtree.c +++ b/rbtree.c @@ -2,7 +2,7 @@ Red Black Trees (C) 1999 Andrea Arcangeli (C) 2002 David Woodhouse - (C) 2007 Andre Noll + (C) 2007 Andre Noll This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha1.c b/sha1.c index 304d7cd..9ab6214 100644 --- a/sha1.c +++ b/sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/util.c b/util.c index 572b7a5..32f3402 100644 --- a/util.c +++ b/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2009 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/util.h b/util.h index 70beae4..f892511 100644 --- a/util.h +++ b/util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2009 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ diff --git a/web/index.html.in b/web/index.html.in index 46a2bba..934a3ea 100644 --- a/web/index.html.in +++ b/web/index.html.in @@ -107,7 +107,7 @@

Andre Noll, maan@systemlinux.org + href="mailto:maan@tuebingen.mpg.de?subject=[osl]: ">maan@tuebingen.mpg.de

Comments and bug reports are welcome. Please provide enough info such as the version of osl you are using and relevant parts of the logs. Including the string [osl] in -- 2.39.2