summaryrefslogtreecommitdiff
path: root/tests/sized_cells.c
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2019-06-20 15:19:41 -0600
committerDavid Gibson <david@gibson.dropbear.id.au>2019-06-21 21:06:10 +1000
commitc4ffc05574b1d81ddb890747465c0768d76a2cd0 (patch)
tree0c8dfbe391a5ce94f1f2961718e0aa0b395d31ea /tests/sized_cells.c
parenta5ac29baacd2f362bb8f10d6e8c572fd50dc4cb8 (diff)
downloaddevice-tree-compiler-c4ffc05574b1d81ddb890747465c0768d76a2cd0.tar.gz
tests: Replace license boilerplate with SPDX tags
Replace instances in tests of mostly LGPL-2.1 license boilerplate with SPDX tags. Signed-off-by: Rob Herring <robh@kernel.org> Message-Id: <20190620211944.9378-5-robh@kernel.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/sized_cells.c')
-rw-r--r--tests/sized_cells.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/sized_cells.c b/tests/sized_cells.c
index 0b2b8dc..9ca5a59 100644
--- a/tests/sized_cells.c
+++ b/tests/sized_cells.c
@@ -1,22 +1,9 @@
+// SPDX-License-Identifier: LGPL-2.1-or-later
/*
* libfdt - Flat Device Tree manipulation
* Testcase for variable sized cells in dtc
* Copyright (C) 2006 David Gibson, IBM Corporation.
* Copyright (C) 2011 The Chromium Authors. All rights reserved.
- *
- * 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>
#include <stdio.h>