summaryrefslogtreecommitdiff
path: root/cmd/elf.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-29 11:03:34 -0500
committerTom Rini <trini@konsulko.com>2020-02-07 13:59:58 -0500
commit89789ebd7109c589329a49354e1ee02cb4b28cb3 (patch)
treeaae225c7295ae3657fea42a61978f3c8bb59256a /cmd/elf.c
parenta536de2b20d5344f869d43810ec6dafe3db0b7b9 (diff)
cmd/elf.c: Add SPDX tag
Based on reading the text of the license comment this appears to be the BSD-2-Clause license but with an imperfect word match as BSD-2-Clause was not (as far as I recall) a common license choice at the time the code was written. Cc: Wolfgang Denk <wd@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd/elf.c')
-rw-r--r--cmd/elf.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/cmd/elf.c b/cmd/elf.c
index ba06df06cf..036be5f443 100644
--- a/cmd/elf.c
+++ b/cmd/elf.c
@@ -1,16 +1,7 @@
+// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2001 William L. Pitts
* All rights reserved.
- *
- * Redistribution and use in source and binary forms are freely
- * permitted provided that the above copyright notice and this
- * paragraph and the following disclaimer are duplicated in all
- * such forms.
- *
- * This software is provided "AS IS" and without any express or
- * implied warranties, including, without limitation, the implied
- * warranties of merchantability and fitness for a particular
- * purpose.
*/
#include <common.h>