diff --git a/src/platform/python/mgba/arm.py b/src/platform/python/mgba/arm.py index 8692523d6..48878fc81 100644 --- a/src/platform/python/mgba/arm.py +++ b/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: diff --git a/src/platform/python/mgba/core.py b/src/platform/python/mgba/core.py index 57c8824fd..d031d8439 100644 --- a/src/platform/python/mgba/core.py +++ b/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): diff --git a/src/platform/python/mgba/gb.py b/src/platform/python/mgba/gb.py index 8184ad30e..8754a4476 100644 --- a/src/platform/python/mgba/gb.py +++ b/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: diff --git a/src/platform/python/mgba/gba.py b/src/platform/python/mgba/gba.py index 709e85b2d..9f8bd0a49 100644 --- a/src/platform/python/mgba/gba.py +++ b/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: diff --git a/src/platform/python/mgba/lr35902.py b/src/platform/python/mgba/lr35902.py index 8272e37a5..3766eeaf8 100644 --- a/src/platform/python/mgba/lr35902.py +++ b/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: