diff options
author | Brian Carlstrom <bdc@google.com> | 2013-07-19 11:24:47 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-07-19 11:24:47 -0700 |
commit | f1694e19322ba9a147b25347fe003482a5d4930d (patch) | |
tree | c12379c1fe8e0c17f1f68c0647f544dad372c783 /compiler/sea_ir | |
parent | 58d8b956e7d83bb1b219405be87e135c89b9cdb2 (diff) | |
parent | 751d4ed43e8118f145edf18db4d987daf7dabbae (diff) | |
download | art-f1694e19322ba9a147b25347fe003482a5d4930d.zip art-f1694e19322ba9a147b25347fe003482a5d4930d.tar.gz art-f1694e19322ba9a147b25347fe003482a5d4930d.tar.bz2 |
am 751d4ed4: Fixing cpplint legal/copyright issues
* commit '751d4ed43e8118f145edf18db4d987daf7dabbae':
Fixing cpplint legal/copyright issues
Diffstat (limited to 'compiler/sea_ir')
-rw-r--r-- | compiler/sea_ir/frontend.cc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/compiler/sea_ir/frontend.cc b/compiler/sea_ir/frontend.cc index 9af7eff..7bfc9ba 100644 --- a/compiler/sea_ir/frontend.cc +++ b/compiler/sea_ir/frontend.cc @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 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. + */ + #ifdef ART_SEA_IR_MODE #include <llvm/Support/Threading.h> #include "base/logging.h" |