Python: Add license headers

This commit is contained in:
Jeffrey Pfau 2016-10-14 16:47:09 -07:00
parent f06d0c8a06
commit 511261b0ff
5 changed files with 25 additions and 0 deletions

View File

@ -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:

View File

@ -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):

View File

@ -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:

View File

@ -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:

View File

@ -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: