Skip to content

Commit 55f853a

Browse files
committed
Merge branch 'azure-1.11' into azure-2.0
2 parents 0ebbe39 + 95f4aae commit 55f853a

File tree

2 files changed

+26
-39
lines changed

2 files changed

+26
-39
lines changed

LICENSE

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
1-
Copyright (c) 2015 django-pyodbc-azure developers (see README).
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2018, Michiya Takahashi
24
All rights reserved.
35

4-
Redistribution and use in source and binary forms, with or without modification,
5-
are permitted provided that the following conditions are met:
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
68

7-
1. Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
911

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.
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.
1315

14-
3. Neither the name of django-pyodbc-azure nor the names of its contributors
15-
may be used to endorse or promote products derived from this software
16-
without specific prior written permission.
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
1719

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

README.rst

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ django-pyodbc-azure
88
:target: http://opensource.org/licenses/BSD-3-Clause
99

1010
*django-pyodbc-azure* is a modern fork of
11-
`django-pyodbc <https://github.com/avidal/django-pyodbc>`__, a
12-
`Django <http://djangoproject.com/>`__ Microsoft SQL Server external
11+
`django-pyodbc <https://code.google.com/archive/p/django-pyodbc/>`__, a
12+
`Django <https://www.djangoproject.com/>`__ Microsoft SQL Server external
1313
DB backend that uses ODBC by employing the
14-
`pyodbc <https://code.google.com/p/pyodbc/>`__ library. It supports
14+
`pyodbc <https://github.com/mkleehammer/pyodbc>`__ library. It supports
1515
Microsoft SQL Server and Azure SQL Database.
1616

1717
Features
@@ -233,18 +233,3 @@ specify an appropriate version number (1.11.x.x for Django 1.11)
233233
at installation like this: ::
234234

235235
pip install "django-pyodbc-azure<2.0"
236-
237-
License
238-
-------
239-
240-
New BSD LICENSE
241-
242-
Credits
243-
-------
244-
245-
- `Ramiro Morales <https://people.djangoproject.com/ramiro/>`__
246-
- `Filip Wasilewski <http://code.djangoproject.com/ticket/5246>`__
247-
- `Wei guangjing <https://people.djangoproject.com/vcc/>`__
248-
- `mamcx <http://code.djangoproject.com/ticket/5062>`__
249-
- `Alex Vidal <http://github.com/avidal/>`__
250-
- `Michiya Takahashi <http://github.com/michiya/>`__

0 commit comments

Comments
 (0)