mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-26 08:31:28 +00:00
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 <sjg@chromium.org> Reported-by: Ingrid Viitanen <ingrid.viitanen@nokia.com>
This commit is contained in:
parent
f9fd4558ea
commit
5b5e9ba3f7
7 changed files with 14 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
* U-Boot additions to enable a generic Exynos GPIO driver
|
* U-Boot additions to enable a generic Exynos GPIO driver
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014 Google, Inc
|
* Copyright (c) 2014 Google, Inc
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/{
|
/{
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
* U-Boot additions to enable a generic Exynos GPIO driver
|
* U-Boot additions to enable a generic Exynos GPIO driver
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014 Google, Inc
|
* Copyright (c) 2014 Google, Inc
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/{
|
/{
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
* U-Boot additions to enable a generic Exynos GPIO driver
|
* U-Boot additions to enable a generic Exynos GPIO driver
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014 Google, Inc
|
* Copyright (c) 2014 Google, Inc
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/{
|
/{
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
* U-Boot additions to enable a generic Exynos GPIO driver
|
* U-Boot additions to enable a generic Exynos GPIO driver
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014 Google, Inc
|
* Copyright (c) 2014 Google, Inc
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/{
|
/{
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
* U-Boot additions to enable a generic Exynos GPIO driver
|
* U-Boot additions to enable a generic Exynos GPIO driver
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014 Google, Inc
|
* Copyright (c) 2014 Google, Inc
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
* U-Boot additions to enable a generic Exynos GPIO driver
|
* U-Boot additions to enable a generic Exynos GPIO driver
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014 Google, Inc
|
* Copyright (c) 2014 Google, Inc
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2011 The Chromium OS Authors.
|
* Copyright (c) 2011 The Chromium OS Authors.
|
||||||
*
|
*
|
||||||
|
* Modified from Linux arch/arm/include/asm/bitops.h
|
||||||
|
*
|
||||||
* Copyright 1995, Russell King.
|
* Copyright 1995, Russell King.
|
||||||
* Various bits and pieces copyrights include:
|
* Various bits and pieces copyrights include:
|
||||||
* Linus Torvalds (test_bit).
|
* Linus Torvalds (test_bit).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue