summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2012-10-08 02:14:48 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2012-10-08 02:18:14 +0200
commit859ec82577740e113ebf1f4ae2d89baafcf41075 (patch)
tree2bd239a771005408edd595e9bd9dee807fc4a8ce /common
parent17cdd3faf35880c11a3dd0c747a5b10f373f975d (diff)
downloadeurephia-859ec82577740e113ebf1f4ae2d89baafcf41075.tar.gz
eurephia-859ec82577740e113ebf1f4ae2d89baafcf41075.tar.xz
eurephia-859ec82577740e113ebf1f4ae2d89baafcf41075.zip
Updated copyright dates
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt2
-rw-r--r--common/certinfo.c2
-rw-r--r--common/certinfo.h2
-rw-r--r--common/eurephia_cfgfile.c2
-rw-r--r--common/eurephia_cfgfile.h2
-rw-r--r--common/eurephia_context.h2
-rw-r--r--common/eurephia_directions.h2
-rw-r--r--common/eurephia_driverapi.h2
-rw-r--r--common/eurephia_getsym.c2
-rw-r--r--common/eurephia_getsym.h2
-rw-r--r--common/eurephia_log.c2
-rw-r--r--common/eurephia_log.h2
-rw-r--r--common/eurephia_log_struct.h2
-rw-r--r--common/eurephia_nullsafe.c2
-rw-r--r--common/eurephia_nullsafe.h2
-rw-r--r--common/eurephia_values.c2
-rw-r--r--common/eurephia_values.h2
-rw-r--r--common/eurephia_values_struct.h2
-rw-r--r--common/eurephia_xml.c2
-rw-r--r--common/eurephia_xml.h2
-rw-r--r--common/eurephiadb_session_common.c2
-rw-r--r--common/eurephiadb_session_common.h2
-rw-r--r--common/eurephiadb_session_struct.h2
-rw-r--r--common/passwd.c2
-rw-r--r--common/passwd.h2
-rw-r--r--common/randstr.c2
-rw-r--r--common/randstr.h2
27 files changed, 27 insertions, 27 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 8048b0b..3a9ff45 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -1,6 +1,6 @@
# cmake rules for eurephia - common static library
#
-# GPLv2 only - Copyright (C) 2008 - 2010
+# GPLv2 only - Copyright (C) 2008 - 2012
# David Sommerseth <dazo@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or
diff --git a/common/certinfo.c b/common/certinfo.c
index baddc22..12a03fc 100644
--- a/common/certinfo.c
+++ b/common/certinfo.c
@@ -1,6 +1,6 @@
/* certinfo.c -- Functions to parse and process the X509 TLS id string
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/certinfo.h b/common/certinfo.h
index 2563fc9..91103d8 100644
--- a/common/certinfo.h
+++ b/common/certinfo.h
@@ -1,6 +1,6 @@
/* certinfo.h -- Structure used when parsing X509 identification string
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_cfgfile.c b/common/eurephia_cfgfile.c
index ac47ee7..2cefa95 100644
--- a/common/eurephia_cfgfile.c
+++ b/common/eurephia_cfgfile.c
@@ -2,7 +2,7 @@
*
* Simple generic ini-style config file parser
*
- * GPLv2 only - Copyright (C) 2011
+ * GPLv2 only - Copyright (C) 2011 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_cfgfile.h b/common/eurephia_cfgfile.h
index b7f38e3..9e23ce6 100644
--- a/common/eurephia_cfgfile.h
+++ b/common/eurephia_cfgfile.h
@@ -2,7 +2,7 @@
*
* Simple generic ini-style config file parser
*
- * GPLv2 only - Copyright (C) 2011
+ * GPLv2 only - Copyright (C) 2011 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_context.h b/common/eurephia_context.h
index 56b1ed7..845850b 100644
--- a/common/eurephia_context.h
+++ b/common/eurephia_context.h
@@ -1,6 +1,6 @@
/* eurephia_context.h -- eurephiaCTX definition
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_directions.h b/common/eurephia_directions.h
index e1c4551..94dd795 100644
--- a/common/eurephia_directions.h
+++ b/common/eurephia_directions.h
@@ -1,6 +1,6 @@
/* eurephia_directions.h -- Macro to decide the best search directon on dual-way pointer chains
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_driverapi.h b/common/eurephia_driverapi.h
index 8ae0a88..986978b 100644
--- a/common/eurephia_driverapi.h
+++ b/common/eurephia_driverapi.h
@@ -1,6 +1,6 @@
/* eurephia_driver.h
*
- * GPLv2 only - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_getsym.c b/common/eurephia_getsym.c
index 587254e..1b9a63e 100644
--- a/common/eurephia_getsym.c
+++ b/common/eurephia_getsym.c
@@ -1,6 +1,6 @@
/* eurephia_getsym.c -- Retrieves symbols from dlopened libraries
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_getsym.h b/common/eurephia_getsym.h
index f921646..8ca4bc3 100644
--- a/common/eurephia_getsym.h
+++ b/common/eurephia_getsym.h
@@ -1,6 +1,6 @@
/* eurephia_getsym.h -- Retrieves symbols from dlopened libraries
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_log.c b/common/eurephia_log.c
index 157b2d5..8063321 100644
--- a/common/eurephia_log.c
+++ b/common/eurephia_log.c
@@ -1,6 +1,6 @@
/* eurephia_log.c -- eurephia logging
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_log.h b/common/eurephia_log.h
index 594a9be..c29aa05 100644
--- a/common/eurephia_log.h
+++ b/common/eurephia_log.h
@@ -1,6 +1,6 @@
/* eurephia_log.h -- eurephia logging module
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_log_struct.h b/common/eurephia_log_struct.h
index 8790797..615016e 100644
--- a/common/eurephia_log_struct.h
+++ b/common/eurephia_log_struct.h
@@ -1,6 +1,6 @@
/* eurephia_log.h -- eurephia log struct definition
*
- * GPLv2 only - Copyright (C) 2009 - 2010
+ * GPLv2 only - Copyright (C) 2009 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_nullsafe.c b/common/eurephia_nullsafe.c
index d466ab8..e305838 100644
--- a/common/eurephia_nullsafe.c
+++ b/common/eurephia_nullsafe.c
@@ -3,7 +3,7 @@
* standard C string functions, which is made NULL safe by checking
* if input value is NULL before performing the action.
*
- * GPLv2 only - Copyright (C) 2009 - 2010
+ * GPLv2 only - Copyright (C) 2009 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_nullsafe.h b/common/eurephia_nullsafe.h
index 7a765df..167da38 100644
--- a/common/eurephia_nullsafe.h
+++ b/common/eurephia_nullsafe.h
@@ -3,7 +3,7 @@
* standard C string functions, which is made NULL safe by checking
* if input value is NULL before performing the action.
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_values.c b/common/eurephia_values.c
index 19fe05d..48002f7 100644
--- a/common/eurephia_values.c
+++ b/common/eurephia_values.c
@@ -1,6 +1,6 @@
/* eurephia_values.c -- Generic interface for processing key->value pairs
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_values.h b/common/eurephia_values.h
index a440258..1e7fc39 100644
--- a/common/eurephia_values.h
+++ b/common/eurephia_values.h
@@ -1,6 +1,6 @@
/* eurephia_values.h -- Generic interface for processing key->value pairs
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_values_struct.h b/common/eurephia_values_struct.h
index 94f21fe..9f9adc9 100644
--- a/common/eurephia_values_struct.h
+++ b/common/eurephia_values_struct.h
@@ -1,6 +1,6 @@
/* eurephia_values.h -- eurephiaVALUES struct typedef
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_xml.c b/common/eurephia_xml.c
index ae23552..c31cc5d 100644
--- a/common/eurephia_xml.c
+++ b/common/eurephia_xml.c
@@ -1,6 +1,6 @@
/* eurephia_xml.c -- Generic helper functions for XML parsing
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_xml.h b/common/eurephia_xml.h
index 0681b3d..36af3be 100644
--- a/common/eurephia_xml.h
+++ b/common/eurephia_xml.h
@@ -1,6 +1,6 @@
/* eurephia_xml.h -- Generic helper functions for XML parsing
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephiadb_session_common.c b/common/eurephiadb_session_common.c
index ba145cf..179a8fc 100644
--- a/common/eurephiadb_session_common.c
+++ b/common/eurephiadb_session_common.c
@@ -1,6 +1,6 @@
/* eurephiadb_session_common.c -- Common function for handling sessions
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephiadb_session_common.h b/common/eurephiadb_session_common.h
index d7a8384..38ea43a 100644
--- a/common/eurephiadb_session_common.h
+++ b/common/eurephiadb_session_common.h
@@ -1,6 +1,6 @@
/* eurephiadb_session_common.h -- Common function for handling sessions
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephiadb_session_struct.h b/common/eurephiadb_session_struct.h
index e849bb7..df1810c 100644
--- a/common/eurephiadb_session_struct.h
+++ b/common/eurephiadb_session_struct.h
@@ -1,6 +1,6 @@
/* eurephia_session.h -- eurephiaSESSION struct typedef
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/passwd.c b/common/passwd.c
index 91af77e..a797bc1 100644
--- a/common/passwd.c
+++ b/common/passwd.c
@@ -7,7 +7,7 @@
*
* http://people.redhat.com/drepper/sha-crypt.html
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/passwd.h b/common/passwd.h
index b7533ac..c0cca97 100644
--- a/common/passwd.h
+++ b/common/passwd.h
@@ -1,6 +1,6 @@
/* passwd.h -- Creates SHA512 hash from a clear text password
*
- * GPLv2 only - Copyright (C) 2008 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/randstr.c b/common/randstr.c
index 069623e..e3ebd99 100644
--- a/common/randstr.c
+++ b/common/randstr.c
@@ -1,6 +1,6 @@
/* randstr.c -- Functions for getting random data
*
- * GPLv2 only - Copyright (C) 2009 - 2010
+ * GPLv2 only - Copyright (C) 2009 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/randstr.h b/common/randstr.h
index 7ff86aa..d4344df 100644
--- a/common/randstr.h
+++ b/common/randstr.h
@@ -1,6 +1,6 @@
/* randstr.h -- Functions for getting random data
*
- * GPLv2 only - Copyright (C) 2009 - 2010
+ * GPLv2 only - Copyright (C) 2009 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or