import OT_8063_20170412 mali driver
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / gpu / mt8127 / mali / ump / linux / license / proprietary / ump_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-2011, 2013, 2015 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 ump_kernel_license.h
13 * Defines for the macro MODULE_LICENSE.
14 */
15
16 #ifndef __UMP_KERNEL_LICENSE_H__
17 #define __UMP_KERNEL_LICENSE_H__
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 #define UMP_KERNEL_LINUX_LICENSE "Proprietary"
24 #define UMP_LICENSE_IS_GPL 0
25
26 #ifdef __cplusplus
27 }
28 #endif
29
30 #endif /* __UMP_KERNEL_LICENSE_H__ */