summaryrefslogtreecommitdiffstats
path: root/eurephiadm
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 /eurephiadm
parent74a1e62e59bd821f975c6e1cdebfb77c7b3a8ac4 (diff)
downloadeurephia-0712bce6f387121e37501ec323e3da89ce4300c3.tar.gz
eurephia-0712bce6f387121e37501ec323e3da89ce4300c3.tar.xz
eurephia-0712bce6f387121e37501ec323e3da89ce4300c3.zip
Made the licence explicit GPLv2 only
Diffstat (limited to 'eurephiadm')
-rw-r--r--eurephiadm/argparser.c2
-rw-r--r--eurephiadm/argparser.h2
-rw-r--r--eurephiadm/client_config.c2
-rw-r--r--eurephiadm/client_config.h2
-rw-r--r--eurephiadm/client_context.c2
-rw-r--r--eurephiadm/client_context.h2
-rw-r--r--eurephiadm/client_session.c2
-rw-r--r--eurephiadm/client_session.h2
-rw-r--r--eurephiadm/commands/adminaccess.c2
-rw-r--r--eurephiadm/commands/certificates.c2
-rw-r--r--eurephiadm/commands/edit_config.c2
-rw-r--r--eurephiadm/commands/lastlog.c2
-rw-r--r--eurephiadm/commands/usercerts.c2
-rw-r--r--eurephiadm/commands/users.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/eurephiadm/argparser.c b/eurephiadm/argparser.c
index 0e4f4c8..77de759 100644
--- a/eurephiadm/argparser.c
+++ b/eurephiadm/argparser.c
@@ -1,6 +1,6 @@
/* argparser.c -- Simple argument parser - inspired by getopt, but simpler
*
- * 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/eurephiadm/argparser.h b/eurephiadm/argparser.h
index edc1e51..ceef749 100644
--- a/eurephiadm/argparser.h
+++ b/eurephiadm/argparser.h
@@ -1,6 +1,6 @@
/* argparser.c -- Simple argument parser - inspired by getopt, but simpler
*
- * 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/eurephiadm/client_config.c b/eurephiadm/client_config.c
index 6a55053..bbbe420 100644
--- a/eurephiadm/client_config.c
+++ b/eurephiadm/client_config.c
@@ -1,6 +1,6 @@
/* client_config.c -- Handles reading and parsing of config files
*
- * 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/eurephiadm/client_config.h b/eurephiadm/client_config.h
index c1c2f82..abffe48 100644
--- a/eurephiadm/client_config.h
+++ b/eurephiadm/client_config.h
@@ -1,6 +1,6 @@
/* client_config.h -- Handles reading and parsing of config files
*
- * 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/eurephiadm/client_context.c b/eurephiadm/client_context.c
index eb07900..ebf4371 100644
--- a/eurephiadm/client_context.c
+++ b/eurephiadm/client_context.c
@@ -1,6 +1,6 @@
/* client_context.c -- Handles eurephia contexts used by admin interfaces
*
- * 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/eurephiadm/client_context.h b/eurephiadm/client_context.h
index 1a8e34b..ea804e5 100644
--- a/eurephiadm/client_context.h
+++ b/eurephiadm/client_context.h
@@ -1,6 +1,6 @@
/* client_context.h -- Handles eurephia contexts used by admin interfaces
*
- * 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/eurephiadm/client_session.c b/eurephiadm/client_session.c
index 9b4ff34..dd86cb8 100644
--- a/eurephiadm/client_session.c
+++ b/eurephiadm/client_session.c
@@ -1,6 +1,6 @@
/* client_session.c -- Handles eurephia session in admin clients
*
- * 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/eurephiadm/client_session.h b/eurephiadm/client_session.h
index ffb3acd..8eaf32a 100644
--- a/eurephiadm/client_session.h
+++ b/eurephiadm/client_session.h
@@ -1,6 +1,6 @@
/* client_session.h -- Handles eurephia session in admin clients
*
- * 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/eurephiadm/commands/adminaccess.c b/eurephiadm/commands/adminaccess.c
index a57892a..79c8a71 100644
--- a/eurephiadm/commands/adminaccess.c
+++ b/eurephiadm/commands/adminaccess.c
@@ -1,7 +1,7 @@
/* useraccess.c -- eurephiadm useraccess command:
* Management of user access levels (eurpehia_adminaccess table)
*
- * 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/eurephiadm/commands/certificates.c b/eurephiadm/commands/certificates.c
index b82c55e..7a8c747 100644
--- a/eurephiadm/commands/certificates.c
+++ b/eurephiadm/commands/certificates.c
@@ -1,7 +1,7 @@
/* certificates.c -- eurephiadm command: certs
* Certificate management
*
- * 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/eurephiadm/commands/edit_config.c b/eurephiadm/commands/edit_config.c
index ad8b892..b17175c 100644
--- a/eurephiadm/commands/edit_config.c
+++ b/eurephiadm/commands/edit_config.c
@@ -1,7 +1,7 @@
/* edit_config.c -- eurephiadm command:
* Sets, deletes or prints a config setting in the database
*
- * 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/eurephiadm/commands/lastlog.c b/eurephiadm/commands/lastlog.c
index fb0b8c6..9985cf1 100644
--- a/eurephiadm/commands/lastlog.c
+++ b/eurephiadm/commands/lastlog.c
@@ -1,7 +1,7 @@
/* usercerts.c -- eurephiadm lastlog command:
* Queries the lastlog table
*
- * 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/eurephiadm/commands/usercerts.c b/eurephiadm/commands/usercerts.c
index 013eefe..c886c3b 100644
--- a/eurephiadm/commands/usercerts.c
+++ b/eurephiadm/commands/usercerts.c
@@ -1,7 +1,7 @@
/* usercerts.c -- eurephiadm usercerts command:
* Management of user account <-> certificate links
*
- * 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/eurephiadm/commands/users.c b/eurephiadm/commands/users.c
index e6cbd94..54b4f06 100644
--- a/eurephiadm/commands/users.c
+++ b/eurephiadm/commands/users.c
@@ -1,6 +1,6 @@
/* users.c -- eurephiadm command - User Account Management
*
- * 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