Skip to content

Commit aca9d26

Browse files
committed
Revert license to BSD
1 parent 10f0525 commit aca9d26

19 files changed

+19
-19
lines changed

manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
# Copyright (c) Microsoft Corporation.
4-
# Licensed under the MIT license.
4+
# Licensed under the BSD license.
55

66
import os
77
import sys

mssql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation.
2-
# Licensed under the MIT license.
2+
# Licensed under the BSD license.
33

44
import mssql.functions # noqa

mssql/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Microsoft Corporation.
2-
# Licensed under the MIT license.
2+
# Licensed under the BSD license.
33

44
"""
55
MS SQL Server database backend for Django.

mssql/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Microsoft Corporation.
2-
# Licensed under the MIT license.
2+
# Licensed under the BSD license.
33

44
import re
55
import subprocess

mssql/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Microsoft Corporation.
2-
# Licensed under the MIT license.
2+
# Licensed under the BSD license.
33

44
import types
55
from itertools import chain

mssql/creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Microsoft Corporation.
2-
# Licensed under the MIT license.
2+
# Licensed under the BSD license.
33

44
import binascii
55
import os

mssql/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Microsoft Corporation.
2-
# Licensed under the MIT license.
2+
# Licensed under the BSD license.
33

44
from django.db.backends.base.features import BaseDatabaseFeatures
55
from django.utils.functional import cached_property

mssql/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Microsoft Corporation.
2-
# Licensed under the MIT license.
2+
# Licensed under the BSD license.
33

44
import json
55

mssql/introspection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Microsoft Corporation.
2-
# Licensed under the MIT license.
2+
# Licensed under the BSD license.
33

44
import pyodbc as Database
55

mssql/management/commands/install_regex_clr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Microsoft Corporation.
2-
# Licensed under the MIT license.
2+
# Licensed under the BSD license.
33

44
# Add regex support in SQLServer
55
# Code taken from django-mssql (see https://bitbucket.org/Manfre/django-mssql)

0 commit comments

Comments
 (0)