| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* drivers/gpu/drm/exynos/regs-scaler.h |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (c) 2017 Samsung Electronics Co., Ltd. |
|---|
| 4 | 5 | * http://www.samsung.com/ |
|---|
| 5 | | - * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com> |
|---|
| 6 | + * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> |
|---|
| 6 | 7 | * |
|---|
| 7 | 8 | * Register definition file for Samsung scaler driver |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 10 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 11 | | - * published by the Free Software Foundation. |
|---|
| 12 | 9 | */ |
|---|
| 13 | 10 | |
|---|
| 14 | 11 | #ifndef EXYNOS_REGS_SCALER_H |
|---|