diff --git a/LICENSE b/LICENSE index a759387..78c1d2e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013, S. Andrew Sheppard, http://wq.io/ +Copyright (c) 2013-2016, S. Andrew Sheppard, http://wq.io/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/setup.py b/setup.py index fc8667f..c7ed8da 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- """ - :copyright: Copyright 2013 by S. Andrew Sheppard + :copyright: Copyright 2013-2016 by S. Andrew Sheppard :contact: andrew@wq.io """ @@ -26,7 +26,7 @@ def long_description(): version='0.1.0', description='Django-powered GitHub (& Bitbucket) web hooks', long_description=long_description(), - author='S. Andrew Sheppard, Hugo Geoffroy', + author='S. Andrew Sheppard & Contributors', author_email='andrew@wq.io', packages = ['github_hook'], install_requires=['Django', 'djangorestframework'],