Skip to content

Commit

Permalink
Documentation copyright now links to contributors
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed May 21, 2015
1 parent 21f2191 commit c950af3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# pywws - Python software for USB Wireless Weather Stations
# http://github.com/jim-easterbrook/pywws
# Copyright (C) 2008-15 Jim Easterbrook jim@jim-easterbrook.me.uk
# Copyright (C) 2008-15 pywws contributors

# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down Expand Up @@ -86,7 +86,7 @@ def __getattr__(self, name):

# General information about the project.
project = u'pywws'
copyright = u'2008-15, Jim Easterbrook'
copyright = u'2008-15, pywws contributors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
pywws Contributors
==================

.. literalinclude:: ../../contributors/contributors.txt
The copywright to pywws and its documentation is jointly held by the following contributors.

.. literalinclude:: ../contributors/contributors.txt
4 changes: 2 additions & 2 deletions src/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Contents
:maxdepth: 2

Licence <essentials/LICENCE>
pywws Contributors <essentials/contributors>
pywws Contributors <copyright>
Dependencies <essentials/dependencies>
Change log <essentials/CHANGELOG>
User guides <guides/index>
Expand All @@ -90,7 +90,7 @@ Legalese

| pywws - Python software for USB Wireless WeatherStations.
| http://github.com/jim-easterbrook/pywws
| Copyright (C) 2008-15 :doc:`pywws contributors <essentials/contributors>`
| Copyright (C) 2008-15 :doc:`pywws contributors <copyright>`
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 2 of the License, or (at your option) any later version.

Expand Down
6 changes: 3 additions & 3 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '15.05.0.dev1295'
_release = '1295'
_commit = '43f4889'
__version__ = '15.05.0.dev1296'
_release = '1296'
_commit = '21f2191'

0 comments on commit c950af3

Please sign in to comment.