examples: use SPDX tag for Intel copyright files
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 19 Dec 2017 15:49:02 +0000 (15:49 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 4 Jan 2018 21:41:39 +0000 (22:41 +0100)
commit3998e2a07220844d3f3c17f76a781ced3efe0de0
tree7714f827677673c78c075da5818ded9a570f36e0
parent174a1631d577fc0213962e8deb2fbdce78446dee
examples: use SPDX tag for Intel copyright files

Replace the BSD license header with the SPDX tag for files
with only an Intel copyright on them.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
261 files changed:
examples/bond/Makefile
examples/bond/main.c
examples/bond/main.h
examples/cmdline/Makefile
examples/cmdline/commands.h
examples/distributor/Makefile
examples/distributor/main.c
examples/ethtool/Makefile
examples/ethtool/ethtool-app/Makefile
examples/ethtool/ethtool-app/ethapp.c
examples/ethtool/ethtool-app/ethapp.h
examples/ethtool/ethtool-app/main.c
examples/ethtool/lib/Makefile
examples/ethtool/lib/rte_ethtool.c
examples/ethtool/lib/rte_ethtool.h
examples/eventdev_pipeline_sw_pmd/Makefile
examples/eventdev_pipeline_sw_pmd/main.c
examples/exception_path/Makefile
examples/exception_path/main.c
examples/flow_classify/Makefile
examples/flow_classify/flow_classify.c
examples/helloworld/Makefile
examples/helloworld/main.c
examples/ip_fragmentation/Makefile
examples/ip_fragmentation/main.c
examples/ip_pipeline/Makefile
examples/ip_pipeline/app.h
examples/ip_pipeline/config/diagram-generator.py
examples/ip_pipeline/config/pipeline-to-core-mapping.py
examples/ip_pipeline/config_check.c
examples/ip_pipeline/config_parse.c
examples/ip_pipeline/config_parse_tm.c
examples/ip_pipeline/cpu_core_map.c
examples/ip_pipeline/cpu_core_map.h
examples/ip_pipeline/init.c
examples/ip_pipeline/main.c
examples/ip_pipeline/parser.h
examples/ip_pipeline/pipeline.h
examples/ip_pipeline/pipeline/hash_func.h
examples/ip_pipeline/pipeline/pipeline_actions_common.h
examples/ip_pipeline/pipeline/pipeline_common_be.c
examples/ip_pipeline/pipeline/pipeline_common_be.h
examples/ip_pipeline/pipeline/pipeline_common_fe.c
examples/ip_pipeline/pipeline/pipeline_common_fe.h
examples/ip_pipeline/pipeline/pipeline_firewall.c
examples/ip_pipeline/pipeline/pipeline_firewall.h
examples/ip_pipeline/pipeline/pipeline_firewall_be.c
examples/ip_pipeline/pipeline/pipeline_firewall_be.h
examples/ip_pipeline/pipeline/pipeline_flow_actions.c
examples/ip_pipeline/pipeline/pipeline_flow_actions.h
examples/ip_pipeline/pipeline/pipeline_flow_actions_be.c
examples/ip_pipeline/pipeline/pipeline_flow_actions_be.h
examples/ip_pipeline/pipeline/pipeline_flow_classification.c
examples/ip_pipeline/pipeline/pipeline_flow_classification.h
examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c
examples/ip_pipeline/pipeline/pipeline_flow_classification_be.h
examples/ip_pipeline/pipeline/pipeline_master.c
examples/ip_pipeline/pipeline/pipeline_master.h
examples/ip_pipeline/pipeline/pipeline_master_be.c
examples/ip_pipeline/pipeline/pipeline_master_be.h
examples/ip_pipeline/pipeline/pipeline_passthrough.c
examples/ip_pipeline/pipeline/pipeline_passthrough.h
examples/ip_pipeline/pipeline/pipeline_passthrough_be.c
examples/ip_pipeline/pipeline/pipeline_passthrough_be.h
examples/ip_pipeline/pipeline/pipeline_routing.c
examples/ip_pipeline/pipeline/pipeline_routing.h
examples/ip_pipeline/pipeline/pipeline_routing_be.c
examples/ip_pipeline/pipeline/pipeline_routing_be.h
examples/ip_pipeline/pipeline_be.h
examples/ip_pipeline/thread.c
examples/ip_pipeline/thread.h
examples/ip_pipeline/thread_fe.h
examples/ip_reassembly/Makefile
examples/ip_reassembly/main.c
examples/ipsec-secgw/Makefile
examples/ipsec-secgw/esp.c
examples/ipsec-secgw/esp.h
examples/ipsec-secgw/ipip.h
examples/ipsec-secgw/ipsec-secgw.c
examples/ipsec-secgw/ipsec.c
examples/ipsec-secgw/ipsec.h
examples/ipsec-secgw/parser.c
examples/ipsec-secgw/parser.h
examples/ipsec-secgw/rt.c
examples/ipsec-secgw/sa.c
examples/ipsec-secgw/sp4.c
examples/ipsec-secgw/sp6.c
examples/ipv4_multicast/Makefile
examples/ipv4_multicast/main.c
examples/kni/Makefile
examples/kni/main.c
examples/l2fwd-cat/Makefile
examples/l2fwd-cat/cat.c
examples/l2fwd-cat/cat.h
examples/l2fwd-cat/l2fwd-cat.c
examples/l2fwd-crypto/Makefile
examples/l2fwd-crypto/main.c
examples/l2fwd-jobstats/Makefile
examples/l2fwd-jobstats/main.c
examples/l2fwd-keepalive/Makefile
examples/l2fwd-keepalive/ka-agent/Makefile
examples/l2fwd-keepalive/ka-agent/main.c
examples/l2fwd-keepalive/main.c
examples/l2fwd-keepalive/shm.c
examples/l2fwd-keepalive/shm.h
examples/l2fwd/Makefile
examples/l2fwd/main.c
examples/l3fwd-acl/Makefile
examples/l3fwd-acl/main.c
examples/l3fwd-power/Makefile
examples/l3fwd-power/main.c
examples/l3fwd-vf/Makefile
examples/l3fwd-vf/main.c
examples/l3fwd/Makefile
examples/l3fwd/l3fwd.h
examples/l3fwd/l3fwd_em.c
examples/l3fwd/l3fwd_em.h
examples/l3fwd/l3fwd_em_hlm_sse.h
examples/l3fwd/l3fwd_em_sequential.h
examples/l3fwd/l3fwd_lpm.c
examples/l3fwd/l3fwd_lpm.h
examples/l3fwd/l3fwd_lpm_sse.h
examples/l3fwd/l3fwd_sse.h
examples/l3fwd/main.c
examples/link_status_interrupt/Makefile
examples/link_status_interrupt/main.c
examples/load_balancer/Makefile
examples/load_balancer/config.c
examples/load_balancer/init.c
examples/load_balancer/main.c
examples/load_balancer/main.h
examples/load_balancer/runtime.c
examples/multi_process/Makefile
examples/multi_process/client_server_mp/Makefile
examples/multi_process/client_server_mp/mp_client/Makefile
examples/multi_process/client_server_mp/mp_client/client.c
examples/multi_process/client_server_mp/mp_server/Makefile
examples/multi_process/client_server_mp/mp_server/args.c
examples/multi_process/client_server_mp/mp_server/args.h
examples/multi_process/client_server_mp/mp_server/init.c
examples/multi_process/client_server_mp/mp_server/init.h
examples/multi_process/client_server_mp/mp_server/main.c
examples/multi_process/client_server_mp/shared/common.h
examples/multi_process/l2fwd_fork/Makefile
examples/multi_process/l2fwd_fork/flib.c
examples/multi_process/l2fwd_fork/flib.h
examples/multi_process/l2fwd_fork/main.c
examples/multi_process/simple_mp/Makefile
examples/multi_process/simple_mp/main.c
examples/multi_process/simple_mp/mp_commands.c
examples/multi_process/simple_mp/mp_commands.h
examples/multi_process/symmetric_mp/Makefile
examples/multi_process/symmetric_mp/main.c
examples/netmap_compat/Makefile
examples/netmap_compat/bridge/Makefile
examples/netmap_compat/bridge/bridge.c
examples/netmap_compat/lib/compat_netmap.c
examples/netmap_compat/lib/compat_netmap.h
examples/packet_ordering/Makefile
examples/packet_ordering/main.c
examples/performance-thread/Makefile
examples/performance-thread/common/arch/x86/ctx.h
examples/performance-thread/common/common.mk
examples/performance-thread/common/lthread_diag.c
examples/performance-thread/common/lthread_diag.h
examples/performance-thread/common/lthread_diag_api.h
examples/performance-thread/common/lthread_mutex.c
examples/performance-thread/common/lthread_mutex.h
examples/performance-thread/common/lthread_objcache.h
examples/performance-thread/common/lthread_timer.h
examples/performance-thread/common/lthread_tls.c
examples/performance-thread/common/lthread_tls.h
examples/performance-thread/l3fwd-thread/Makefile
examples/performance-thread/l3fwd-thread/main.c
examples/performance-thread/pthread_shim/Makefile
examples/performance-thread/pthread_shim/main.c
examples/performance-thread/pthread_shim/pthread_shim.c
examples/performance-thread/pthread_shim/pthread_shim.h
examples/ptpclient/Makefile
examples/ptpclient/ptpclient.c
examples/qos_meter/Makefile
examples/qos_meter/main.c
examples/qos_meter/main.h
examples/qos_meter/rte_policer.c
examples/qos_meter/rte_policer.h
examples/qos_sched/Makefile
examples/qos_sched/app_thread.c
examples/qos_sched/args.c
examples/qos_sched/cfg_file.c
examples/qos_sched/cfg_file.h
examples/qos_sched/cmdline.c
examples/qos_sched/init.c
examples/qos_sched/main.c
examples/qos_sched/main.h
examples/qos_sched/stats.c
examples/quota_watermark/Makefile
examples/quota_watermark/include/conf.h
examples/quota_watermark/qw/Makefile
examples/quota_watermark/qw/args.c
examples/quota_watermark/qw/args.h
examples/quota_watermark/qw/init.c
examples/quota_watermark/qw/init.h
examples/quota_watermark/qw/main.c
examples/quota_watermark/qw/main.h
examples/quota_watermark/qwctl/Makefile
examples/quota_watermark/qwctl/commands.c
examples/quota_watermark/qwctl/commands.h
examples/quota_watermark/qwctl/qwctl.c
examples/quota_watermark/qwctl/qwctl.h
examples/rxtx_callbacks/Makefile
examples/rxtx_callbacks/main.c
examples/server_node_efd/Makefile
examples/server_node_efd/node/Makefile
examples/server_node_efd/node/node.c
examples/server_node_efd/server/Makefile
examples/server_node_efd/server/args.c
examples/server_node_efd/server/args.h
examples/server_node_efd/server/init.c
examples/server_node_efd/server/init.h
examples/server_node_efd/server/main.c
examples/server_node_efd/shared/common.h
examples/service_cores/Makefile
examples/service_cores/main.c
examples/skeleton/Makefile
examples/skeleton/basicfwd.c
examples/tep_termination/Makefile
examples/tep_termination/main.c
examples/tep_termination/main.h
examples/tep_termination/vxlan.c
examples/tep_termination/vxlan.h
examples/tep_termination/vxlan_setup.c
examples/tep_termination/vxlan_setup.h
examples/timer/Makefile
examples/timer/main.c
examples/vhost/Makefile
examples/vhost/main.c
examples/vhost/main.h
examples/vhost/virtio_net.c
examples/vhost_scsi/Makefile
examples/vhost_scsi/scsi.c
examples/vhost_scsi/scsi_spec.h
examples/vhost_scsi/vhost_scsi.c
examples/vhost_scsi/vhost_scsi.h
examples/vm_power_manager/Makefile
examples/vm_power_manager/channel_manager.c
examples/vm_power_manager/channel_manager.h
examples/vm_power_manager/channel_monitor.c
examples/vm_power_manager/channel_monitor.h
examples/vm_power_manager/guest_cli/Makefile
examples/vm_power_manager/guest_cli/main.c
examples/vm_power_manager/guest_cli/vm_power_cli_guest.c
examples/vm_power_manager/guest_cli/vm_power_cli_guest.h
examples/vm_power_manager/main.c
examples/vm_power_manager/power_manager.c
examples/vm_power_manager/power_manager.h
examples/vm_power_manager/vm_power_cli.c
examples/vm_power_manager/vm_power_cli.h
examples/vmdq/Makefile
examples/vmdq/main.c
examples/vmdq_dcb/Makefile
examples/vmdq_dcb/main.c