summaryrefslogtreecommitdiff
authorhongchao.yin <hongchao.yin@amlogic.com>2019-06-12 02:57:15 (GMT)
committer hongchao.yin <hongchao.yin@amlogic.com>2019-06-12 03:22:28 (GMT)
commit2b3a1e0cb77e03313686a367848c0bb172f02616 (patch)
tree877853b514224d8e6346def2047fb6d312bec77e
parent2981f768ea89caa626d166d5a986c70d988c9323 (diff)
downloadav-2b3a1e0cb77e03313686a367848c0bb172f02616.zip
av-2b3a1e0cb77e03313686a367848c0bb172f02616.tar.gz
av-2b3a1e0cb77e03313686a367848c0bb172f02616.tar.bz2
libaudioeffect: add license declaration [3/3]
PD#SWPL-9663 Problem: clean audio no license file Solution: add license declaration Verify: verrify by marconi Change-Id: Ie0ac0eec353ac50fe5efb3a33b1b8372a6281c4e Signed-off-by: hongchao.yin <hongchao.yin@amlogic.com>
Diffstat
-rw-r--r--libaudioeffect/Utility/AudioFade.c11
-rw-r--r--libaudioeffect/Utility/AudioFade.h10
2 files changed, 21 insertions, 0 deletions
diff --git a/libaudioeffect/Utility/AudioFade.c b/libaudioeffect/Utility/AudioFade.c
index d4772f1..6ac0b79 100644
--- a/libaudioeffect/Utility/AudioFade.c
+++ b/libaudioeffect/Utility/AudioFade.c
@@ -1,3 +1,14 @@
+/*
+ * * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ * * *
+ * This source code is subject to the terms and conditions defined in the
+ * * file 'LICENSE' which is part of this source code package.
+ * * *
+ * Description:
+ * */
+
+
+
#define LOG_TAG "audio_fade"
#include <cutils/log.h>
diff --git a/libaudioeffect/Utility/AudioFade.h b/libaudioeffect/Utility/AudioFade.h
index d1d20f3..1c11240 100644
--- a/libaudioeffect/Utility/AudioFade.h
+++ b/libaudioeffect/Utility/AudioFade.h
@@ -1,3 +1,13 @@
+/*
+ * * Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+ * * *
+ * This source code is subject to the terms and conditions defined in the
+ * * file 'LICENSE' which is part of this source code package.
+ * * *
+ * Description:
+ * */
+
+
#ifndef __AUDIOFADE_H__
#define __AUDIOFADE_H__