mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Update copyright dates and fix history include
This commit is contained in:
parent
3aba89dce8
commit
50bebf3181
5 changed files with 12 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -27,4 +27,6 @@ Helping out
|
|||
===========
|
||||
|
||||
.. include:: ../README.rst
|
||||
:start-after: GitHub`_.
|
||||
:start-after: .. start contribute include
|
||||
:end-before: .. end contribute include
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue