summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-03-26 00:15:04 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-03-26 00:15:04 +0100
commit74a1e62e59bd821f975c6e1cdebfb77c7b3a8ac4 (patch)
tree26a82d9f8008d446147176478ea79d74d5b7e0dd /common
parentdd6b7e31e9d0e38a15cb49b1a09036bf65531774 (diff)
downloadeurephia-74a1e62e59bd821f975c6e1cdebfb77c7b3a8ac4.tar.gz
eurephia-74a1e62e59bd821f975c6e1cdebfb77c7b3a8ac4.tar.xz
eurephia-74a1e62e59bd821f975c6e1cdebfb77c7b3a8ac4.zip
Cleaned up the code a little bit
Made sure we only include needed include files and checked that the copyright headers are equal and correct
Diffstat (limited to 'common')
-rw-r--r--common/certinfo.c3
-rw-r--r--common/certinfo.h3
-rw-r--r--common/eurephia_admin_struct.h3
-rw-r--r--common/eurephia_context.h3
-rw-r--r--common/eurephia_directions.h3
-rw-r--r--common/eurephia_getsym.c3
-rw-r--r--common/eurephia_getsym.h3
-rw-r--r--common/eurephia_log.c3
-rw-r--r--common/eurephia_log.h3
-rw-r--r--common/eurephia_nullsafe.h8
-rw-r--r--common/eurephia_values.c3
-rw-r--r--common/eurephia_values.h3
-rw-r--r--common/eurephia_values_struct.h3
-rw-r--r--common/eurephia_xml.c3
-rw-r--r--common/eurephia_xml.h3
-rw-r--r--common/eurephiadb_session_common.c3
-rw-r--r--common/eurephiadb_session_common.h3
-rw-r--r--common/eurephiadb_session_struct.h3
-rw-r--r--common/passwd.c4
-rw-r--r--common/passwd.h3
-rw-r--r--common/randstr.c3
-rw-r--r--common/randstr.h3
22 files changed, 46 insertions, 26 deletions
diff --git a/common/certinfo.c b/common/certinfo.c
index d3fccb2..94d9e4b 100644
--- a/common/certinfo.c
+++ b/common/certinfo.c
@@ -1,6 +1,7 @@
/* certinfo.c -- Functions to parse and process the X509 TLS id string
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/certinfo.h b/common/certinfo.h
index ca6f659..4b0f6cd 100644
--- a/common/certinfo.h
+++ b/common/certinfo.h
@@ -1,6 +1,7 @@
/* certinfo.h -- Structure used when parsing X509 identification string
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_admin_struct.h b/common/eurephia_admin_struct.h
index 0ecf0ee..ca1d2fe 100644
--- a/common/eurephia_admin_struct.h
+++ b/common/eurephia_admin_struct.h
@@ -1,6 +1,7 @@
/* eurephia_admin_struct.h -- Structs used by the admin applications
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_context.h b/common/eurephia_context.h
index 15db44e..b20e1e8 100644
--- a/common/eurephia_context.h
+++ b/common/eurephia_context.h
@@ -1,6 +1,7 @@
/* eurephia_context.h -- eurephiaCTX definition
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_directions.h b/common/eurephia_directions.h
index b410475..b42d4eb 100644
--- a/common/eurephia_directions.h
+++ b/common/eurephia_directions.h
@@ -1,6 +1,7 @@
/* eurephia_directions.h -- Macro to decide the best search directon on dual-way pointer chains
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_getsym.c b/common/eurephia_getsym.c
index 31ac05e..08f366f 100644
--- a/common/eurephia_getsym.c
+++ b/common/eurephia_getsym.c
@@ -1,6 +1,7 @@
/* eurephia_getsym.c -- Retrieves symbols from dlopened libraries
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_getsym.h b/common/eurephia_getsym.h
index 2f1fbb0..c47d996 100644
--- a/common/eurephia_getsym.h
+++ b/common/eurephia_getsym.h
@@ -1,6 +1,7 @@
/* eurephia_getsym.h -- Retrieves symbols from dlopened libraries
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_log.c b/common/eurephia_log.c
index 648e916..ff8a893 100644
--- a/common/eurephia_log.c
+++ b/common/eurephia_log.c
@@ -1,6 +1,7 @@
/* eurephia_log.c -- eurephia logging
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_log.h b/common/eurephia_log.h
index 1e03286..6a54f36 100644
--- a/common/eurephia_log.h
+++ b/common/eurephia_log.h
@@ -1,6 +1,7 @@
/* eurephia_log.h -- eurephia logging module
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_nullsafe.h b/common/eurephia_nullsafe.h
index 26b598c..3d095d9 100644
--- a/common/eurephia_nullsafe.h
+++ b/common/eurephia_nullsafe.h
@@ -1,10 +1,10 @@
/* eurephia_nullsafe.h
*
- * standard C string functions, which is made NULL safe by checking
- * if input value is NULL before performing the action.
+ * standard C string functions, which is made NULL safe by checking
+ * if input value is NULL before performing the action.
*
- *
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_values.c b/common/eurephia_values.c
index f281dc7..30ba78e 100644
--- a/common/eurephia_values.c
+++ b/common/eurephia_values.c
@@ -1,6 +1,7 @@
/* eurephia_values.c -- Generic interface for processing key->value pairs
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_values.h b/common/eurephia_values.h
index 04d16de..19b6773 100644
--- a/common/eurephia_values.h
+++ b/common/eurephia_values.h
@@ -1,6 +1,7 @@
/* eurephia_values.h -- Generic interface for processing key->value pairs
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_values_struct.h b/common/eurephia_values_struct.h
index 48512c3..553dbf8 100644
--- a/common/eurephia_values_struct.h
+++ b/common/eurephia_values_struct.h
@@ -1,6 +1,7 @@
/* eurephia_values.h -- eurephiaVALUES struct typedef
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_xml.c b/common/eurephia_xml.c
index 8167916..748b046 100644
--- a/common/eurephia_xml.c
+++ b/common/eurephia_xml.c
@@ -1,6 +1,7 @@
/* eurephia_xml.c -- Generic helper functions for XML parsing
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008, 2009
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephia_xml.h b/common/eurephia_xml.h
index e55f4e3..654c5f1 100644
--- a/common/eurephia_xml.h
+++ b/common/eurephia_xml.h
@@ -1,6 +1,7 @@
/* eurephia_xml.h -- Generic helper functions for XML parsing
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephiadb_session_common.c b/common/eurephiadb_session_common.c
index 76cd1c0..5c74786 100644
--- a/common/eurephiadb_session_common.c
+++ b/common/eurephiadb_session_common.c
@@ -1,6 +1,7 @@
/* eurephiadb_session_common.c -- Common function for handling sessions
*
- * GPLv2 - Copyright (C) 2008, 2009 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephiadb_session_common.h b/common/eurephiadb_session_common.h
index 53f7c26..6e5d2b8 100644
--- a/common/eurephiadb_session_common.h
+++ b/common/eurephiadb_session_common.h
@@ -1,6 +1,7 @@
/* eurephiadb_session_common.h -- Common function for handling sessions
*
- * GPLv2 - Copyright (C) 2008, 2009 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/eurephiadb_session_struct.h b/common/eurephiadb_session_struct.h
index cfee998..7e3f320 100644
--- a/common/eurephiadb_session_struct.h
+++ b/common/eurephiadb_session_struct.h
@@ -1,6 +1,7 @@
/* eurephia_session.h -- eurephiaSESSION struct typedef
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/passwd.c b/common/passwd.c
index 6c5eda2..4547566 100644
--- a/common/passwd.c
+++ b/common/passwd.c
@@ -7,8 +7,8 @@
*
* http://people.redhat.com/drepper/sha-crypt.html
*
- *
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008, 2009
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/passwd.h b/common/passwd.h
index 15ef70a..c0bc7e8 100644
--- a/common/passwd.h
+++ b/common/passwd.h
@@ -1,6 +1,7 @@
/* passwd.h -- Creates SHA512 hash from a clear text password
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008, 2009
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/randstr.c b/common/randstr.c
index 643e7c5..e867e51 100644
--- a/common/randstr.c
+++ b/common/randstr.c
@@ -1,6 +1,7 @@
/* randstr.c -- Functions for getting random data
*
- * GPLv2 - Copyright (C) 2009 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2009
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/common/randstr.h b/common/randstr.h
index d6e86a0..babcc61 100644
--- a/common/randstr.h
+++ b/common/randstr.h
@@ -1,6 +1,7 @@
/* randstr.h -- Functions for getting random data
*
- * GPLv2 - Copyright (C) 2009 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2009
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License