commit: 4aac84d4a8e95d1cac079036a61c2f61df4a7608
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 29 06:55:37 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 15:51:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=4aac84d4
gkeys: Update copyrights, Add Pavlos to several files
gkeys/gkeys/actions.py | 3 ++-
gkeys/gkeys/base.py | 2 +-
gkeys/gkeys/checks.py | 3 ++-
gkeys/gkeys/cli.py | 2 +-
gkeys/gkeys/lib.py | 7 ++++---
gkeys/gkeys/seed.py | 8 +++++---
gkeys/gkeys/seedhandler.py | 3 ++-
7 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index a4081c9..e24d24d 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -6,7 +6,8 @@
Primary api interface module
- @copyright: 2012 by Brian Dolbec <[email protected]>
+ @copyright: 2012-2015 by Brian Dolbec <[email protected]>
+ @copyright: 2014-2015 by Pavlos Ratis <[email protected]>
@license: GNU GPL2, see COPYING for details.
"""
diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index 7253b7b..4cee27d 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -7,7 +7,7 @@
Command line interface argsparse options module
and common functions
- @copyright: 2012 by Brian Dolbec <[email protected]>
+ @copyright: 2012-2015 by Brian Dolbec <[email protected]>
@license: GNU GPL2, see COPYING for details.
"""
diff --git a/gkeys/gkeys/checks.py b/gkeys/gkeys/checks.py
index 7e40720..7610d70 100644
--- a/gkeys/gkeys/checks.py
+++ b/gkeys/gkeys/checks.py
@@ -5,7 +5,8 @@
Gentoo-Keys - gkeygen/checks.py
Primary key checks module
- @copyright: 2014 by Brian Dolbec <[email protected]>
+ @copyright: 2014-2015 by Brian Dolbec <[email protected]>
+ @copyright: 2014-2015 by Pavlos Ratis <[email protected]>
@license: GNU GPL2, see COPYING for details
"""
diff --git a/gkeys/gkeys/cli.py b/gkeys/gkeys/cli.py
index 194afd2..532c03e 100644
--- a/gkeys/gkeys/cli.py
+++ b/gkeys/gkeys/cli.py
@@ -6,7 +6,7 @@
Command line interface module
- @copyright: 2012 by Brian Dolbec <[email protected]>
+ @copyright: 2012-2015 by Brian Dolbec <[email protected]>
@license: GNU GPL2, see COPYING for details.
"""
diff --git a/gkeys/gkeys/lib.py b/gkeys/gkeys/lib.py
index 96a57f2..528464b 100644
--- a/gkeys/gkeys/lib.py
+++ b/gkeys/gkeys/lib.py
@@ -8,11 +8,12 @@ with gentoo-keys specific convienience functions.
Distributed under the terms of the GNU General Public License v2
Copyright:
- (c) 2011 Brian Dolbec
- Distributed under the terms of the GNU General Public License v2
+ @copyright: 2011-2015 by Brian Dolbec <[email protected]>
+ @copyright: 2014-2015 by Pavlos Ratis <[email protected]>
+ Distributed under the terms of the GNU General Public License v2
Author(s):
- Brian Dolbec <[email protected]>
+ Brian Dolbec <[email protected]>
'''
diff --git a/gkeys/gkeys/seed.py b/gkeys/gkeys/seed.py
index 01ca5a5..f1bf7db 100644
--- a/gkeys/gkeys/seed.py
+++ b/gkeys/gkeys/seed.py
@@ -8,11 +8,13 @@ with gentoo-keys specific convienience functions.
Distributed under the terms of the GNU General Public License v2
Copyright:
- (c) 2011 Brian Dolbec
- Distributed under the terms of the GNU General Public License v2
+ @copyright: 2011-2015 by Brian Dolbec <[email protected]>
+ @copyright: 2014-2015 by Pavlos Ratis <[email protected]>
+ Distributed under the terms of the GNU General Public License v2
Author(s):
- Brian Dolbec <[email protected]>
+ Brian Dolbec <[email protected]>
+ Pavlos Ratis <[email protected]>
'''
diff --git a/gkeys/gkeys/seedhandler.py b/gkeys/gkeys/seedhandler.py
index 01abf78..3e51bb2 100644
--- a/gkeys/gkeys/seedhandler.py
+++ b/gkeys/gkeys/seedhandler.py
@@ -6,7 +6,8 @@
Seed handling interface module
- @copyright: 2012 by Brian Dolbec <[email protected]>
+ @copyright: 2012-2015 by Brian Dolbec <[email protected]>
+ @copyright: 2014-2015 by Pavlos Ratis <[email protected]>
@license: GNU GPL2, see COPYING for details.
"""