diff options
Diffstat (limited to 'target/linux/omap')
-rw-r--r-- | target/linux/omap/Makefile | 5 | ||||
-rw-r--r-- | target/linux/omap/image/Makefile | 6 | ||||
-rw-r--r-- | target/linux/omap/profiles/00-default.mk | 5 |
3 files changed, 4 insertions, 12 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index a674bfb2ca..0643d3ad84 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -1,9 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2012-2014 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# include $(TOPDIR)/rules.mk diff --git a/target/linux/omap/image/Makefile b/target/linux/omap/image/Makefile index 24c22165c2..10c6d0ad68 100644 --- a/target/linux/omap/image/Makefile +++ b/target/linux/omap/image/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2012-2014 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# + include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk diff --git a/target/linux/omap/profiles/00-default.mk b/target/linux/omap/profiles/00-default.mk index 56e7a34c75..73338d8652 100644 --- a/target/linux/omap/profiles/00-default.mk +++ b/target/linux/omap/profiles/00-default.mk @@ -1,9 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2013 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# define Profile/Default NAME:=Default Profile |