From: Stephen Hemminger <stephen@networkplumber.org>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 0/8] replace BSD headers with SPDX tags
Date: Tue, 19 Dec 2017 08:02:09 -0800 [thread overview]
Message-ID: <20171219080209.3ae15da3@xeon-e3> (raw)
In-Reply-To: <20171219154906.227759-1-bruce.richardson@intel.com>
On Tue, 19 Dec 2017 15:48:58 +0000
Bruce Richardson <bruce.richardson@intel.com> 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
next prev parent reply other threads:[~2017-12-19 16:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-19 15:48 Bruce Richardson
2017-12-19 15:48 ` [dpdk-dev] [PATCH 1/8] app: add SPDX tags for Intel copyright Makefiles Bruce Richardson
2017-12-19 15:49 ` [dpdk-dev] [PATCH 2/8] tools: add SPDX tags for Intel copyright scripts Bruce Richardson
2017-12-19 15:49 ` [dpdk-dev] [PATCH 3/8] drivers: add SPDX tags for Intel copyright Makefiles Bruce Richardson
2017-12-19 15:49 ` [dpdk-dev] [PATCH 4/8] examples: " Bruce Richardson
2017-12-19 15:49 ` [dpdk-dev] [PATCH 5/8] lib: " Bruce Richardson
2017-12-19 15:49 ` [dpdk-dev] [PATCH 6/8] mk: " Bruce Richardson
2017-12-19 15:49 ` [dpdk-dev] [PATCH 7/8] test: " Bruce Richardson
2017-12-19 15:49 ` [dpdk-dev] [PATCH 8/8] doc: add SPDX tag for Intel copyright file Bruce Richardson
2017-12-19 16:02 ` Stephen Hemminger [this message]
2018-01-04 21:11 ` [dpdk-dev] [PATCH 0/8] replace BSD headers with SPDX tags Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171219080209.3ae15da3@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).