Kbuild: Export msm_audio_voicememo.h to user space
- Add msm_audio_voicememo.h in Kbuild to export to user space.
- Remove copyright and license information from audio header files
exported to user space to avoid any licensing issues.
Change-Id: Ic252c77e4fed2639546ad711ab0d2de6d6fb1453
Signed-off-by: Manish Dewangan <manish@codeaurora.org>
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index ec8a176..2252c8b 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -422,6 +422,7 @@
header-y += msm_audio_mvs.h
header-y += msm_audio_qcp.h
header-y += msm_audio_amrnb.h
+header-y += msm_audio_voicememo.h
header-y += msm_ipc.h
header-y += msm_charm.h
header-y += tzcom.h
diff --git a/include/linux/msm_audio_amrnb.h b/include/linux/msm_audio_amrnb.h
index 977335e..77a1258 100644
--- a/include/linux/msm_audio_amrnb.h
+++ b/include/linux/msm_audio_amrnb.h
@@ -1,21 +1,3 @@
-/* arch/arm/mach-msm/include/mach/msm_audio_amrnb.h
- *
- * Copyright (c) 2009, Code Aurora Forum. All rights reserved.
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * 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, you can find it at http://www.fsf.org.
- *
- */
-
#ifndef __MSM_AUDIO_AMRNB_H
#define __MSM_AUDIO_AMRNB_H
diff --git a/include/linux/msm_audio_qcp.h b/include/linux/msm_audio_qcp.h
index c5e42cf..6e0c390 100644
--- a/include/linux/msm_audio_qcp.h
+++ b/include/linux/msm_audio_qcp.h
@@ -1,16 +1,3 @@
-/* Copyright (c) 2009, Code Aurora Forum. 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 version 2 and
- * only version 2 as published by the Free Software Foundation.
- *
- * 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 __MSM_AUDIO_QCP_H
#define __MSM_AUDIO_QCP_H
diff --git a/include/linux/msm_audio_voicememo.h b/include/linux/msm_audio_voicememo.h
index 5cb1d65..d616c2e 100644
--- a/include/linux/msm_audio_voicememo.h
+++ b/include/linux/msm_audio_voicememo.h
@@ -1,16 +1,3 @@
-/* Copyright (c) 2009, Code Aurora Forum. 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 version 2 and
- * only version 2 as published by the Free Software Foundation.
- *
- * 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 __MSM_AUDIO_VOICEMEMO_H
#define __MSM_AUDIO_VOICEMEMO_H