summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PinchThresholdManager.java
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2016-03-17 11:53:26 -0700
committerTony Wickham <twickham@google.com>2016-03-17 19:17:34 +0000
commit1743ac469113301f6cf0e7c2e4fff4fb16812bbb (patch)
tree819cb03571e8eb7401f2bdd7e691daf3083db9d0 /src/com/android/launcher3/PinchThresholdManager.java
parent95cdb3a0211650e76adb451588ce89fd585b178f (diff)
downloadandroid_packages_apps_Trebuchet-1743ac469113301f6cf0e7c2e4fff4fb16812bbb.tar.gz
android_packages_apps_Trebuchet-1743ac469113301f6cf0e7c2e4fff4fb16812bbb.tar.bz2
android_packages_apps_Trebuchet-1743ac469113301f6cf0e7c2e4fff4fb16812bbb.zip
Added copywrite comments to pinch-related classes.
Maybe we should write a script that checks that this is present in all our files? I didn't do a thorough check, but wouldn't be surprised if others were missing. Change-Id: I4777ff618f952b9b11fde60ebc8d897cf6449032
Diffstat (limited to 'src/com/android/launcher3/PinchThresholdManager.java')
-rw-r--r--src/com/android/launcher3/PinchThresholdManager.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/com/android/launcher3/PinchThresholdManager.java b/src/com/android/launcher3/PinchThresholdManager.java
index d79a63174..52aac1735 100644
--- a/src/com/android/launcher3/PinchThresholdManager.java
+++ b/src/com/android/launcher3/PinchThresholdManager.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2016 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.
+ */
+
package com.android.launcher3;
/**