From 21631e2b26c68bf745c457b3c42ac4b9fa5c172d Mon Sep 17 00:00:00 2001 From: whoselittlelion Date: Wed, 12 Jun 2024 16:17:29 +0800 Subject: [PATCH] fix: fix opensource notice Signed-off-by: whoselittlelion --- BUILD.gn | 1 - include/config.h | 21 ++------------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 8aed7b89..0f0a0f62 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -175,7 +175,6 @@ ohos_shared_library("libasound") { # conf files "src/conf:alsa-lib-prebuilt-all", ] - license_file = "./README.OpenSource" output_extension = "so" install_images = [ chipset_base_dir ] install_enable = true diff --git a/include/config.h b/include/config.h index 205638c7..f732901d 100644 --- a/include/config.h +++ b/include/config.h @@ -1,22 +1,5 @@ -/* - * ALSA lib header file include/config.h - * Copyright (c) 2022 Huawei Device Co., Ltd. - * - * This library is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +/* include/config.h. Generated from config.h.in by configure. */ +/* include/config.h.in. Generated from configure.ac by autoheader. */ /* Directory with aload* device files */ #define ALOAD_DEVICE_DIRECTORY "/dev/" -- Gitee