diff options
author | Xavier Ducrohet <xav@android.com> | 2012-01-31 15:58:00 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-01-31 15:58:00 -0800 |
commit | 24000141fb21bd8e5e550c1dc30b03fed9a61bab (patch) | |
tree | 26d4f93e5d84a92bb16c72511b50cb23820a5b54 /annotations/src | |
parent | ab55a10f82ee9d45ef98d677ba700223f16a97ab (diff) | |
download | sdk-24000141fb21bd8e5e550c1dc30b03fed9a61bab.zip sdk-24000141fb21bd8e5e550c1dc30b03fed9a61bab.tar.gz sdk-24000141fb21bd8e5e550c1dc30b03fed9a61bab.tar.bz2 |
Fix the copyright headers.
Change-Id: Id747d8786c93bb6bb3e13135c24f14ebc235de3b
Diffstat (limited to 'annotations/src')
-rw-r--r-- | annotations/src/android/annotation/SuppressLint.java | 4 | ||||
-rw-r--r-- | annotations/src/android/annotation/TargetApi.java | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/annotations/src/android/annotation/SuppressLint.java b/annotations/src/android/annotation/SuppressLint.java index c65606d..2d3456b 100644 --- a/annotations/src/android/annotation/SuppressLint.java +++ b/annotations/src/android/annotation/SuppressLint.java @@ -1,11 +1,11 @@ /* * Copyright (C) 2012 The Android Open Source Project * - * Licensed under the Eclipse Public License, Version 1.0 (the "License"); + * 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.eclipse.org/org/documents/epl-v10.php + * 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, diff --git a/annotations/src/android/annotation/TargetApi.java b/annotations/src/android/annotation/TargetApi.java index f78afaf..ea17890 100644 --- a/annotations/src/android/annotation/TargetApi.java +++ b/annotations/src/android/annotation/TargetApi.java @@ -1,11 +1,11 @@ /* * Copyright (C) 2012 The Android Open Source Project * - * Licensed under the Eclipse Public License, Version 1.0 (the "License"); + * 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.eclipse.org/org/documents/epl-v10.php + * 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, |