diff options
author | Simon Glass <sjg@chromium.org> | 2018-05-16 00:48:16 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-06-07 11:25:03 -0800 |
commit | 4225a4e4a9c8a1528c2ce3fb024c47f8180ce11d (patch) | |
tree | d5e422bae8cd2cb193bcc14fe2bc0c5f0737b066 | |
parent | 3eceff642c01e03e055127c9cf21608faaff28ac (diff) |
patman: Fix unit tests for SPDX
The format of this line has changed. Update the patman test to suit.
Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Alex Kiernan <alex.kiernan@gmail.com>
-rw-r--r-- | tools/patman/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/test.py b/tools/patman/test.py index 343efc99bd..c7ba4e6bb4 100644 --- a/tools/patman/test.py +++ b/tools/patman/test.py @@ -148,7 +148,7 @@ index 0000000..2234c87 --- /dev/null +++ b/common/bootstage.c @@ -0,0 +1,37 @@ -+/* SPDX-License-Identifier: GPL-2.0+ */ ++// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (c) 2011, Google Inc. All rights reserved. + * |