diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-01 02:06:33 (GMT) |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-10-26 21:22:09 (GMT) |
commit | 93456512005081d667811a223b8022c013d4d2d7 (patch) | |
tree | 4443065afc6e15040f63fbcfcb76db8ad89566bf /include/linux | |
parent | 1cfe9fa012da6c70402b5c2787414fd47fafb65f (diff) | |
download | u-boot-93456512005081d667811a223b8022c013d4d2d7.tar.xz |
arm: debug: replace license blocks with SPDX
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/serial_reg.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/serial_reg.h b/include/linux/serial_reg.h index 99b4705..9214b67 100644 --- a/include/linux/serial_reg.h +++ b/include/linux/serial_reg.h @@ -2,9 +2,8 @@ * include/linux/serial_reg.h * * Copyright (C) 1992, 1994 by Theodore Ts'o. - * - * Redistribution of this file is permitted under the terms of the GNU - * Public License (GPL) + * + * SPDX-License-Identifier: GPL-2.0+ * * These are the UART port assignments, expressed as offsets from the base * register. These assignments should hold for any serial port based on |