diff options
| author | Lingfeng Yang <lfy@google.com> | 2020-05-01 10:59:52 -0700 |
|---|---|---|
| committer | Lingfeng Yang <lfy@google.com> | 2020-05-01 11:00:16 -0700 |
| commit | 92a62a98426b9fbfc7b70b752484a71a2d644e6a (patch) | |
| tree | 3ce9e964a30e5d0cd1c906f8d4d82f680ef0f4ca /system/OpenglSystemCommon | |
| parent | 7d956d19242a9c7789f3cf6d9f183c1354939719 (diff) | |
| download | device_generic_goldfish-opengl-92a62a98426b9fbfc7b70b752484a71a2d644e6a.tar.gz device_generic_goldfish-opengl-92a62a98426b9fbfc7b70b752484a71a2d644e6a.tar.bz2 device_generic_goldfish-opengl-92a62a98426b9fbfc7b70b752484a71a2d644e6a.zip | |
Switch licenses
from gpl to apache
(We are the original authors)
Change-Id: Ib069589522da8ea12568e7aca367809c2b863c01
Diffstat (limited to 'system/OpenglSystemCommon')
| -rw-r--r-- | system/OpenglSystemCommon/FormatConversions.cpp | 26 | ||||
| -rw-r--r-- | system/OpenglSystemCommon/FormatConversions.h | 26 |
2 files changed, 26 insertions, 26 deletions
diff --git a/system/OpenglSystemCommon/FormatConversions.cpp b/system/OpenglSystemCommon/FormatConversions.cpp index ca4286c8..cc976ed0 100644 --- a/system/OpenglSystemCommon/FormatConversions.cpp +++ b/system/OpenglSystemCommon/FormatConversions.cpp @@ -1,16 +1,16 @@ -/* - * Copyright (C) 2016 Google, Inc. - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - */ +// Copyright 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. #include <hardware/gralloc.h> #include "FormatConversions.h" diff --git a/system/OpenglSystemCommon/FormatConversions.h b/system/OpenglSystemCommon/FormatConversions.h index f9d7806f..51aab6d2 100644 --- a/system/OpenglSystemCommon/FormatConversions.h +++ b/system/OpenglSystemCommon/FormatConversions.h @@ -1,16 +1,16 @@ -/* - * Copyright (C) 2016 Google, Inc. - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - */ +// Copyright 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. #ifndef __GOLDFISH_FORMATCONVERSIONS_H__ #define __GOLDFISH_FORMATCONVERSIONS_H__ |
