Clarify copyright status

This commit is contained in:
Mykola Grymalyuk
2021-03-22 12:51:33 -06:00
parent f5ba7816d9
commit 8fc015a108
8 changed files with 28 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
# Handle misc CLI menu options
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
from __future__ import print_function
import subprocess, sys, time, platform
+1
View File
@@ -1,5 +1,6 @@
# pylint: disable=multiple-statements
# Define Files
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
from __future__ import print_function
+1 -1
View File
@@ -1,5 +1,5 @@
# Lists all models and required patches
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
SupportedSMBIOS = [
# To be overwritten on program start
]
+1 -1
View File
@@ -1,8 +1,8 @@
# Framework for mounting and patching macOS root volume
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
# Missing Features:
# - Full System/Library Snapshotting (need to research how Apple achieves this)
# - Work-around battery throttling on laptops with no battery (IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Resources/)
# - csr-active-config parsing
# - Add kmutil error checking
from __future__ import print_function
+1 -1
View File
@@ -1,5 +1,5 @@
# Commands for building the EFI and SMBIOS
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
from __future__ import print_function
import binascii
+1
View File
@@ -1,3 +1,4 @@
# Copyright (C) 2020-2021, Dhinak G
from __future__ import print_function
import os