mirror of
https://github.com/ihaveamac/custom-install.git
synced 2026-01-21 22:15:59 +00:00
11 lines
331 B
Python
11 lines
331 B
Python
# This file is a part of custom-install.
|
|
#
|
|
# Copyright (c) 2019 Ian Burgwin
|
|
# This file is licensed under The MIT License (MIT).
|
|
# You can find the full license text in LICENSE.md in the root of this project.
|
|
|
|
__author__ = 'ihaveahax'
|
|
__copyright__ = 'Copyright (c) 2019 Ian Burgwin'
|
|
__license__ = 'MIT'
|
|
__version__ = '2.1'
|