From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f194.google.com (mail-pf0-f194.google.com [209.85.192.194]) by dpdk.org (Postfix) with ESMTP id 91E0A1B00B for ; Tue, 19 Dec 2017 17:02:13 +0100 (CET) Received: by mail-pf0-f194.google.com with SMTP id p84so11300783pfd.3 for ; Tue, 19 Dec 2017 08:02:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Q3wpXTIxXDtt86C+pvDEV5vrvWkYh1KoN/UpJFf+xTU=; b=jbDPBbLPwKuu6VLukxUzq3gS4YDufSnuRjmkyfMDSSnzd1csxR4IXTliG126BHw2jA AcgNl1B4xr0DfBeuK9ntKjTXmxUZJYjwdyFOGSvIdFmde+olIw42lBW5Vyp/dUHVxSlz zn44Dv4mR6uFf3ZxTVOaM2KkeXx8rvj1g4KC6RZuuZBLTHjvn7SU33+/mCnK+s4u91Wv PLbILaW5O2V9qmXD2wNIj6xVZh4c1daqfU9ygbDR4cyI9MzgqYrVrd2ScC9iedCPaywh SewRphB8nlaKK18ETarxyayKC5XK0WRcKfN7SYBs2NjAkiPGVbPfLTKcV7d2Ea7WEB6d Pt0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Q3wpXTIxXDtt86C+pvDEV5vrvWkYh1KoN/UpJFf+xTU=; b=XTqTjyvOEBu6xJHqzPxTGE8gcSQAhMFVih2bSPTfFGE0EuiEoW1yvywD8prmeL3ie+ RdwgV1piTWK/XouLQWb0O+FBqHj3TLuT5stYECTN7WRHXu0X+TpSFbYg4ajkXlbR9DFC U0ry8KZpunl9YEZMCHcz2o+pFZP79IEmEU9HojfPv3K2J+TvzarenQwtvz4Z1qt8pRrQ jBjOBNOzcYju9eoYIFJu02uLqqtlzGQtUCgwLi+XEpk1st3jAgpPPq61+WWNKLa9KH2X j77WPIHbd7D8/CacR6VV9IvLNUb/ny/Iq6caNtq+eiBrKHT4L+0bwNbBwdUmLJDtiDSD LQSg== X-Gm-Message-State: AKGB3mJ4am7VBrh+0WNFqdQ/QGHa9hAD00c4KRu21XASC5B16AkNw/Pf 4GfrnQ4rvUlKuet6ZfBXik//7572+sU= X-Google-Smtp-Source: ACJfBou0HyMSakGtQgKVs+kALu6YZiK2tCscGm4T36gcR/KRM72pey8uEuoiy+OQ/BOE3elcuZZslQ== X-Received: by 10.99.177.8 with SMTP id r8mr3373739pgf.365.1513699332401; Tue, 19 Dec 2017 08:02:12 -0800 (PST) Received: from xeon-e3 (204-195-18-133.wavecable.com. [204.195.18.133]) by smtp.gmail.com with ESMTPSA id e2sm25837258pgv.34.2017.12.19.08.02.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 19 Dec 2017 08:02:12 -0800 (PST) Date: Tue, 19 Dec 2017 08:02:09 -0800 From: Stephen Hemminger To: Bruce Richardson Cc: dev@dpdk.org Message-ID: <20171219080209.3ae15da3@xeon-e3> In-Reply-To: <20171219154906.227759-1-bruce.richardson@intel.com> References: <20171219154906.227759-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/8] replace BSD headers with SPDX tags X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 16:02:14 -0000 On Tue, 19 Dec 2017 15:48:58 +0000 Bruce Richardson wrote: > Similar to what was done with the .c and .h files, replace BSD license > headers on makefiles and script files which were copyright by Intel alone. > > Bruce Richardson (8): > app: add SPDX tags for Intel copyright Makefiles > tools: add SPDX tags for Intel copyright scripts > drivers: add SPDX tags for Intel copyright Makefiles > examples: add SPDX tags for Intel copyright Makefiles > lib: add SPDX tags for Intel copyright Makefiles > mk: add SPDX tags for Intel copyright Makefiles > test: add SPDX tags for Intel copyright Makefiles > doc: add SPDX tag for Intel copyright file > > app/Makefile | 32 ++------------------- > app/pdump/Makefile | 32 ++------------------- > app/proc_info/Makefile | 32 ++------------------- > app/test-crypto-perf/Makefile | 31 ++------------------ > app/test-pmd/Makefile | 32 ++------------------- > buildtools/gen-build-mk.sh | 32 ++------------------- > buildtools/gen-config-h.sh | 32 ++------------------- > buildtools/relpath.sh | 32 ++------------------- > devtools/get-maintainer.sh | 32 ++------------------- > doc/guides/conf.py | 31 ++------------------ > drivers/Makefile | 32 ++------------------- > drivers/bus/vdev/Makefile | 32 ++------------------- > drivers/crypto/Makefile | 32 ++------------------- > drivers/crypto/aesni_gcm/Makefile | 31 ++------------------ > drivers/crypto/aesni_mb/Makefile | 31 ++------------------ > drivers/crypto/kasumi/Makefile | 31 ++------------------ > drivers/crypto/null/Makefile | 31 ++------------------ > drivers/crypto/openssl/Makefile | 31 ++------------------ > drivers/crypto/qat/Makefile | 31 ++------------------ > drivers/crypto/scheduler/Makefile | 31 ++------------------ > drivers/crypto/snow3g/Makefile | 31 ++------------------ > drivers/crypto/zuc/Makefile | 31 ++------------------ > drivers/event/sw/Makefile | 31 ++------------------ > drivers/net/Makefile | 32 ++------------------- > drivers/net/bonding/Makefile | 32 ++------------------- > drivers/net/e1000/Makefile | 32 ++------------------- > drivers/net/fm10k/Makefile | 32 ++------------------- > drivers/net/i40e/Makefile | 32 ++------------------- > drivers/net/ixgbe/Makefile | 32 ++------------------- > drivers/net/kni/Makefile | 31 ++------------------ > drivers/net/nfp/Makefile | 32 ++------------------- > drivers/net/ring/Makefile | 32 ++------------------- > drivers/net/softnic/Makefile | 32 ++------------------- > drivers/net/tap/Makefile | 31 ++------------------ > drivers/net/vhost/Makefile | 32 ++------------------- > drivers/net/virtio/Makefile | 32 ++------------------- > drivers/net/vmxnet3/Makefile | 32 ++------------------- > examples/bond/Makefile | 32 ++------------------- > examples/cmdline/Makefile | 32 ++------------------- > examples/distributor/Makefile | 32 ++------------------- > examples/ethtool/Makefile | 32 ++------------------- > examples/ethtool/ethtool-app/Makefile | 32 ++------------------- > examples/ethtool/lib/Makefile | 32 ++------------------- > examples/eventdev_pipeline_sw_pmd/Makefile | 31 ++------------------ > examples/exception_path/Makefile | 32 ++------------------- > examples/flow_classify/Makefile | 32 ++------------------- > examples/helloworld/Makefile | 32 ++------------------- > examples/ip_fragmentation/Makefile | 32 ++------------------- > examples/ip_pipeline/Makefile | 32 ++------------------- > examples/ip_pipeline/config/diagram-generator.py | 32 ++------------------- > .../ip_pipeline/config/pipeline-to-core-mapping.py | 32 ++------------------- > examples/ip_reassembly/Makefile | 32 ++------------------- > examples/ipsec-secgw/Makefile | 32 ++------------------- > examples/ipv4_multicast/Makefile | 32 ++------------------- > examples/kni/Makefile | 32 ++------------------- > examples/l2fwd-cat/Makefile | 32 ++------------------- > examples/l2fwd-crypto/Makefile | 32 ++------------------- > examples/l2fwd-jobstats/Makefile | 32 ++------------------- > examples/l2fwd-keepalive/Makefile | 32 ++------------------- > examples/l2fwd-keepalive/ka-agent/Makefile | 32 ++------------------- > examples/l2fwd/Makefile | 32 ++------------------- > examples/l3fwd-acl/Makefile | 32 ++------------------- > examples/l3fwd-power/Makefile | 32 ++------------------- > examples/l3fwd-vf/Makefile | 32 ++------------------- > examples/l3fwd/Makefile | 32 ++------------------- > examples/link_status_interrupt/Makefile | 32 ++------------------- > examples/load_balancer/Makefile | 32 ++------------------- > examples/multi_process/Makefile | 32 ++------------------- > examples/multi_process/client_server_mp/Makefile | 32 ++------------------- > .../client_server_mp/mp_client/Makefile | 32 ++------------------- > .../client_server_mp/mp_server/Makefile | 32 ++------------------- > examples/multi_process/l2fwd_fork/Makefile | 32 ++------------------- > examples/multi_process/simple_mp/Makefile | 32 ++------------------- > examples/multi_process/symmetric_mp/Makefile | 32 ++------------------- > examples/netmap_compat/Makefile | 32 ++------------------- > examples/netmap_compat/bridge/Makefile | 32 ++------------------- > examples/packet_ordering/Makefile | 32 ++------------------- > examples/performance-thread/Makefile | 32 ++------------------- > examples/performance-thread/common/common.mk | 33 ++-------------------- > examples/performance-thread/l3fwd-thread/Makefile | 32 ++------------------- > examples/performance-thread/pthread_shim/Makefile | 32 ++------------------- > examples/ptpclient/Makefile | 32 ++------------------- > examples/qos_meter/Makefile | 32 ++------------------- > examples/qos_sched/Makefile | 32 ++------------------- > examples/quota_watermark/Makefile | 32 ++------------------- > examples/quota_watermark/qw/Makefile | 32 ++------------------- > examples/quota_watermark/qwctl/Makefile | 32 ++------------------- > examples/rxtx_callbacks/Makefile | 32 ++------------------- > examples/server_node_efd/Makefile | 32 ++------------------- > examples/server_node_efd/node/Makefile | 32 ++------------------- > examples/server_node_efd/server/Makefile | 32 ++------------------- > examples/service_cores/Makefile | 31 ++------------------ > examples/skeleton/Makefile | 32 ++------------------- > examples/tep_termination/Makefile | 32 ++------------------- > examples/timer/Makefile | 32 ++------------------- > examples/vhost/Makefile | 32 ++------------------- > examples/vhost_scsi/Makefile | 32 ++------------------- > examples/vm_power_manager/Makefile | 32 ++------------------- > examples/vm_power_manager/guest_cli/Makefile | 32 ++------------------- > examples/vmdq/Makefile | 32 ++------------------- > examples/vmdq_dcb/Makefile | 32 ++------------------- > lib/Makefile | 32 ++------------------- > lib/librte_acl/Makefile | 32 ++------------------- > lib/librte_bitratestats/Makefile | 32 ++------------------- > lib/librte_cfgfile/Makefile | 32 ++------------------- > lib/librte_cmdline/Makefile | 32 ++------------------- > lib/librte_cryptodev/Makefile | 31 ++------------------ > lib/librte_distributor/Makefile | 32 ++------------------- > lib/librte_eal/Makefile | 32 ++------------------- > lib/librte_eal/bsdapp/Makefile | 32 ++------------------- > lib/librte_eal/bsdapp/contigmem/BSDmakefile | 32 ++------------------- > lib/librte_eal/bsdapp/contigmem/Makefile | 32 ++------------------- > lib/librte_eal/bsdapp/eal/Makefile | 32 ++------------------- > lib/librte_eal/bsdapp/nic_uio/BSDmakefile | 32 ++------------------- > lib/librte_eal/bsdapp/nic_uio/Makefile | 32 ++------------------- > lib/librte_eal/common/Makefile | 32 ++------------------- > lib/librte_eal/linuxapp/Makefile | 32 ++------------------- > lib/librte_eal/linuxapp/eal/Makefile | 32 ++------------------- > lib/librte_eal/linuxapp/igb_uio/Makefile | 32 ++------------------- > lib/librte_eal/linuxapp/kni/Makefile | 32 ++------------------- > lib/librte_efd/Makefile | 32 ++------------------- > lib/librte_ether/Makefile | 32 ++------------------- > lib/librte_flow_classify/Makefile | 32 ++------------------- > lib/librte_gro/Makefile | 32 ++------------------- > lib/librte_gso/Makefile | 32 ++------------------- > lib/librte_hash/Makefile | 32 ++------------------- > lib/librte_ip_frag/Makefile | 32 ++------------------- > lib/librte_jobstats/Makefile | 32 ++------------------- > lib/librte_kni/Makefile | 32 ++------------------- > lib/librte_latencystats/Makefile | 31 ++------------------ > lib/librte_lpm/Makefile | 32 ++------------------- > lib/librte_mbuf/Makefile | 32 ++------------------- > lib/librte_member/Makefile | 32 ++------------------- > lib/librte_mempool/Makefile | 32 ++------------------- > lib/librte_meter/Makefile | 32 ++------------------- > lib/librte_metrics/Makefile | 32 ++------------------- > lib/librte_net/Makefile | 32 ++------------------- > lib/librte_pdump/Makefile | 32 ++------------------- > lib/librte_pipeline/Makefile | 32 ++------------------- > lib/librte_port/Makefile | 32 ++------------------- > lib/librte_power/Makefile | 32 ++------------------- > lib/librte_reorder/Makefile | 32 ++------------------- > lib/librte_ring/Makefile | 32 ++------------------- > lib/librte_sched/Makefile | 32 ++------------------- > lib/librte_security/Makefile | 31 ++------------------ > lib/librte_table/Makefile | 32 ++------------------- > lib/librte_timer/Makefile | 32 ++------------------- > lib/librte_vhost/Makefile | 32 ++------------------- > mk/arch/i686/rte.vars.mk | 32 ++------------------- > mk/arch/x86_64/rte.vars.mk | 32 ++------------------- > mk/arch/x86_x32/rte.vars.mk | 32 ++------------------- > mk/exec-env/bsdapp/rte.app.mk | 32 ++------------------- > mk/exec-env/bsdapp/rte.vars.mk | 32 ++------------------- > mk/exec-env/linuxapp/rte.app.mk | 32 ++------------------- > mk/exec-env/linuxapp/rte.vars.mk | 32 ++------------------- > mk/internal/rte.build-post.mk | 32 ++------------------- > mk/internal/rte.build-pre.mk | 32 ++------------------- > mk/internal/rte.clean-post.mk | 32 ++------------------- > mk/internal/rte.clean-pre.mk | 32 ++------------------- > mk/internal/rte.compile-post.mk | 32 ++------------------- > mk/internal/rte.compile-pre.mk | 32 ++------------------- > mk/internal/rte.extvars.mk | 32 ++------------------- > mk/internal/rte.install-post.mk | 32 ++------------------- > mk/internal/rte.install-pre.mk | 32 ++------------------- > mk/machine/default/rte.vars.mk | 32 ++------------------- > mk/machine/hsw/rte.vars.mk | 32 ++------------------- > mk/machine/ivb/rte.vars.mk | 32 ++------------------- > mk/machine/native/rte.vars.mk | 32 ++------------------- > mk/machine/nhm/rte.vars.mk | 32 ++------------------- > mk/machine/silvermont/rte.vars.mk | 32 ++------------------- > mk/machine/snb/rte.vars.mk | 32 ++------------------- > mk/machine/wsm/rte.vars.mk | 32 ++------------------- > mk/rte.bsdmodule.mk | 32 ++------------------- > mk/rte.combinedlib.mk | 32 ++------------------- > mk/rte.cpuflags.mk | 32 ++------------------- > mk/rte.extapp.mk | 32 ++------------------- > mk/rte.extlib.mk | 32 ++------------------- > mk/rte.extobj.mk | 32 ++------------------- > mk/rte.gnuconfigure.mk | 32 ++------------------- > mk/rte.hostapp.mk | 32 ++------------------- > mk/rte.hostlib.mk | 32 ++------------------- > mk/rte.install.mk | 32 ++------------------- > mk/rte.lib.mk | 32 ++------------------- > mk/rte.module.mk | 32 ++------------------- > mk/rte.obj.mk | 32 ++------------------- > mk/rte.sdkbuild.mk | 32 ++------------------- > mk/rte.sdkconfig.mk | 32 ++------------------- > mk/rte.sdkdepdirs.mk | 32 ++------------------- > mk/rte.sdkgcov.mk | 32 ++------------------- > mk/rte.sdkroot.mk | 32 ++------------------- > mk/rte.sdktest.mk | 32 ++------------------- > mk/rte.subdir.mk | 32 ++------------------- > mk/rte.vars.mk | 32 ++------------------- > mk/target/generic/rte.app.mk | 32 ++------------------- > mk/target/generic/rte.vars.mk | 32 ++------------------- > mk/toolchain/clang/rte.toolchain-compat.mk | 32 ++------------------- > mk/toolchain/clang/rte.vars.mk | 32 ++------------------- > mk/toolchain/gcc/rte.toolchain-compat.mk | 32 ++------------------- > mk/toolchain/gcc/rte.vars.mk | 32 ++------------------- > mk/toolchain/icc/rte.toolchain-compat.mk | 32 ++------------------- > mk/toolchain/icc/rte.vars.mk | 32 ++------------------- > test/Makefile | 32 ++------------------- > test/cmdline_test/Makefile | 32 ++------------------- > test/cmdline_test/cmdline_test.py | 32 ++------------------- > test/cmdline_test/cmdline_test_data.py | 32 ++------------------- > test/test-acl/Makefile | 32 ++------------------- > test/test-pipeline/Makefile | 32 ++------------------- > test/test/Makefile | 32 ++------------------- > test/test/autotest.py | 32 ++------------------- > test/test/autotest_data.py | 32 ++------------------- > test/test/autotest_runner.py | 32 ++------------------- > test/test/autotest_test_funcs.py | 32 ++------------------- > usertools/dpdk-devbind.py | 32 ++------------------- > usertools/dpdk-setup.sh | 32 ++------------------- > 214 files changed, 428 insertions(+), 6402 deletions(-) > LGTM