summaryrefslogtreecommitdiff
path: root/ufdt_prop_dict.c
diff options
context:
space:
mode:
authorSzuWei Lin <szuweilin@google.com>2017-04-06 17:12:27 +0800
committerSzuWei Lin <szuweilin@google.com>2017-04-15 10:57:31 +0800
commit4f00eda9fa05364edd719b05b88e4445682eeee5 (patch)
tree0e251a77e189bdbf63b7b788617032503d671dd0 /ufdt_prop_dict.c
parent435687606727710e91e827daa8e9227d760b4a1c (diff)
downloadlibufdt-4f00eda9fa05364edd719b05b88e4445682eeee5.tar.gz
Add Apache2 module license
Bug: 36678371 Test: mmm system/libufdt, and success build Change-Id: I73059f5beca2242f8883fca86cb49d53d0f543b8 (cherry picked from commit 6ad4caae73191bdc2403185b6482969c17604c95)
Diffstat (limited to 'ufdt_prop_dict.c')
-rw-r--r--ufdt_prop_dict.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/ufdt_prop_dict.c b/ufdt_prop_dict.c
index 93bdfb3..2d412cd 100644
--- a/ufdt_prop_dict.c
+++ b/ufdt_prop_dict.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2016 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
#include "ufdt_prop_dict.h"
#include "libfdt.h"