From 1743ac469113301f6cf0e7c2e4fff4fb16812bbb Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Thu, 17 Mar 2016 11:53:26 -0700 Subject: 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 --- src/com/android/launcher3/PinchThresholdManager.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/com/android/launcher3/PinchThresholdManager.java') 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; /** -- cgit v1.2.3