[U-Boot] [PATCH] cmd_io.c: Re-add Copyright/license section

24 Jul
2013
24 Jul
'13
3:04 p.m.
The SPDX license identifier commit ate the top of this file by accident, restore conents.
Signed-off-by: Tom Rini trini@ti.com --- common/cmd_io.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/common/cmd_io.c b/common/cmd_io.c index ceb0b89..eefac36 100644 --- a/common/cmd_io.c +++ b/common/cmd_io.c @@ -1,9 +1,7 @@ -gv[]) -{ - ulong addr, size, val; - - if (argc != 3) - return CMD_RET_USAGE;ntifier: GPL-2.0+ +/* + * Copyright (c) 2012 The Chromium OS Authors. + * + * SPDX-License-Identifier: GPL-2.0+ */
/*
--
1.7.9.5
4306
Age (days ago)
4306
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tom Rini