~ed.so/duplicity/reuse-passphrase-for-signing-fix

« back to all changes in this revision

Viewing changes to testing/GnuPGInterfacetest.py

  • Committer: loafman
  • Date: 2009-04-01 15:07:45 UTC
  • Revision ID: vcs-imports@canonical.com-20090401150745-cogt0c6lcuvz1pk6
After email voting among known duplicity contributors,
the decision was reached to revert to the GPL Version 2
license, so with their consensus, duplicity is now under
GPL Version 2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#
8
8
# Duplicity is free software; you can redistribute it and/or modify it
9
9
# under the terms of the GNU General Public License as published by the
10
 
# Free Software Foundation; either version 3 of the License, or (at your
 
10
# Free Software Foundation; either version 2 of the License, or (at your
11
11
# option) any later version.
12
12
#
13
13
# Duplicity is distributed in the hope that it will be useful, but
54
54
 
55
55
__author__   = "Frank J. Tobin, ftobin@neverending.org"
56
56
__version__  = "0.2.2"
57
 
__revision__ = "$Id: GnuPGInterfacetest.py,v 1.8 2009/03/30 15:47:58 loafman Exp $"
 
57
__revision__ = "$Id: GnuPGInterfacetest.py,v 1.9 2009/04/01 15:07:46 loafman Exp $"
58
58
 
59
59
class BasicTest(unittest.TestCase):
60
60
    """an initializer superclass"""