Update copyright dates and fix history include

This commit is contained in:
Joost Cassee 2016-01-16 23:38:01 +01:00
parent 3aba89dce8
commit 50bebf3181
5 changed files with 12 additions and 6 deletions

View file

@ -1,4 +1,4 @@
Copyright (C) 2011 Joost Cassee and others
Copyright (C) 2011-2016 Joost Cassee and others
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -112,12 +112,16 @@ welcome to use our `Gitter chat room`_.
How To Contribute
-----------------
.. start contribute include
If you want to help out with the development of django-analytical, by
posting detailed bug reports, proposing new features or other analytics
services to support, or suggesting documentation improvements, use the
`issue tracker`_. If you want to get your hands dirty, great! Clone
the repository, make changes and place a `pull request`_. Please do
create an issue to discuss your plans.
the repository, make changes and place a `pull request`_. Creating an
issue to discuss your plans is useful.
.. _`issue tracker`: https://github.com/jcassee/django-analytical/issues
.. _`pull request`: https://github.com/jcassee/django-analytical/pulls
.. end contribute include

View file

@ -11,5 +11,5 @@ Django_ project. See the ``docs`` directory for more information.
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
__version__ = "2.0.0"
__copyright__ = "Copyright (C) 2011-2015 Joost Cassee and others"
__copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others"
__license__ = "MIT License"

View file

@ -15,7 +15,7 @@ import analytical
# -- General configuration --------------------------------------------------
project = u'django-analytical'
copyright = u'2011, Joost Cassee <joost@cassee.net>'
copyright = u'2011-2016, Joost Cassee <joost@cassee.net>'
release = analytical.__version__
# The short X.Y version.

View file

@ -27,4 +27,6 @@ Helping out
===========
.. include:: ../README.rst
:start-after: GitHub`_.
:start-after: .. start contribute include
:end-before: .. end contribute include