From 5b5e9ba3f7f40f12b3a69bb1cf3828cf3dd5e315 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 13 Apr 2015 11:19:07 -0600 Subject: exynos: sandbox: ti: Add SPDX license identifiers and notes For some files I neglected to add a license. Rectify this: arch/arm/dts/exynos4210-pinctrl-uboot.dtsi arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi arch/arm/dts/exynos5250-pinctrl-uboot.dtsi arch/arm/dts/exynos54xx-pinctrl-uboot.dtsi arch/arm/dts/s5pc100-pinctrl.dtsi arch/arm/dts/s5pc110-pinctrl.dtsi This file came from Linux and has no license information there, so add a comment to that effect: arch/sandbox/include/asm/bitops.h This file also came from Linux - presumably someone from TI could add the license: include/dt-bindings/pinctrl/omap.h Signed-off-by: Simon Glass Reported-by: Ingrid Viitanen --- arch/sandbox/include/asm/bitops.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/sandbox/include') diff --git a/arch/sandbox/include/asm/bitops.h b/arch/sandbox/include/asm/bitops.h index e807c4ef34b..f1a7aeee938 100644 --- a/arch/sandbox/include/asm/bitops.h +++ b/arch/sandbox/include/asm/bitops.h @@ -1,6 +1,8 @@ /* * Copyright (c) 2011 The Chromium OS Authors. * + * Modified from Linux arch/arm/include/asm/bitops.h + * * Copyright 1995, Russell King. * Various bits and pieces copyrights include: * Linus Torvalds (test_bit). -- cgit v1.2.3