mirror of
				https://github.com/openwrt/openwrt.git
				synced 2025-10-30 07:49:23 +08:00 
			
		
		
		
	build: use SPDX license tags
The license folder is a core part of OpenWrt and all GPL-2.0 licensed. Use SPDX license tags to allow machines to check licenses. Signed-off-by: Paul Spooren <mail@aparcar.org> [rebase, keep some Copyright lines, sharpen commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
		 Paul Spooren
					Paul Spooren
				
			
				
					committed by
					
						 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
						parent
						
							381a458d58
						
					
				
				
					commit
					a17b8eaa2e
				
			| @ -1,7 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| world ${.TARGETS}: | ||||
| 	@gmake $@ | ||||
|  | ||||
| @ -1,8 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2013 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| mainmenu "OpenWrt Configuration" | ||||
|  | ||||
|  | ||||
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @ -1,10 +1,6 @@ | ||||
| # Makefile for OpenWrt | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2007 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| TOPDIR:=${CURDIR} | ||||
| LC_ALL:=C | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2013 OpenWrt.org | ||||
| # Copyright (C) 2016 LEDE Project | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| config EXPERIMENTAL | ||||
| 	bool "Enable experimental features by default" | ||||
|  | ||||
| @ -1,8 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2013 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| menuconfig DEVEL | ||||
| 	bool "Advanced configuration options (for developers)" | ||||
|  | ||||
| @ -1,8 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2013 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| menu "Target Images" | ||||
|  | ||||
|  | ||||
| @ -1,8 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2014 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| config KERNEL_BUILD_USER | ||||
| 	string "Custom Kernel Build User Name" | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2007-2012 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2007-2020 OpenWrt.org | ||||
|  | ||||
| autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2)) | ||||
|  | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2007 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2007-2020 OpenWrt.org | ||||
|  | ||||
| # debug flags: | ||||
| # | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2007 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2007-2020 OpenWrt.org | ||||
|  | ||||
| # define a dependency on a subtree | ||||
| # parameters: | ||||
| #	1: directories/files | ||||
|  | ||||
| @ -1,10 +1,7 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2012 OpenWrt.org | ||||
| # Copyright (C) 2016 LEDE project | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| PROJECT_GIT = https://git.openwrt.org | ||||
|  | ||||
|  | ||||
| @ -1,10 +1,7 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2014 OpenWrt.org | ||||
| # Copyright (C) 2016 LEDE Project | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| -include $(TMP_DIR)/.packageauxvars | ||||
|  | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2015 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2015-2020 OpenWrt.org | ||||
|  | ||||
| PKG_CHECK_FORMAT_SECURITY ?= 1 | ||||
| PKG_ASLR_PIE ?= 1 | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2010 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| include $(INCLUDE_DIR)/download.mk | ||||
|  | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2010 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| override TARGET_BUILD= | ||||
| include $(INCLUDE_DIR)/prereq.mk | ||||
|  | ||||
| @ -1,9 +1,7 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2007 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| include $(INCLUDE_DIR)/prereq.mk | ||||
| include $(INCLUDE_DIR)/depends.mk | ||||
|  | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2015 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| ifdef CONFIG_STRIP_KERNEL_EXPORTS | ||||
|   KERNEL_MAKEOPTS += \ | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| # Use the default kernel version if the Makefile doesn't override it | ||||
|  | ||||
| # Use the default kernel version if the Makefile doesn't override it | ||||
| LINUX_RELEASE?=1 | ||||
|  | ||||
| ifdef CONFIG_TESTING_KERNEL | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2015 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| ifneq ($(filter check,$(MAKECMDGOALS)),) | ||||
| CHECK:=1 | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2014 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| ifneq ($(__inc_netfilter),1) | ||||
| __inc_netfilter:=1 | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2011-2012 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2011-2020 OpenWrt.org | ||||
|  | ||||
| # iconv full | ||||
| ifeq ($(CONFIG_BUILD_NLS),y) | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2007-2014 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2007-2020 OpenWrt.org | ||||
|  | ||||
| ifeq ($(DUMP),) | ||||
|   define BuildTarget/bin | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| PKG_DEFAULT_DEPENDS = +libc +USE_GLIBC:librt +USE_GLIBC:libpthread | ||||
|  | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| ifneq ($(DUMP),) | ||||
|  | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2014 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| ifndef DUMP | ||||
|   include $(INCLUDE_DIR)/feeds.mk | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2015 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2015-2020 OpenWrt.org | ||||
|  | ||||
| PKG_CONFIG_DEPENDS+= CONFIG_KERNEL_SECCOMP | ||||
|  | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2008 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| __package_mk:=1 | ||||
|  | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2012 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| include $(TOPDIR)/rules.mk | ||||
| include $(INCLUDE_DIR)/prereq.mk | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2015 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| ifneq ($(__prereq_inc),1) | ||||
| __prereq_inc:=1 | ||||
|  | ||||
| @ -1,8 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2007-2009 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # Copyright (C) 2007-2020 OpenWrt.org | ||||
|  | ||||
| ifeq ($(TARGET_BUILD),1) | ||||
|   PKG_BUILD_DIR:=$(LINUX_DIR) | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2007 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2007-2020 OpenWrt.org | ||||
|  | ||||
| ifeq ($(MAKECMDGOALS),prereq) | ||||
|   SUBTARGETS:=prereq | ||||
|  | ||||
| @ -1,10 +1,7 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2007-2008 OpenWrt.org | ||||
| # Copyright (C) 2016 LEDE Project | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| ifneq ($(__target_inc),1) | ||||
| __target_inc=1 | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2009 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2009-2020 OpenWrt.org | ||||
|  | ||||
| override CONFIG_AUTOREBUILD= | ||||
| override CONFIG_AUTOREMOVE= | ||||
|  | ||||
| @ -1,10 +1,6 @@ | ||||
| # Makefile for OpenWrt | ||||
| # | ||||
| # Copyright (C) 2007-2012 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2007-2020 OpenWrt.org | ||||
|  | ||||
| PREP_MK= OPENWRT_BUILD= QUIET=0 | ||||
|  | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2007 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| HOST_TAR:=$(TAR) | ||||
| TAR_CMD=$(HOST_TAR) -C $(1)/.. $(TAR_OPTIONS) | ||||
|  | ||||
| @ -1,9 +1,6 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006 OpenWrt.org | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
| # Copyright (C) 2006-2020 OpenWrt.org | ||||
|  | ||||
| ifndef OPENWRT_VERBOSE | ||||
|   OPENWRT_VERBOSE:= | ||||
|  | ||||
| @ -1,10 +1,7 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2012-2015 OpenWrt.org | ||||
| # Copyright (C) 2016 LEDE Project | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| # Substituted by SDK, do not remove | ||||
| # REVISION:=x | ||||
|  | ||||
							
								
								
									
										5
									
								
								rules.mk
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								rules.mk
									
									
									
									
									
								
							| @ -1,10 +1,7 @@ | ||||
| # SPDX-License-Identifier: GPL-2.0-only | ||||
| # | ||||
| # Copyright (C) 2006-2010 OpenWrt.org | ||||
| # Copyright (C) 2016 LEDE Project | ||||
| # | ||||
| # This is free software, licensed under the GNU General Public License v2. | ||||
| # See /LICENSE for more information. | ||||
| # | ||||
|  | ||||
| ifneq ($(__rules_inc),1) | ||||
| __rules_inc=1 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user