Skip to content

Commit

Permalink
Remove patent grant; relicense as just BSD. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 20, 2017
1 parent 18ad48f commit 56cbc25
Show file tree
Hide file tree
Showing 24 changed files with 23 additions and 78 deletions.
33 changes: 0 additions & 33 deletions PATENTS

This file was deleted.

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ See `the full documentation`_ for details.
LICENSE
-------

MonkeyType is BSD licensed. We also provide an additional patent grant.
MonkeyType is BSD licensed.
3 changes: 1 addition & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
# -*- coding: utf-8 -*-
#
# MonkeyType documentation build configuration file, created by
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
from typing import (
ContextManager,
Optional,
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import argparse
import importlib
import inspect
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import os
import sys
import sysconfig
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/db/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
from abc import (
ABCMeta,
abstractmethod,
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/db/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import datetime
import logging
import sqlite3
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import json

# _Any and _Union aren't visible from stubs
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.


class MonkeyTypeError(Exception):
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import asyncio
import collections
import enum
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import inspect
import logging
import opcode
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import inspect
import re
import sys
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/typing.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.

# The shrink_types and get_type functions construct new types at runtime. Mypy
# cannot currently type these functions, so the type signatures live here.
Expand Down
3 changes: 1 addition & 2 deletions monkeytype/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import importlib
import inspect
import types
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.

import os
from setuptools import setup, find_packages
Expand Down
3 changes: 1 addition & 2 deletions tests/db/test_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import pytest
import sqlite3

Expand Down
3 changes: 1 addition & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import io
import os
import pytest
Expand Down
3 changes: 1 addition & 2 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import _frozen_importlib
import sysconfig

Expand Down
3 changes: 1 addition & 2 deletions tests/test_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
from typing import (
Any,
Dict,
Expand Down
3 changes: 1 addition & 2 deletions tests/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import inspect
from types import FrameType
from typing import (
Expand Down
3 changes: 1 addition & 2 deletions tests/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
from typing import (
Any,
Callable,
Expand Down
3 changes: 1 addition & 2 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import pytest

from monkeytype.exceptions import (
Expand Down
3 changes: 1 addition & 2 deletions tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
# LICENSE file in the root directory of this source tree.
import inspect
import os
from types import FrameType
Expand Down

0 comments on commit 56cbc25

Please sign in to comment.