From 1cab2921ab279367f8206cdadc9259d12e603548 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Wed, 18 Jan 2012 08:56:56 -0500 Subject: Skia merge (revision 3022) This CL has companion changes to account for API updates in... (1) frameworks/base (2) external/webkit Change-Id: Ibb989e76e8bd24313849f9631dbef42cdef9eb7d --- src/images/SkPageFlipper.cpp | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'src/images/SkPageFlipper.cpp') diff --git a/src/images/SkPageFlipper.cpp b/src/images/SkPageFlipper.cpp index 526ba09..8e51e63 100644 --- a/src/images/SkPageFlipper.cpp +++ b/src/images/SkPageFlipper.cpp @@ -1,19 +1,12 @@ + /* - * Copyright (C) 2008 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 + * Copyright 2008 The Android Open Source Project * - * 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. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ + #include "SkPageFlipper.h" SkPageFlipper::SkPageFlipper() { -- cgit v1.1