summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-06-19 17:45:06 -0700
committerShih-wei Liao <sliao@google.com>2011-06-19 17:45:06 -0700
commit03f75e22ad9ea75dc536d199c3d11a98884be314 (patch)
treed36f8dce3fe77dcaeb04aeeb6075d603546d8fa8
parentfccb5faeb1f7b1500578e9e83e73d6b0a56332cd (diff)
downloadlinkloader-03f75e22ad9ea75dc536d199c3d11a98884be314.tar.gz
Fix flush_cpu_cache.h, helper.*, rsl_assert.*, serialize.h and traits.h.
Change-Id: I09c071d4f2975b5b79d6cb16b7f953ba283f9c89
-rw-r--r--utils/flush_cpu_cache.h16
-rw-r--r--utils/helper.cpp16
-rw-r--r--utils/helper.h16
-rw-r--r--utils/rsl_assert.cpp16
-rw-r--r--utils/rsl_assert.h16
-rw-r--r--utils/serialize.h16
-rw-r--r--utils/traits.h16
7 files changed, 112 insertions, 0 deletions
diff --git a/utils/flush_cpu_cache.h b/utils/flush_cpu_cache.h
index 31008cd..daeb720 100644
--- a/utils/flush_cpu_cache.h
+++ b/utils/flush_cpu_cache.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2011, 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 FLUSH_CPU_CACHE_H
#define FLUSH_CPU_CACHE_H
diff --git a/utils/helper.cpp b/utils/helper.cpp
index 8498221..5b425ef 100644
--- a/utils/helper.cpp
+++ b/utils/helper.cpp
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2011, 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 "helper.h"
#include "raw_ostream.h"
diff --git a/utils/helper.h b/utils/helper.h
index 5a8ae27..000666a 100644
--- a/utils/helper.h
+++ b/utils/helper.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2011, 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 HELPER_H
#define HELPER_H
diff --git a/utils/rsl_assert.cpp b/utils/rsl_assert.cpp
index c3ad4f4..fa43603 100644
--- a/utils/rsl_assert.cpp
+++ b/utils/rsl_assert.cpp
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2011, 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 "rsl_assert.h"
#include <llvm/Support/raw_ostream.h>
diff --git a/utils/rsl_assert.h b/utils/rsl_assert.h
index a4be449..cd20b83 100644
--- a/utils/rsl_assert.h
+++ b/utils/rsl_assert.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2011, 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 RSL_ASSERT_H
#define RSL_ASSERT_H
diff --git a/utils/serialize.h b/utils/serialize.h
index acf66ef..3d15158 100644
--- a/utils/serialize.h
+++ b/utils/serialize.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2011, 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.
+ */
+
#if !defined(SERIALIZE_H)
#define SERIALIZE_H
diff --git a/utils/traits.h b/utils/traits.h
index babd8a4..df7e7f7 100644
--- a/utils/traits.h
+++ b/utils/traits.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2011, 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 TRAITS_H
#define TRAITS_H