From 4c24653c01d701aa5c524a1c2110400681837146 Mon Sep 17 00:00:00 2001 From: Jiyu Yang Date: Tue, 11 Jul 2017 12:22:06 +0000 Subject: memtrack: license clean up [1/1] PD#146719 memtrack use the amlogic license Change-Id: I50ff302cfa865b4d59531b5c1991c396d5e803c4 --- diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bd09ced --- a/dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +// Copyright (C) 2017 Amlogic, Inc. All rights reserved. +// +// All information contained herein is Amlogic confidential. +// +// This software is provided to you pursuant to Software License +// Agreement (SLA) with Amlogic Inc ("Amlogic"). This software may be +// used only in accordance with the terms of this agreement. +// +// Redistribution and use in source and binary forms, with or without +// modification is strictly prohibited without prior written permission +// from Amlogic. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/memtrack_aml.c b/memtrack_aml.c index 2498c78..0109561 100644 --- a/memtrack_aml.c +++ b/memtrack_aml.c @@ -1,17 +1,11 @@ /* - * Copyright (C) 2014 The Android Open Source Project + * Copyright (c) 2017 Amlogic, Inc. All rights reserved. * - * 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 + * This source code is subject to the terms and conditions defined in the + * file 'LICENSE' which is part of this source code package. * - * 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. + * Description: + * used for memory track. */ #define LOG_TAG "memtrack_aml" -- cgit