From 50bebf3181ab1496aee6dfe6267afe3d8c465c32 Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Sat, 16 Jan 2016 23:38:01 +0100 Subject: [PATCH] Update copyright dates and fix history include --- LICENSE.txt | 2 +- README.rst | 8 ++++++-- analytical/__init__.py | 2 +- docs/conf.py | 2 +- docs/history.rst | 4 +++- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 76bd648..5a77e87 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/README.rst b/README.rst index 705c42e..910c8e9 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/analytical/__init__.py b/analytical/__init__.py index 0405f56..f3a35e8 100644 --- a/analytical/__init__.py +++ b/analytical/__init__.py @@ -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" diff --git a/docs/conf.py b/docs/conf.py index f249b24..e7dc08f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ import analytical # -- General configuration -------------------------------------------------- project = u'django-analytical' -copyright = u'2011, Joost Cassee ' +copyright = u'2011-2016, Joost Cassee ' release = analytical.__version__ # The short X.Y version. diff --git a/docs/history.rst b/docs/history.rst index 2ed7038..81313a0 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -27,4 +27,6 @@ Helping out =========== .. include:: ../README.rst - :start-after: GitHub`_. + :start-after: .. start contribute include + :end-before: .. end contribute include +