mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Update author and licence information
Add Jazzband as maintainer from 2016 onwards when the project started receiving contributions from Jazzband. Fixes #409
This commit is contained in:
parent
e24f0453bb
commit
12a806be28
2 changed files with 3 additions and 2 deletions
4
LICENSE
4
LICENSE
|
|
@ -1,6 +1,8 @@
|
||||||
The MIT License
|
The MIT License
|
||||||
|
|
||||||
Copyright (c) 2008 Josh VanderLinden, 2009 Philip Neustrom <philipn@gmail.com>
|
Copyright (c) 2008 Josh VanderLinden
|
||||||
|
Copyright (c) 2009 Philip Neustrom <philipn@gmail.com>
|
||||||
|
Copyright (c) 2016 Jazzband <security@jazzband.co>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
1
setup.py
1
setup.py
|
|
@ -21,7 +21,6 @@ setup(
|
||||||
'Camilo Nova',
|
'Camilo Nova',
|
||||||
'Aleksi Hakli',
|
'Aleksi Hakli',
|
||||||
]),
|
]),
|
||||||
author_email='codekoala@gmail.com',
|
|
||||||
maintainer='Jazzband',
|
maintainer='Jazzband',
|
||||||
maintainer_email='security@jazzband.co',
|
maintainer_email='security@jazzband.co',
|
||||||
url='https://github.com/jazzband/django-axes',
|
url='https://github.com/jazzband/django-axes',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue