kernel/0214-feat-modify-the-audio-proc-license-statement.patch

94 lines
3.7 KiB
Diff
Raw Permalink Normal View History

2025-01-03 03:30:57 +00:00
From df450116e3d8f44fe684d94efafc807ce4b55cfd Mon Sep 17 00:00:00 2001
2024-12-15 18:29:23 +00:00
From: yangqiang <yangqiang1@eswincomputing.com>
Date: Tue, 12 Nov 2024 10:49:47 +0800
2024-12-27 22:35:16 +00:00
Subject: [PATCH 214/222] feat:modify the audio proc license statement.
2024-12-15 18:29:23 +00:00
Changelogs:
modify the audio proc license statement.
Signed-off-by: yangqiang <yangqiang1@eswincomputing.com>
---
sound/soc/eswin/esw-audio-proc.c | 21 +++++++++++++--------
sound/soc/eswin/esw-audio-proc.h | 25 +++++++++++++++----------
2 files changed, 28 insertions(+), 18 deletions(-)
diff --git a/sound/soc/eswin/esw-audio-proc.c b/sound/soc/eswin/esw-audio-proc.c
index 83c3bbb26c73..17b7c21f7b69 100644
--- a/sound/soc/eswin/esw-audio-proc.c
+++ b/sound/soc/eswin/esw-audio-proc.c
@@ -1,17 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0
/*
+ * ESWIN audio proc driver
*
- * Copyright (C) 2021 ESWIN, Inc. All rights reserved.
+ * Copyright 2024, Beijing ESWIN Computing Technology Co., Ltd.. All rights reserved.
*
- * This program is free software; you can redistribute it and/or modify
+ * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
+ * 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, see <https://www.gnu.org/licenses/>.
+ *
+ * Authors: Zack Yang <yangqiang1@eswincomputing.com>
*/
#include <linux/module.h>
diff --git a/sound/soc/eswin/esw-audio-proc.h b/sound/soc/eswin/esw-audio-proc.h
index 1fd3f377671d..c08c377493ba 100644
--- a/sound/soc/eswin/esw-audio-proc.h
+++ b/sound/soc/eswin/esw-audio-proc.h
@@ -1,21 +1,26 @@
+// SPDX-License-Identifier: GPL-2.0
/*
+ * ESWIN audio proc driver
*
- * Copyright (C) 2021 ESWIN, Inc. All rights reserved.
+ * Copyright 2024, Beijing ESWIN Computing Technology Co., Ltd.. All rights reserved.
*
- * This program is free software; you can redistribute it and/or modify
+ * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
+ * 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, see <https://www.gnu.org/licenses/>.
+ *
+ * Authors: Zack Yang <yangqiang1@eswincomputing.com>
*/
-#ifndef _ES_AUDIO_PROC_H_
-#define _ES_AUDIO_PROC_H_
+#ifndef _ES_AUDIO_PROC_H
+#define _ES_AUDIO_PROC_H
int audio_proc_module_init(void);
void audio_proc_module_exit(void);
--
2.47.0