summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2011-12-24 09:56:48 +0000
committernebkat <nebkat@gmail.com>2011-12-27 10:56:56 +0000
commit08d9a488e9ee5a8e7e58f24b88c0fd21fe15a8a2 (patch)
treee1e3132675af15d11d1465f36d82ce9b0bdf5c26 /src/com/cyanogenmod
parentd44846e2ffb05efe8fcba324448f568c8d2653aa (diff)
downloadandroid_packages_apps_Trebuchet-08d9a488e9ee5a8e7e58f24b88c0fd21fe15a8a2.tar.gz
android_packages_apps_Trebuchet-08d9a488e9ee5a8e7e58f24b88c0fd21fe15a8a2.tar.bz2
android_packages_apps_Trebuchet-08d9a488e9ee5a8e7e58f24b88c0fd21fe15a8a2.zip
Update Copyright
Change-Id: I5ffdfd4a09bd58f8ae498c932ce07d691cfb8ab8
Diffstat (limited to 'src/com/cyanogenmod')
-rw-r--r--src/com/cyanogenmod/trebuchet/Workspace.java1
-rw-r--r--src/com/cyanogenmod/trebuchet/preference/NumberPickerPreference.java2
-rw-r--r--src/com/cyanogenmod/trebuchet/preference/Preferences.java2
-rw-r--r--src/com/cyanogenmod/trebuchet/preference/PreferencesProvider.java16
4 files changed, 19 insertions, 2 deletions
diff --git a/src/com/cyanogenmod/trebuchet/Workspace.java b/src/com/cyanogenmod/trebuchet/Workspace.java
index 9445ddecc..426394f02 100644
--- a/src/com/cyanogenmod/trebuchet/Workspace.java
+++ b/src/com/cyanogenmod/trebuchet/Workspace.java
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2008 The Android Open Source Project
+ * Copytight (C) 2011 The CyanogenMod Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/com/cyanogenmod/trebuchet/preference/NumberPickerPreference.java b/src/com/cyanogenmod/trebuchet/preference/NumberPickerPreference.java
index 5fa7c2081..c7ea4fbd7 100644
--- a/src/com/cyanogenmod/trebuchet/preference/NumberPickerPreference.java
+++ b/src/com/cyanogenmod/trebuchet/preference/NumberPickerPreference.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 The Cyanogenmod Project
+ * Copyright (C) 2011 The CyanogenMod Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/com/cyanogenmod/trebuchet/preference/Preferences.java b/src/com/cyanogenmod/trebuchet/preference/Preferences.java
index cfc3d76bd..147308d63 100644
--- a/src/com/cyanogenmod/trebuchet/preference/Preferences.java
+++ b/src/com/cyanogenmod/trebuchet/preference/Preferences.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 The Android Open Source Project
+ * Copyright (C) 2011 The CyanogenMod Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/com/cyanogenmod/trebuchet/preference/PreferencesProvider.java b/src/com/cyanogenmod/trebuchet/preference/PreferencesProvider.java
index 3e77c1ef9..84e8eb0ad 100644
--- a/src/com/cyanogenmod/trebuchet/preference/PreferencesProvider.java
+++ b/src/com/cyanogenmod/trebuchet/preference/PreferencesProvider.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2011 The CyanogenMod 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.
+ */
+
package com.cyanogenmod.trebuchet.preference;
import android.content.Context;