all repos — mgba @ 511261b0ffbac7af94d5c33c17f255b74003da5c

mGBA Game Boy Advance Emulator

Python: Add license headers
Jeffrey Pfau jeffrey@endrift.com
Fri, 14 Oct 2016 16:47:09 -0700
commit

511261b0ffbac7af94d5c33c17f255b74003da5c

parent

f06d0c8a06af25ea836735231803888e84d1b84c

M src/platform/python/mgba/arm.pysrc/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.pysrc/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.pysrc/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.pysrc/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.pysrc/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: