From 2b029d16e3f94928950d9b59dd4cb719462f23cb Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Wed, 4 Nov 2015 16:52:37 +0000 Subject: [PATCH] Use my new Intermediate Licence callsign, 2E0ICL. --- bin/pyqso | 2 +- docs/source/conf.py | 8 ++++---- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/pyqso b/bin/pyqso index 7de0e35..0929072 100755 --- a/bin/pyqso +++ b/bin/pyqso @@ -118,7 +118,7 @@ class PyQSO(Gtk.Window): about.set_transient_for(parent=self) about.set_program_name("PyQSO") about.set_version("0.3") - about.set_authors(["Christian T. Jacobs (M6RDG)"]) + about.set_authors(["Christian T. Jacobs (2E0ICL)"]) about.set_license("""This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or diff --git a/docs/source/conf.py b/docs/source/conf.py index 1492957..efa2d7d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,7 +51,7 @@ master_doc = 'index' # General information about the project. project = u'PyQSO' -copyright = u'2015, Christian T. Jacobs' +copyright = u'2015, Christian T. Jacobs (2E0ICL)' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -204,7 +204,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'PyQSO.tex', u'PyQSO Documentation', - u'Christian T. Jacobs', 'manual'), + u'Christian T. Jacobs (2E0ICL)', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -234,7 +234,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'pyqso', u'PyQSO Documentation', - [u'Christian T. Jacobs'], 1) + [u'Christian T. Jacobs (2E0ICL)'], 1) ] # If true, show URL addresses after external links. @@ -248,7 +248,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'PyQSO', u'PyQSO Documentation', - u'Christian T. Jacobs', 'PyQSO', 'A contact logging tool for amateur radio operators.', + u'Christian T. Jacobs (2E0ICL)', 'PyQSO', 'A contact logging tool for amateur radio operators.', 'Miscellaneous'), ] diff --git a/setup.py b/setup.py index e60d646..1964b33 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ from distutils.core import setup setup(name='PyQSO', version='0.3', description='A contact logging tool for amateur radio operators.', - author='Christian T. Jacobs', + author='Christian T. Jacobs (2E0ICL)', author_email='c.jacobs10@imperial.ac.uk', url='https://github.com/ctjacobs/pyqso', packages=['pyqso'],