diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | common/compat.c | 5 | ||||
-rw-r--r-- | common/compat.h | 5 | ||||
-rw-r--r-- | common/config-parser.c | 4 | ||||
-rw-r--r-- | common/config-parser.h | 4 | ||||
-rw-r--r-- | common/usuals.h | 5 | ||||
-rw-r--r-- | configure.in | 4 |
7 files changed, 13 insertions, 16 deletions
@@ -1 +1 @@ -Nate Nielsen <nielsen@memberwebs.com> +Stef Walter <stef@thewalter.net> diff --git a/common/compat.c b/common/compat.c index 50a2be7..490ccc7 100644 --- a/common/compat.c +++ b/common/compat.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, Nate Nielsen + * Copyright (c) 2004, Stef Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,8 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen <nielsen@memberwebs.com> - * + * Stef Walter <stef@thewalter.net> */ #include <sys/types.h> diff --git a/common/compat.h b/common/compat.h index 8aaef66..9e37c4e 100644 --- a/common/compat.h +++ b/common/compat.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, Nate Nielsen + * Copyright (c) 2004 Stefan Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,8 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen <nielsen@memberwebs.com> - * + * Stef Walter <stef@thewalter.net> */ #ifndef __COMPAT_H__ diff --git a/common/config-parser.c b/common/config-parser.c index c096104..a7bdddb 100644 --- a/common/config-parser.c +++ b/common/config-parser.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Nate Nielsen + * Copyright (c) 2005 Stefan Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen <nielsen@memberwebs.com> + * Stef Walter <stef@thewalter.net> */ #include "usuals.h" diff --git a/common/config-parser.h b/common/config-parser.h index 11949a2..46136ff 100644 --- a/common/config-parser.h +++ b/common/config-parser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Nate Nielsen + * Copyright (c) 2005 Stefan Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen <nielsen@memberwebs.com> + * Stef Walter <stef@thewalter.net> */ #ifndef __CONFIG_PARSER_H__ diff --git a/common/usuals.h b/common/usuals.h index 5fece3f..13ee31a 100644 --- a/common/usuals.h +++ b/common/usuals.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Nate Nielsen + * Copyright (c) 2005 Stefan Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,8 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen <nielsen@memberwebs.com> - * + * Stef Walter <stef@thewalter.net> */ #ifndef __USUALS_H__ diff --git a/configure.in b/configure.in index be5c368..3facecc 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(rrdui, 0.3, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(rrdui, 0.3) +AC_INIT(rrdui, 0.4, stef@thewalter.net) +AM_INIT_AUTOMAKE(rrdui, 0.4) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |