Use my new Intermediate Licence callsign, 2E0ICL.

pull/41/head
Christian Jacobs 2015-11-04 16:52:37 +00:00
rodzic fc94c8d511
commit 2b029d16e3
3 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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'),
]

Wyświetl plik

@ -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'],