| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-hw.h |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. |
|---|
| 4 | 5 | * http://www.samsung.com |
|---|
| 5 | 6 | * |
|---|
| 6 | | - * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com> |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 9 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 10 | | - * published by the Free Software Foundation. |
|---|
| 7 | + * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | #ifndef JPEG_HW_S5P_H_ |
|---|
| 13 | 10 | #define JPEG_HW_S5P_H_ |
|---|