From 12a806be28b660cceb0081174f23e4b150f17b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Wed, 13 Mar 2019 16:53:23 +0200 Subject: [PATCH] Update author and licence information Add Jazzband as maintainer from 2016 onwards when the project started receiving contributions from Jazzband. Fixes #409 --- LICENSE | 4 +++- setup.py | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 632c21d..fe20c56 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,8 @@ The MIT License -Copyright (c) 2008 Josh VanderLinden, 2009 Philip Neustrom +Copyright (c) 2008 Josh VanderLinden +Copyright (c) 2009 Philip Neustrom +Copyright (c) 2016 Jazzband 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/setup.py b/setup.py index 350cc24..477ed47 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ setup( 'Camilo Nova', 'Aleksi Hakli', ]), - author_email='codekoala@gmail.com', maintainer='Jazzband', maintainer_email='security@jazzband.co', url='https://github.com/jazzband/django-axes',