From fa701dee6b0068c5e3c79afd2e2462e86748b067 Mon Sep 17 00:00:00 2001 From: fangzhiyi18 Date: Fri, 20 Sep 2024 07:26:32 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9GPL-2.0-only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangzhiyi18 --- 1003-add-dac-config.patch | 48 +++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/1003-add-dac-config.patch b/1003-add-dac-config.patch index 4e6fb089..1b36e86d 100644 --- a/1003-add-dac-config.patch +++ b/1003-add-dac-config.patch @@ -5,18 +5,18 @@ index 00000000..422e0d52 +++ b/contrib/android/dac_config.cpp @@ -0,0 +1,240 @@ +/* -+ * Copyright (c) 2021 Huawei Device Co., Ltd. -+ * 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. ++ * Copyright (c) 2021-2024 Huawei Device Co., Ltd. ++ * This program is free software; you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation; version 2. ++ * ++ * 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. ++ * ++ * You should have received a copy of the GNU General Public License along with ++ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin ++ * Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +#define __cpluscplus @@ -251,18 +251,18 @@ index 00000000..45b89393 +++ b/contrib/android/dac_config.h @@ -0,0 +1,32 @@ +/* -+ * Copyright (c) 2021 Huawei Device Co., Ltd. -+ * 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. ++ * Copyright (c) 2021-2024 Huawei Device Co., Ltd. ++ * This program is free software; you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation; version 2. ++ * ++ * 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. ++ * ++ * You should have received a copy of the GNU General Public License along with ++ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin ++ * Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +#ifndef __DAC_CONFIG -- Gitee