Python: Add license headers
Jeffrey Pfau jeffrey@endrift.com
Fri, 14 Oct 2016 16:47:09 -0700
5 files changed,
25 insertions(+),
0 deletions(-)
M
src/platform/python/mgba/arm.py
→
src/platform/python/mgba/arm.py
@@ -1,3 +1,8 @@
+# Copyright (c) 2013-2016 Jeffrey Pfau +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. from _pylib import ffi, lib class _ARMRegisters:
M
src/platform/python/mgba/core.py
→
src/platform/python/mgba/core.py
@@ -1,3 +1,8 @@
+# Copyright (c) 2013-2016 Jeffrey Pfau +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. from _pylib import ffi, lib def find(path):
M
src/platform/python/mgba/gb.py
→
src/platform/python/mgba/gb.py
@@ -1,3 +1,8 @@
+# Copyright (c) 2013-2016 Jeffrey Pfau +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. from _pylib import ffi, lib class GB:
M
src/platform/python/mgba/gba.py
→
src/platform/python/mgba/gba.py
@@ -1,3 +1,8 @@
+# Copyright (c) 2013-2016 Jeffrey Pfau +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. from _pylib import ffi, lib class GBA:
M
src/platform/python/mgba/lr35902.py
→
src/platform/python/mgba/lr35902.py
@@ -1,3 +1,8 @@
+# Copyright (c) 2013-2016 Jeffrey Pfau +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. from _pylib import ffi, lib class LR35902Core: