From: Simon Glass Date: Mon, 22 Nov 2021 03:48:38 +0000 (-0700) Subject: patman: Update the list of modules X-Git-Tag: v2025.01-rc5-pxa1908~1564^2~15 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=fd520092b75084d5e30e6e436e0f6ce774e2c050;p=u-boot.git patman: Update the list of modules Update the __init__ file to include recently added files. Add a license header while we are here. Signed-off-by: Simon Glass --- diff --git a/tools/patman/__init__.py b/tools/patman/__init__.py index 7cbe5fa4b0..c9d3e35052 100644 --- a/tools/patman/__init__.py +++ b/tools/patman/__init__.py @@ -1,3 +1,6 @@ -__all__ = ['checkpatch', 'command', 'commit', 'cros_subprocess', - 'get_maintainer', 'gitutil', 'patchstream', 'project', - 'series', 'settings', 'terminal', 'test'] +# 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']