Skip to content

Commit 42032ce

Browse files
authored
Merge pull request #39 from saxbophone/josh/add-mpl-2.0-license
Added MPL-2.0 license to all source code files
2 parents 5bd8f5a + 5f4f310 commit 42032ce

File tree

17 files changed

+493
-17
lines changed

17 files changed

+493
-17
lines changed

LICENSE

Lines changed: 373 additions & 1 deletion
Large diffs are not rendered by default.

basest/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2016, 2018, Joshua Saxby <joshua.a.saxby@gmail.com>
4+
#
5+
# This Source Code Form is subject to the terms of the Mozilla Public
6+
# License, v. 2.0. If a copy of the MPL was not distributed with this
7+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
#
39
from __future__ import (
410
absolute_import, division, print_function, unicode_literals
511
)

basest/core/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2016, 2018, Joshua Saxby <joshua.a.saxby@gmail.com>
4+
#
5+
# This Source Code Form is subject to the terms of the Mozilla Public
6+
# License, v. 2.0. If a copy of the MPL was not distributed with this
7+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
#
39
from __future__ import (
410
absolute_import, division, print_function, unicode_literals
511
)

basest/core/best_ratio.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2016, 2018, Joshua Saxby <joshua.a.saxby@gmail.com>
4+
#
5+
# This Source Code Form is subject to the terms of the Mozilla Public
6+
# License, v. 2.0. If a copy of the MPL was not distributed with this
7+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
#
39
from __future__ import (
410
absolute_import, division, print_function, unicode_literals
511
)

basest/core/decode.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2016, 2018, Joshua Saxby <joshua.a.saxby@gmail.com>
4+
#
5+
# This Source Code Form is subject to the terms of the Mozilla Public
6+
# License, v. 2.0. If a copy of the MPL was not distributed with this
7+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
#
39
from __future__ import (
410
absolute_import, division, print_function, unicode_literals
511
)

basest/core/encode.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2016, 2018, Joshua Saxby <joshua.a.saxby@gmail.com>
4+
#
5+
# This Source Code Form is subject to the terms of the Mozilla Public
6+
# License, v. 2.0. If a copy of the MPL was not distributed with this
7+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
#
39
from __future__ import (
410
absolute_import, division, print_function, unicode_literals
511
)

basest/core/utils.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2016, 2018, Joshua Saxby <joshua.a.saxby@gmail.com>
4+
#
5+
# This Source Code Form is subject to the terms of the Mozilla Public
6+
# License, v. 2.0. If a copy of the MPL was not distributed with this
7+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
#
39
from __future__ import (
410
absolute_import, division, print_function, unicode_literals
511
)

basest/encoders/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2016, 2018, Joshua Saxby <joshua.a.saxby@gmail.com>
4+
#
5+
# This Source Code Form is subject to the terms of the Mozilla Public
6+
# License, v. 2.0. If a copy of the MPL was not distributed with this
7+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
#
39
from __future__ import (
410
absolute_import, division, print_function, unicode_literals
511
)

basest/encoders/encoder.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2016, 2018, Joshua Saxby <joshua.a.saxby@gmail.com>
4+
#
5+
# This Source Code Form is subject to the terms of the Mozilla Public
6+
# License, v. 2.0. If a copy of the MPL was not distributed with this
7+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
#
39
from __future__ import (
410
absolute_import, division, print_function, unicode_literals
511
)

basest/exceptions.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2016, 2018, Joshua Saxby <joshua.a.saxby@gmail.com>
4+
#
5+
# This Source Code Form is subject to the terms of the Mozilla Public
6+
# License, v. 2.0. If a copy of the MPL was not distributed with this
7+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
#
39
from __future__ import (
410
absolute_import, division, print_function, unicode_literals
511
)

0 commit comments

Comments
 (0)