summaryrefslogtreecommitdiff
path: root/utils/src
diff options
context:
space:
mode:
authorSzuWei Lin <szuweilin@google.com>2017-04-15 12:33:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-15 12:33:52 +0000
commit970c197eaabc4d864f8185274d6e7a03be5b07aa (patch)
treee70a585894c08d25e53c0b24b7aea19936a514c4 /utils/src
parent498009a57866199fc3380f1951378a325d4e0388 (diff)
parent77df91cf7a8ad38f0564fc0bc5fdff87a7beb8b9 (diff)
downloadlibufdt-970c197eaabc4d864f8185274d6e7a03be5b07aa.tar.gz
Add Apache2 module license am: 4f00eda9fa
am: 77df91cf7a Change-Id: Id051ba2dda1978ea6cf4d80f93e12da986a8cfce
Diffstat (limited to 'utils/src')
-rw-r--r--utils/src/Android.mk14
-rw-r--r--utils/src/dt_table.c16
-rw-r--r--utils/src/dt_table.h16
-rw-r--r--utils/src/mkdtimg.c16
-rw-r--r--utils/src/mkdtimg_cfg_create.c16
-rw-r--r--utils/src/mkdtimg_core.c16
-rw-r--r--utils/src/mkdtimg_core.h16
-rw-r--r--utils/src/mkdtimg_create.c16
-rw-r--r--utils/src/mkdtimg_dump.c16
9 files changed, 141 insertions, 1 deletions
diff --git a/utils/src/Android.mk b/utils/src/Android.mk
index c548384..53faab4 100644
--- a/utils/src/Android.mk
+++ b/utils/src/Android.mk
@@ -1,4 +1,16 @@
-# Copyright 2017 The Android Open Source Project
+# Copyright (C) 2017 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.
LOCAL_PATH:= $(call my-dir)
diff --git a/utils/src/dt_table.c b/utils/src/dt_table.c
index 5b468fd..6eda182 100644
--- a/utils/src/dt_table.c
+++ b/utils/src/dt_table.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2017 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 "dt_table.h"
#include <memory.h>
diff --git a/utils/src/dt_table.h b/utils/src/dt_table.h
index 79dd476..e7cd9d5 100644
--- a/utils/src/dt_table.h
+++ b/utils/src/dt_table.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2017 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.
+ */
+
#ifndef DT_TABLE_H
#define DT_TABLE_H
diff --git a/utils/src/mkdtimg.c b/utils/src/mkdtimg.c
index 42734d8..3de9d7e 100644
--- a/utils/src/mkdtimg.c
+++ b/utils/src/mkdtimg.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2017 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 <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/utils/src/mkdtimg_cfg_create.c b/utils/src/mkdtimg_cfg_create.c
index f4502b6..512fa11 100644
--- a/utils/src/mkdtimg_cfg_create.c
+++ b/utils/src/mkdtimg_cfg_create.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2017 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 <ctype.h>
#include <getopt.h>
#include <stdio.h>
diff --git a/utils/src/mkdtimg_core.c b/utils/src/mkdtimg_core.c
index b8930d5..0cbb683 100644
--- a/utils/src/mkdtimg_core.c
+++ b/utils/src/mkdtimg_core.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2017 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 "mkdtimg_core.h"
#include <stdio.h>
diff --git a/utils/src/mkdtimg_core.h b/utils/src/mkdtimg_core.h
index b29b3ba..2e3af70 100644
--- a/utils/src/mkdtimg_core.h
+++ b/utils/src/mkdtimg_core.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2017 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.
+ */
+
#ifndef MKDTIMG_CORE_H
#define MKDTIMG_CORE_H
diff --git a/utils/src/mkdtimg_create.c b/utils/src/mkdtimg_create.c
index ea299ba..bce2a08 100644
--- a/utils/src/mkdtimg_create.c
+++ b/utils/src/mkdtimg_create.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2017 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 <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/utils/src/mkdtimg_dump.c b/utils/src/mkdtimg_dump.c
index 60d20e1..5fcb604 100644
--- a/utils/src/mkdtimg_dump.c
+++ b/utils/src/mkdtimg_dump.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2017 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 <getopt.h>
#include <stdio.h>
#include <stdlib.h>