mirror of https://github.com/mgba-emu/mgba.git
Python: Add license headers
This commit is contained in:
parent
f06d0c8a06
commit
511261b0ff
|
@ -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:
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue