summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-06-19 17:47:25 -0700
committerShih-wei Liao <sliao@google.com>2011-06-19 17:47:25 -0700
commitd157c62dfa3c52833c4f6ec34dd178257e4ac9cf (patch)
tree64bc61b1d3d921e61c5ff45aafdc04d40f9d70cd
parent03f75e22ad9ea75dc536d199c3d11a98884be314 (diff)
downloadlinkloader-d157c62dfa3c52833c4f6ec34dd178257e4ac9cf.tar.gz
Preemble for raw_ostream.cpp and raw_ostream.h.
Change-Id: I474de4797c525b08b2b68635be26ac8b2584e17e
-rw-r--r--utils/raw_ostream.cpp16
-rw-r--r--utils/raw_ostream.h16
2 files changed, 32 insertions, 0 deletions
diff --git a/utils/raw_ostream.cpp b/utils/raw_ostream.cpp
index 936108a..7efd10e 100644
--- a/utils/raw_ostream.cpp
+++ b/utils/raw_ostream.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 "raw_ostream.h"
#include <llvm/Support/raw_ostream.h>
diff --git a/utils/raw_ostream.h b/utils/raw_ostream.h
index f25dda6..0f7a5be 100644
--- a/utils/raw_ostream.h
+++ b/utils/raw_ostream.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 RAW_OSTREAM_H
#define RAW_OSTREAM_H