summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2012-04-17 11:12:49 +0200
committerStef Walter <stef@thewalter.net>2012-04-17 11:12:49 +0200
commit2cd970c7719e9e9e4af685d3f8b6e6b4bdcc8929 (patch)
treedd92a26a1d29007f186a9a71bed657009cd7ab63 /common
parentc724920b9970582f400dbd09cd0aae6c1123d277 (diff)
Release version 0.4
Diffstat (limited to 'common')
-rw-r--r--common/compat.c5
-rw-r--r--common/compat.h5
-rw-r--r--common/config-parser.c4
-rw-r--r--common/config-parser.h4
-rw-r--r--common/usuals.h5
5 files changed, 10 insertions, 13 deletions
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__