import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / gpu / mt8127 / mali / mali / linux / license / proprietary / mali_kernel_license.h
1 /*
2 * This confidential and proprietary software may be used only as
3 * authorised by a licensing agreement from ARM Limited
4 * (C) COPYRIGHT 2010, 2013 ARM Limited
5 * ALL RIGHTS RESERVED
6 * The entire notice above must be reproduced on all authorised
7 * copies and copies may only be made to the extent permitted
8 * by a licensing agreement from ARM Limited.
9 */
10
11 /**
12 * @file mali_kernel_license.h
13 * Defines for the macro MODULE_LICENSE.
14 */
15
16 #ifndef __MALI_KERNEL_LICENSE_H__
17 #define __MALI_KERNEL_LICENSE_H__
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 #define MALI_KERNEL_LINUX_LICENSE "Proprietary"
24 #define MALI_LICENSE_IS_GPL 0
25
26 #ifdef __cplusplus
27 }
28 #endif
29
30 #endif /* __MALI_KERNEL_LICENSE_H__ */