diff options
Diffstat (limited to 'lib/fdtdec_test.c')
-rw-r--r-- | lib/fdtdec_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fdtdec_test.c b/lib/fdtdec_test.c index c51ffd7ecf..a82e27de94 100644 --- a/lib/fdtdec_test.c +++ b/lib/fdtdec_test.c @@ -1,9 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Some very basic tests for fdtdec, accessed through test_fdtdec command. * They are easiest to use with sandbox. * * Copyright (c) 2011 The Chromium OS Authors. - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |