summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-03-26 00:35:09 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-03-26 00:35:09 +0100
commit0712bce6f387121e37501ec323e3da89ce4300c3 (patch)
treee477c4c4834ee2afec1d38096cb4b1c710889ce8 /common
parent74a1e62e59bd821f975c6e1cdebfb77c7b3a8ac4 (diff)
downloadeurephia-0712bce6f387121e37501ec323e3da89ce4300c3.tar.gz
eurephia-0712bce6f387121e37501ec323e3da89ce4300c3.tar.xz
eurephia-0712bce6f387121e37501ec323e3da89ce4300c3.zip
Made the licence explicit GPLv2 only
Diffstat (limited to 'common')
-rw-r--r--common/certinfo.c2
-rw-r--r--common/certinfo.h2
-rw-r--r--common/eurephia_admin_struct.h2
-rw-r--r--common/eurephia_context.h2
-rw-r--r--common/eurephia_directions.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_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
22 files changed, 22 insertions, 22 deletions
diff --git a/common/certinfo.c b/common/certinfo.c
index 94d9e4b..0691a7a 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 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 4b0f6cd..4f097b8 100644
--- a/common/certinfo.h
+++ b/common/certinfo.h
@@ -1,6 +1,6 @@
/* certinfo.h -- Structure used when parsing X509 identification string
*
- * GPLv2 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/common/eurephia_admin_struct.h b/common/eurephia_admin_struct.h
index ca1d2fe..7d7c591 100644
--- a/common/eurephia_admin_struct.h
+++ b/common/eurephia_admin_struct.h
@@ -1,6 +1,6 @@
/* eurephia_admin_struct.h -- Structs used by the admin applications
*
- * GPLv2 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 b20e1e8..e2bc2ce 100644
--- a/common/eurephia_context.h
+++ b/common/eurephia_context.h
@@ -1,6 +1,6 @@
/* eurephia_context.h -- eurephiaCTX definition
*
- * GPLv2 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 b42d4eb..5eccf46 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 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 08f366f..f4a8b9d 100644
--- a/common/eurephia_getsym.c
+++ b/common/eurephia_getsym.c
@@ -1,6 +1,6 @@
/* eurephia_getsym.c -- Retrieves symbols from dlopened libraries
*
- * GPLv2 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 c47d996..ed16dcc 100644
--- a/common/eurephia_getsym.h
+++ b/common/eurephia_getsym.h
@@ -1,6 +1,6 @@
/* eurephia_getsym.h -- Retrieves symbols from dlopened libraries
*
- * GPLv2 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 ff8a893..8eea829 100644
--- a/common/eurephia_log.c
+++ b/common/eurephia_log.c
@@ -1,6 +1,6 @@
/* eurephia_log.c -- eurephia logging
*
- * GPLv2 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 6a54f36..647c557 100644
--- a/common/eurephia_log.h
+++ b/common/eurephia_log.h
@@ -1,6 +1,6 @@
/* eurephia_log.h -- eurephia logging module
*
- * GPLv2 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 3d095d9..531d6f2 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 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 30ba78e..7f5d22c 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 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 19b6773..a44312f 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 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 553dbf8..37e709e 100644
--- a/common/eurephia_values_struct.h
+++ b/common/eurephia_values_struct.h
@@ -1,6 +1,6 @@
/* eurephia_values.h -- eurephiaVALUES struct typedef
*
- * GPLv2 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 748b046..7e6baf8 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 - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008, 2009
* 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 654c5f1..26cbd33 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 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 5c74786..abcd75a 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 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 6e5d2b8..035e313 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 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 7e3f320..8cd9657 100644
--- a/common/eurephiadb_session_struct.h
+++ b/common/eurephiadb_session_struct.h
@@ -1,6 +1,6 @@
/* eurephia_session.h -- eurephiaSESSION struct typedef
*
- * GPLv2 - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008
* 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 4547566..1fb14de 100644
--- a/common/passwd.c
+++ b/common/passwd.c
@@ -7,7 +7,7 @@
*
* http://people.redhat.com/drepper/sha-crypt.html
*
- * GPLv2 - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008, 2009
* 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 c0bc7e8..ba4a39d 100644
--- a/common/passwd.h
+++ b/common/passwd.h
@@ -1,6 +1,6 @@
/* passwd.h -- Creates SHA512 hash from a clear text password
*
- * GPLv2 - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008, 2009
* 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 e867e51..bb4fc1c 100644
--- a/common/randstr.c
+++ b/common/randstr.c
@@ -1,6 +1,6 @@
/* randstr.c -- Functions for getting random data
*
- * GPLv2 - Copyright (C) 2009
+ * GPLv2 only - Copyright (C) 2009
* 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 babcc61..f8bfcd4 100644
--- a/common/randstr.h
+++ b/common/randstr.h
@@ -1,6 +1,6 @@
/* randstr.h -- Functions for getting random data
*
- * GPLv2 - Copyright (C) 2009
+ * GPLv2 only - Copyright (C) 2009
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or