diff options
author | Roland Levillain <rpl@google.com> | 2015-07-23 12:15:01 +0100 |
---|---|---|
committer | Roland Levillain <rpl@google.com> | 2015-07-27 16:18:05 +0100 |
commit | 6a92a033c33e383541d77607fbe8cd982875d13d (patch) | |
tree | 11ede9dc975d1c79751ce2012a4956325df24481 /test/478-checker-inliner-nested-loop/src/Main.java | |
parent | b65eb5058dd6178d329e51e9dfd6d8cf58c6a0bb (diff) |
Cosmetic changes in ART run-tests.
Perform a copyright headers clean up mostly.
Change-Id: I26c855b2f54d0887676d9b9b8281b14b7978ab29
Diffstat (limited to 'test/478-checker-inliner-nested-loop/src/Main.java')
-rw-r--r-- | test/478-checker-inliner-nested-loop/src/Main.java | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/test/478-checker-inliner-nested-loop/src/Main.java b/test/478-checker-inliner-nested-loop/src/Main.java index aa023491a5..86c119f3d0 100644 --- a/test/478-checker-inliner-nested-loop/src/Main.java +++ b/test/478-checker-inliner-nested-loop/src/Main.java @@ -1,18 +1,18 @@ /* -* Copyright (C) 2015 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. -*/ + * Copyright (C) 2015 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. + */ public class Main { |