diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-11-10 16:12:35 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-11-14 23:42:45 +0100 |
commit | e1098e59158048ef0787578ea281060698a5f495 (patch) | |
tree | f6f00066aba5f37bf413460a766d484f9a55eb1a /include/dt-bindings/clock/bcm2835-aux.h | |
parent | Linux 4.20-rc1 (diff) | |
download | linux-e1098e59158048ef0787578ea281060698a5f495.tar.xz linux-e1098e59158048ef0787578ea281060698a5f495.zip |
clk: bcm2835: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Cc: Simon Arlott <simon@arlott.org>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/bcm2835-aux.h')
-rw-r--r-- | include/dt-bindings/clock/bcm2835-aux.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/dt-bindings/clock/bcm2835-aux.h b/include/dt-bindings/clock/bcm2835-aux.h index d91156e2658d..bb79de383a3b 100644 --- a/include/dt-bindings/clock/bcm2835-aux.h +++ b/include/dt-bindings/clock/bcm2835-aux.h @@ -1,14 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2015 Broadcom Corporation - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation version 2. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether express or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #define BCM2835_AUX_CLOCK_UART 0 |