summaryrefslogtreecommitdiff
authorjiejing.wang <jiejing.wang@amlogic.com>2018-11-15 06:20:22 (GMT)
committer jiejing.wang <jiejing.wang@amlogic.com>2018-11-15 06:32:30 (GMT)
commitef56ff544883038c952487ce9390f513668472be (patch)
tree3fd91894970016b8bb36dda1acfee7cc18b46c7f
parentcbc5759734a1d16fb7d31bc73066587ddda2d869 (diff)
downloadav-ef56ff544883038c952487ce9390f513668472be.zip
av-ef56ff544883038c952487ce9390f513668472be.tar.gz
av-ef56ff544883038c952487ce9390f513668472be.tar.bz2
audio: libaudioeffect: add license header [1/3]
PD#SWPL-2111 Problem: no license source files Solution: add license header Verify: verify by locally Change-Id: I7ed660de50c6ce8cbb853aa02b957af37ce9e066 Signed-off-by: jiejing.wang <jiejing.wang@amlogic.com>
Diffstat
-rw-r--r--libaudioeffect/Balance/Balance.cpp21
-rw-r--r--libaudioeffect/Hpeq/Hpeq.cpp15
-rw-r--r--libaudioeffect/Ms12Dap/ms12_dap_wapper.cpp21
-rw-r--r--libaudioeffect/TrebleBass/TrebleBass.cpp15
-rw-r--r--libaudioeffect/TrebleBass/aml_treble_bass.h17
-rw-r--r--libaudioeffect/TruSurround/tshd_wrapper.cpp23
-rw-r--r--libaudioeffect/effects_tool/main.cpp20
7 files changed, 111 insertions, 21 deletions
diff --git a/libaudioeffect/Balance/Balance.cpp b/libaudioeffect/Balance/Balance.cpp
index cc563a4..7d4e2f3 100644
--- a/libaudioeffect/Balance/Balance.cpp
+++ b/libaudioeffect/Balance/Balance.cpp
@@ -1,12 +1,21 @@
/*
- * NAME
- * Balance.cpp
+ * Copyright (C) 2018 Amlogic Corporation.
*
- * DESCRIPTION
- * This file implements a special Balance from Amlogic. It works in Android framework for ICS, JB.
+ * 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.
+ *
+ * DESCRIPTION:
+ * This file implements a special EQ from Amlogic.
*
- * Data: 2012.11.06
- * Designer: Wang Zhe
*/
#define LOG_TAG "Balance_Effect"
diff --git a/libaudioeffect/Hpeq/Hpeq.cpp b/libaudioeffect/Hpeq/Hpeq.cpp
index de189a7..6ad88f2 100644
--- a/libaudioeffect/Hpeq/Hpeq.cpp
+++ b/libaudioeffect/Hpeq/Hpeq.cpp
@@ -1,6 +1,19 @@
/*
+ * Copyright (C) 2018 Amlogic Corporation.
*
- * DESCRIPTION
+ * 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.
+ *
+ * DESCRIPTION:
* This file implements a special EQ from Amlogic.
*
*/
diff --git a/libaudioeffect/Ms12Dap/ms12_dap_wapper.cpp b/libaudioeffect/Ms12Dap/ms12_dap_wapper.cpp
index 3732a61..3585e97 100644
--- a/libaudioeffect/Ms12Dap/ms12_dap_wapper.cpp
+++ b/libaudioeffect/Ms12Dap/ms12_dap_wapper.cpp
@@ -1,10 +1,21 @@
/*
- * NAME
- * ms12_dap_wrapper.cpp
+ * Copyright (C) 2018 Amlogic Corporation.
+ *
+ * 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.
+ *
+ * DESCRIPTION:
+ * This file implements a special EQ from Amlogic.
*
- * DESCRIPTION
- * This file implements an example in Android for implementing the
- * MS12 DAP reference code from Dolby Labs
*/
#define LOG_TAG "MS12DAP_Effect"
diff --git a/libaudioeffect/TrebleBass/TrebleBass.cpp b/libaudioeffect/TrebleBass/TrebleBass.cpp
index dcbd904..530ebc9 100644
--- a/libaudioeffect/TrebleBass/TrebleBass.cpp
+++ b/libaudioeffect/TrebleBass/TrebleBass.cpp
@@ -1,6 +1,19 @@
/*
+ * Copyright (C) 2018 Amlogic Corporation.
*
- * DESCRIPTION
+ * 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.
+ *
+ * DESCRIPTION:
* This file implements a special EQ from Amlogic.
*
*/
diff --git a/libaudioeffect/TrebleBass/aml_treble_bass.h b/libaudioeffect/TrebleBass/aml_treble_bass.h
index acce897..73887a9 100644
--- a/libaudioeffect/TrebleBass/aml_treble_bass.h
+++ b/libaudioeffect/TrebleBass/aml_treble_bass.h
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2018 Amlogic Corporation.
+ *
+ * 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.
+ *
+ */
+
#ifndef _AML_Treble_Bass_H_
#define _AML_Treble_Bass_H_
#include <stdint.h>
diff --git a/libaudioeffect/TruSurround/tshd_wrapper.cpp b/libaudioeffect/TruSurround/tshd_wrapper.cpp
index dab35e5..71cd902 100644
--- a/libaudioeffect/TruSurround/tshd_wrapper.cpp
+++ b/libaudioeffect/TruSurround/tshd_wrapper.cpp
@@ -1,14 +1,21 @@
/*
- * NAME
- * tshd_wrapper.cpp
+ * Copyright (C) 2018 Amlogic Corporation.
*
- * DESCRIPTION
- * This file implements an example for implementing the TruSurround HD
- * reference code from SRS Labs.
+ * 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.
+ *
+ * DESCRIPTION:
+ * This file implements a special EQ from Amlogic.
*
- * This software may only be used and/or reproduced under license
- * from SRS Labs, Inc. Any full or partial reproduction of this
- * software source code shall retain this notice.
*/
#define LOG_TAG "TruSurround_Effect"
diff --git a/libaudioeffect/effects_tool/main.cpp b/libaudioeffect/effects_tool/main.cpp
index db9f4a4..7ba44ce 100644
--- a/libaudioeffect/effects_tool/main.cpp
+++ b/libaudioeffect/effects_tool/main.cpp
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2018 Amlogic Corporation.
+ *
+ * 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.
+ *
+ * DESCRIPTION:
+ * This file implements a special EQ from Amlogic.
+ *
+ */
+
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>