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/473-checker-inliner-constants | |
parent | b65eb5058dd6178d329e51e9dfd6d8cf58c6a0bb (diff) | |
download | art-6a92a033c33e383541d77607fbe8cd982875d13d.tar.gz art-6a92a033c33e383541d77607fbe8cd982875d13d.tar.bz2 art-6a92a033c33e383541d77607fbe8cd982875d13d.zip |
Cosmetic changes in ART run-tests.
Perform a copyright headers clean up mostly.
Change-Id: I26c855b2f54d0887676d9b9b8281b14b7978ab29
Diffstat (limited to 'test/473-checker-inliner-constants')
-rw-r--r-- | test/473-checker-inliner-constants/src/Main.java | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/test/473-checker-inliner-constants/src/Main.java b/test/473-checker-inliner-constants/src/Main.java index 85f6565503..8638514919 100644 --- a/test/473-checker-inliner-constants/src/Main.java +++ b/test/473-checker-inliner-constants/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 { |