diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2010-05-25 15:17:38 +0200 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-07-30 11:02:54 +0200 |
| commit | 430758cb6c263576ddcf3bcae27ed253df973daa (patch) | |
| tree | be9e8ea1e1211d951b4182d59dee3e6b7b8c6936 /eurephiadm/commands | |
| parent | f6aed3aee0c89d07bf7ad81d3c4599eb03c9b2f1 (diff) | |
| download | eurephia-430758cb6c263576ddcf3bcae27ed253df973daa.tar.gz eurephia-430758cb6c263576ddcf3bcae27ed253df973daa.tar.xz eurephia-430758cb6c263576ddcf3bcae27ed253df973daa.zip | |
Updated Copyright dates to include 2010
Diffstat (limited to 'eurephiadm/commands')
| -rw-r--r-- | eurephiadm/commands/adminaccess.c | 2 | ||||
| -rw-r--r-- | eurephiadm/commands/attempts.c | 2 | ||||
| -rw-r--r-- | eurephiadm/commands/blacklist.c | 2 | ||||
| -rw-r--r-- | eurephiadm/commands/certificates.c | 2 | ||||
| -rw-r--r-- | eurephiadm/commands/edit_config.c | 2 | ||||
| -rw-r--r-- | eurephiadm/commands/fwprofiles.c | 2 | ||||
| -rw-r--r-- | eurephiadm/commands/lastlog.c | 2 | ||||
| -rw-r--r-- | eurephiadm/commands/usercerts.c | 2 | ||||
| -rw-r--r-- | eurephiadm/commands/users.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/eurephiadm/commands/adminaccess.c b/eurephiadm/commands/adminaccess.c index 6aa4e9a..9fe664b 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 (eurephia_adminaccess table) * - * GPLv2 only - Copyright (C) 2009 + * GPLv2 only - Copyright (C) 2009 - 2010 * David Sommerseth <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or diff --git a/eurephiadm/commands/attempts.c b/eurephiadm/commands/attempts.c index 4d6ec5d..242d0f5 100644 --- a/eurephiadm/commands/attempts.c +++ b/eurephiadm/commands/attempts.c @@ -1,7 +1,7 @@ /* attempts.c -- eurephiadm attempts command: * Show/edit records registered in the attempts table * - * GPLv2 only - Copyright (C) 2009 + * GPLv2 only - Copyright (C) 2009 - 2010 * David Sommerseth <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or diff --git a/eurephiadm/commands/blacklist.c b/eurephiadm/commands/blacklist.c index 5235d60..69fed04 100644 --- a/eurephiadm/commands/blacklist.c +++ b/eurephiadm/commands/blacklist.c @@ -1,7 +1,7 @@ /* blacklist.c -- eurephiadm blacklist command: * Show/edit blacklist * - * GPLv2 only - Copyright (C) 2009 + * GPLv2 only - Copyright (C) 2009 - 2010 * 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 b348272..859da4f 100644 --- a/eurephiadm/commands/certificates.c +++ b/eurephiadm/commands/certificates.c @@ -1,7 +1,7 @@ /* certificates.c -- eurephiadm command: certs * Certificate management * - * GPLv2 only - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008 -2010 * 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 fcfbeeb..7b49235 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 only - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008 - 2010 * David Sommerseth <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or diff --git a/eurephiadm/commands/fwprofiles.c b/eurephiadm/commands/fwprofiles.c index e864dfc..b62ee08 100644 --- a/eurephiadm/commands/fwprofiles.c +++ b/eurephiadm/commands/fwprofiles.c @@ -1,7 +1,7 @@ /* fwprofiles.c -- eurephiadm fwprofiles command: * Manages firewall profiles * - * GPLv2 only - Copyright (C) 2009 + * GPLv2 only - Copyright (C) 2009 - 2010 * 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 f44c6f3..0648e1f 100644 --- a/eurephiadm/commands/lastlog.c +++ b/eurephiadm/commands/lastlog.c @@ -1,7 +1,7 @@ /* lastlog.c -- eurephiadm lastlog command: * Queries the lastlog table * - * GPLv2 only - Copyright (C) 2009 + * GPLv2 only - Copyright (C) 2009 - 2010 * 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 564c7fc..3ca8be5 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 only - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008 - 2010 * 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 8085b45..07051ba 100644 --- a/eurephiadm/commands/users.c +++ b/eurephiadm/commands/users.c @@ -1,6 +1,6 @@ /* users.c -- eurephiadm command - User Account Management * - * GPLv2 only - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008 - 2010 * David Sommerseth <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or |
