mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
fd520092b7
Update the __init__ file to include recently added files. Add a license header while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>
6 lines
314 B
Python
6 lines
314 B
Python
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
__all__ = ['checkpatch', 'command', 'commit', 'control', 'cros_subprocess',
|
|
'func_test', 'get_maintainer', 'gitutil', 'main', 'patchstream',
|
|
'project', 'series', 'setup', 'settings', 'terminal',
|
|
'test_checkpatch', 'test_util', 'tools', 'tout']
|