summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2011-12-24 09:56:48 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-19 01:08:47 +0000
commit6cbb4cd561aacbe5c25bf3d5cf5396d9b7c553e1 (patch)
tree64b44a5da986e4415dee2e540d2db36a1a802d1a /src/com
parent8c2fd4e9b184e7b766935ecbf8c9d40e679c2039 (diff)
downloadpackages_apps_trebuchet-6cbb4cd561aacbe5c25bf3d5cf5396d9b7c553e1.zip
packages_apps_trebuchet-6cbb4cd561aacbe5c25bf3d5cf5396d9b7c553e1.tar.gz
packages_apps_trebuchet-6cbb4cd561aacbe5c25bf3d5cf5396d9b7c553e1.tar.bz2
Update Copyright
Change-Id: I5ffdfd4a09bd58f8ae498c932ce07d691cfb8ab8
Diffstat (limited to 'src/com')
-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 9fcc740..00b50e6 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 5fa7c20..c7ea4fb 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 d9e8899..819cde8 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 efab5fe..b0d73a2 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;