diff options
author | 2020-07-08 17:22:37 -0700 | |
---|---|---|
committer | 2020-07-09 14:54:01 -0700 | |
commit | b734cfd607de2050b9c477d2ede4941bd549e51d (patch) | |
tree | a9fd8927d7222e9a3a66d60a11509addff78341d /tests/nop_node.c | |
parent | 4b9b2da7a79260746ac8698e441c69d004379e83 (diff) | |
parent | 9d7888cbf19c2930992844e69a097dc71e5a7354 (diff) |
Update dtc to 1.6.0
Upstream commit 9d7888cbf19c.
Bug: 160825200
Change-Id: I1f8c79f09190af4025b186166a25b745710f2871
Diffstat (limited to 'tests/nop_node.c')
-rw-r--r-- | tests/nop_node.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/nop_node.c b/tests/nop_node.c index c316444..ee972d2 100644 --- a/tests/nop_node.c +++ b/tests/nop_node.c @@ -1,21 +1,8 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later /* * libfdt - Flat Device Tree manipulation * Testcase for fdt_nop_node() * Copyright (C) 2006 David Gibson, IBM Corporation. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdlib.h> |