Skip to content

Commit dda1038

Browse files
committed
Adopt package into Torchbox
1 parent 3072fd8 commit dda1038

File tree

5 files changed

+27
-41
lines changed

5 files changed

+27
-41
lines changed

CONTRIBUTORS.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

LICENSE

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
BSD 2-Clause License
2-
3-
Copyright (c) 2018, Tomasz Knapik
1+
Copyright (c) Torchbox and individual contributors.
42
All rights reserved.
53

6-
Redistribution and use in source and binary forms, with or without
7-
modification, are permitted provided that the following conditions are met:
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice,
8+
this list of conditions and the following disclaimer.
89

9-
* Redistributions of source code must retain the above copyright notice, this
10-
list of conditions and the following disclaimer.
10+
2. Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in the
12+
documentation and/or other materials provided with the distribution.
1113

12-
* Redistributions in binary form must reproduce the above copyright notice,
13-
this list of conditions and the following disclaimer in the documentation
14-
and/or other materials provided with the distribution.
14+
3. Neither the name of the copyright holder nor the names of its
15+
contributors may be used to endorse or promote products derived from
16+
this software without specific prior written permission.
1517

16-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
20-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
22+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
25+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
django-basic-auth-ip-whitelist
22
==============================
33

4-
.. image:: https://github.com/tm-kn/django-basic-auth-ip-whitelist/actions/workflows/test.yml/badge.svg
4+
.. image:: https://github.com/torchbox/django-basic-auth-ip-whitelist/actions/workflows/test.yml/badge.svg
55
:alt: GitHub actions CI status
6-
:target: https://github.com/tm-kn/django-basic-auth-ip-whitelist/actions/
6+
:target: https://github.com/torchbox/django-basic-auth-ip-whitelist/actions/
77
.. image:: https://img.shields.io/pypi/v/django-basic-auth-ip-whitelist.svg
88
:target: https://pypi.org/project/django-basic-auth-ip-whitelist/
99
.. image:: https://img.shields.io/pypi/dm/django-basic-auth-ip-whitelist.svg

SECURITY.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = attr: baipw.__version__
44
description = Hide your Django site behind basic authentication mechanism with IP whitelisting support.
55
long-description = file: README.rst
66
long-description-content-type = text/x-rst
7-
author = Tomasz Knapik
8-
author_email = tomasz@knapik.net
9-
url = https://github.com/tm-kn/django-basic-auth-ip-whitelist
7+
author = Torchbox
8+
author_email = hello@torchbox.com
9+
url = https://github.com/torchbox/django-basic-auth-ip-whitelist
1010
license = BSD 2-Clause License
1111
classifiers =
1212
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)