From 85b2089b6ad1dc7264bf04a5a2581faba7b3424f Mon Sep 17 00:00:00 2001 From: "jiejing.wang" Date: Wed, 24 Jul 2019 16:21:55 +0800 Subject: [PATCH] license: add license for audio source file [1/2] PD#SWPL-11716 Problem: some audio source has no license Solution: add license for audio source file Verify: verify by locally Change-Id: I85e7a27a724f1d255e38f4a878475b38abc1dfd4 Signed-off-by: jiejing.wang --- sound/soc/codecs/amlogic/ad82584f.c | 15 +++++++++++++++ sound/soc/codecs/amlogic/ad82584f.h | 15 +++++++++++++++ sound/soc/codecs/amlogic/cs42528.c | 15 +++++++++++++++ sound/soc/codecs/amlogic/cs42528.h | 15 +++++++++++++++ sound/soc/codecs/amlogic/tas5707.c | 15 +++++++++++++++ sound/soc/codecs/amlogic/tas5707.h | 15 +++++++++++++++ sound/soc/codecs/amlogic/tas5805.h | 15 +++++++++++++++ 7 files changed, 105 insertions(+) diff --git a/sound/soc/codecs/amlogic/ad82584f.c b/sound/soc/codecs/amlogic/ad82584f.c index a6bf39c0da0b..52954182268f 100644 --- a/sound/soc/codecs/amlogic/ad82584f.c +++ b/sound/soc/codecs/amlogic/ad82584f.c @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2017 Amlogic, Inc. All rights reserved. + * + * 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. + * + * 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. + * + */ + #include #include #include diff --git a/sound/soc/codecs/amlogic/ad82584f.h b/sound/soc/codecs/amlogic/ad82584f.h index 21207cc98632..0d99d21fbc02 100644 --- a/sound/soc/codecs/amlogic/ad82584f.h +++ b/sound/soc/codecs/amlogic/ad82584f.h @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2017 Amlogic, Inc. All rights reserved. + * + * 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. + * + * 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. + * + */ + #ifndef _AD82584F_H #define _AD82584F_H diff --git a/sound/soc/codecs/amlogic/cs42528.c b/sound/soc/codecs/amlogic/cs42528.c index f1f0c964cf1a..d0eac1682536 100644 --- a/sound/soc/codecs/amlogic/cs42528.c +++ b/sound/soc/codecs/amlogic/cs42528.c @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2017 Amlogic, Inc. All rights reserved. + * + * 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. + * + * 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. + * + */ + #include #include #include diff --git a/sound/soc/codecs/amlogic/cs42528.h b/sound/soc/codecs/amlogic/cs42528.h index acd241fbb4a0..0d16cd13700a 100644 --- a/sound/soc/codecs/amlogic/cs42528.h +++ b/sound/soc/codecs/amlogic/cs42528.h @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2017 Amlogic, Inc. All rights reserved. + * + * 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. + * + * 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. + * + */ + #ifndef _CS42528_H #define _CS42528_H diff --git a/sound/soc/codecs/amlogic/tas5707.c b/sound/soc/codecs/amlogic/tas5707.c index a0cd14ef8cd9..091defb668c6 100644 --- a/sound/soc/codecs/amlogic/tas5707.c +++ b/sound/soc/codecs/amlogic/tas5707.c @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2017 Amlogic, Inc. All rights reserved. + * + * 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. + * + * 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. + * + */ + #include #include #include diff --git a/sound/soc/codecs/amlogic/tas5707.h b/sound/soc/codecs/amlogic/tas5707.h index 80c46145d52d..979439732a7e 100644 --- a/sound/soc/codecs/amlogic/tas5707.h +++ b/sound/soc/codecs/amlogic/tas5707.h @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2017 Amlogic, Inc. All rights reserved. + * + * 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. + * + * 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. + * + */ + #ifndef _TAS5707_H #define _TAS5707_H diff --git a/sound/soc/codecs/amlogic/tas5805.h b/sound/soc/codecs/amlogic/tas5805.h index 46a211548eb3..a962d7dfac57 100644 --- a/sound/soc/codecs/amlogic/tas5805.h +++ b/sound/soc/codecs/amlogic/tas5805.h @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2017 Amlogic, Inc. All rights reserved. + * + * 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. + * + * 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. + * + */ + #include //#define TAS5805_REGISTER_COUNT 1879