aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInki Dae2017-08-09 23:52:38 -0500
committerEmil Velikov2017-11-07 05:19:58 -0600
commitbe40710f063a5218f62da61f5a854c69836f91e7 (patch)
treed019e7321b7b02dd963f0231a6753050905bdb10 /tests/exynos/exynos_fimg2d_perf.c
parent7064b2eae9c136162e5c7f25571d63f71d066887 (diff)
downloadexternal-libgbm-be40710f063a5218f62da61f5a854c69836f91e7.tar.gz
external-libgbm-be40710f063a5218f62da61f5a854c69836f91e7.tar.xz
external-libgbm-be40710f063a5218f62da61f5a854c69836f91e7.zip
exynos: change the license to X11/MIT
Change GPL license of Exynos related code to X11/MIT. I'd like to keep a consistent license across all Exynos code because License checker notices two more licenses exist in libdrm. For the license change I need to get your agree - all committers. So please give me Acked-by if you agree with me. Signed-off-by: Inki Dae <inki.dae@samsung.com> Acked-by: Hyungwon Hwang <human.hwang@samsung.com> Acked-by: SooChan Lim <sc1.lim@samsung.com> Acked-by: Sangjin LEE <lsj119@samsung.com> Acked-by: Boram Park <boram1288.park@samsung.com> Acked-by: Seung-Woo Kim <sw0312.kim@samsung.com> Acked-by: Joonyoung Shim <jy0922.shim@samsung.com> Acked-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Acked-by: Jan Vesely <jan.vesely@rutgers.edu>
Diffstat (limited to 'tests/exynos/exynos_fimg2d_perf.c')
-rw-r--r--tests/exynos/exynos_fimg2d_perf.c27
1 files changed, 17 insertions, 10 deletions
diff --git a/tests/exynos/exynos_fimg2d_perf.c b/tests/exynos/exynos_fimg2d_perf.c
index 1699bba7..a2d5c192 100644
--- a/tests/exynos/exynos_fimg2d_perf.c
+++ b/tests/exynos/exynos_fimg2d_perf.c
@@ -1,17 +1,24 @@
1/* 1/*
2 * Copyright (C) 2015 - Tobias Jakobi 2 * Copyright (C) 2015 - Tobias Jakobi
3 * 3 *
4 * This is free software: you can redistribute it and/or modify 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * it under the terms of the GNU General Public License as published 5 * copy of this software and associated documentation files (the "Software"),
6 * by the Free Software Foundation, either version 2 of the License, 6 * to deal in the Software without restriction, including without limitation
7 * or (at your option) any later version. 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
8 * 10 *
9 * It is distributed in the hope that it will be useful, but 11 * The above copyright notice and this permission notice (including the next
10 * WITHOUT ANY WARRANTY; without even the implied warranty of 12 * paragraph) shall be included in all copies or substantial portions of the
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * Software.
12 * GNU General Public License for more details. 14 *
13 * You should have received a copy of the GNU General Public License 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 * along with it. If not, see <http://www.gnu.org/licenses/>. 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
19 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21 * OTHER DEALINGS IN THE SOFTWARE.
15 */ 22 */
16 23
17#include <stdlib.h> 24#include <stdlib.h>