* [PATCH rdma-core 1/8] ibcm: Delete COPYING file
[not found] ` <1478803660-27959-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
@ 2016-11-10 18:47 ` Jason Gunthorpe
2016-11-10 18:47 ` [PATCH rdma-core 2/8] iwpmd: " Jason Gunthorpe
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jason Gunthorpe @ 2016-11-10 18:47 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
All files have copyright headers.
Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
---
libibcm/COPYING | 378 --------------------------------------------------------
1 file changed, 378 deletions(-)
delete mode 100644 libibcm/COPYING
diff --git a/libibcm/COPYING b/libibcm/COPYING
deleted file mode 100644
index ee1a79ffabf6..000000000000
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 10+ messages in thread* [PATCH rdma-core 2/8] iwpmd: Delete COPYING file
[not found] ` <1478803660-27959-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-11-10 18:47 ` [PATCH rdma-core 1/8] ibcm: Delete COPYING file Jason Gunthorpe
@ 2016-11-10 18:47 ` Jason Gunthorpe
2016-11-10 18:47 ` [PATCH rdma-core 3/8] srp_daemon: Push COPYING file into individual files Jason Gunthorpe
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jason Gunthorpe @ 2016-11-10 18:47 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
This COPYING has the default copyright.
Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
---
iwpmd/COPYING | 372 ----------------------------------------------------------
1 file changed, 372 deletions(-)
delete mode 100644 iwpmd/COPYING
diff --git a/iwpmd/COPYING b/iwpmd/COPYING
deleted file mode 100644
index b275c841fb59..000000000000
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 10+ messages in thread* [PATCH rdma-core 3/8] srp_daemon: Push COPYING file into individual files
[not found] ` <1478803660-27959-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-11-10 18:47 ` [PATCH rdma-core 1/8] ibcm: Delete COPYING file Jason Gunthorpe
2016-11-10 18:47 ` [PATCH rdma-core 2/8] iwpmd: " Jason Gunthorpe
@ 2016-11-10 18:47 ` Jason Gunthorpe
2016-11-10 18:47 ` [PATCH rdma-core 4/8] umad: " Jason Gunthorpe
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jason Gunthorpe @ 2016-11-10 18:47 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Add missing copyright headers and delete the COPYING file.
Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
---
srp_daemon/COPYING | 376 ---------------------------------------------
srp_daemon/ibsrpdm.1 | 1 +
srp_daemon/srp_daemon.1.in | 1 +
srp_daemon/srpd.in | 1 +
4 files changed, 3 insertions(+), 376 deletions(-)
delete mode 100644 srp_daemon/COPYING
diff --git a/srp_daemon/COPYING b/srp_daemon/COPYING
deleted file mode 100644
index 34994d31ea0b..000000000000
diff --git a/srp_daemon/ibsrpdm.1 b/srp_daemon/ibsrpdm.1
index f1c1d2a78ee3..6e7fc0d6e036 100644
--- a/srp_daemon/ibsrpdm.1
+++ b/srp_daemon/ibsrpdm.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH IBSRPDM 1 "August 30, 2005" "OpenFabrics" "USER COMMANDS"
.SH NAME
diff --git a/srp_daemon/srp_daemon.1.in b/srp_daemon/srp_daemon.1.in
index 6ee114284780..008d53a2a55a 100644
--- a/srp_daemon/srp_daemon.1.in
+++ b/srp_daemon/srp_daemon.1.in
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH SRP_DAEMON 1 "September 5, 2006" "OpenFabrics" "USER COMMANDS"
.SH NAME
diff --git a/srp_daemon/srpd.in b/srp_daemon/srpd.in
index d77579170a3b..7e2316f6fbc4 100755
--- a/srp_daemon/srpd.in
+++ b/srp_daemon/srpd.in
@@ -1,4 +1,5 @@
#!/bin/bash
+# Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
#
# Manage the SRP client daemon (srp_daemon)
#
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH rdma-core 4/8] umad: Push COPYING file into individual files
[not found] ` <1478803660-27959-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
` (2 preceding siblings ...)
2016-11-10 18:47 ` [PATCH rdma-core 3/8] srp_daemon: Push COPYING file into individual files Jason Gunthorpe
@ 2016-11-10 18:47 ` Jason Gunthorpe
2016-11-10 18:47 ` [PATCH rdma-core 5/8] ibverbs: " Jason Gunthorpe
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jason Gunthorpe @ 2016-11-10 18:47 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Add missing copyright headers and delete the COPYING file.
Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
---
libibumad/COPYING | 377 ----------------------------------
libibumad/man/umad_addr_dump.3 | 1 +
libibumad/man/umad_alloc.3 | 1 +
libibumad/man/umad_class_str.3 | 1 +
libibumad/man/umad_close_port.3 | 1 +
libibumad/man/umad_debug.3 | 1 +
libibumad/man/umad_dump.3 | 1 +
libibumad/man/umad_free.3 | 1 +
libibumad/man/umad_get_ca.3 | 1 +
libibumad/man/umad_get_ca_portguids.3 | 1 +
libibumad/man/umad_get_cas_names.3 | 1 +
libibumad/man/umad_get_fd.3 | 1 +
libibumad/man/umad_get_issm_path.3 | 1 +
libibumad/man/umad_get_mad.3 | 1 +
libibumad/man/umad_get_mad_addr.3 | 1 +
libibumad/man/umad_get_pkey.3 | 1 +
libibumad/man/umad_get_port.3 | 1 +
libibumad/man/umad_init.3 | 1 +
libibumad/man/umad_open_port.3 | 1 +
libibumad/man/umad_poll.3 | 1 +
libibumad/man/umad_recv.3 | 1 +
libibumad/man/umad_register.3 | 1 +
libibumad/man/umad_register2.3 | 1 +
libibumad/man/umad_register_oui.3 | 1 +
libibumad/man/umad_send.3 | 1 +
libibumad/man/umad_set_addr.3 | 1 +
libibumad/man/umad_set_addr_net.3 | 1 +
libibumad/man/umad_set_grh.3 | 1 +
libibumad/man/umad_set_grh_net.3 | 1 +
libibumad/man/umad_set_pkey.3 | 1 +
libibumad/man/umad_size.3 | 1 +
libibumad/man/umad_status.3 | 1 +
libibumad/man/umad_unregister.3 | 1 +
33 files changed, 32 insertions(+), 377 deletions(-)
delete mode 100644 libibumad/COPYING
diff --git a/libibumad/COPYING b/libibumad/COPYING
deleted file mode 100644
index c7f06f69e99e..000000000000
diff --git a/libibumad/man/umad_addr_dump.3 b/libibumad/man/umad_addr_dump.3
index 7f09214925e4..d082c37a0c16 100644
--- a/libibumad/man/umad_addr_dump.3
+++ b/libibumad/man/umad_addr_dump.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_ADDR_DUMP 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_alloc.3 b/libibumad/man/umad_alloc.3
index 5c65f3ece42b..b5ef752a2a5c 100644
--- a/libibumad/man/umad_alloc.3
+++ b/libibumad/man/umad_alloc.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_ALLOC 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_class_str.3 b/libibumad/man/umad_class_str.3
index 5bc813b68cdd..9adb0fd505b9 100644
--- a/libibumad/man/umad_class_str.3
+++ b/libibumad/man/umad_class_str.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_CLASS_STR 3 "Feb 15, 2013" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_close_port.3 b/libibumad/man/umad_close_port.3
index 2c56d906b9b4..341c2d271926 100644
--- a/libibumad/man/umad_close_port.3
+++ b/libibumad/man/umad_close_port.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_OPEN_PORT 3 "May 11, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_debug.3 b/libibumad/man/umad_debug.3
index b7da2b01f0e5..224d5c016984 100644
--- a/libibumad/man/umad_debug.3
+++ b/libibumad/man/umad_debug.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_DEBUG 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_dump.3 b/libibumad/man/umad_dump.3
index 101a2e0c4997..c01d51bf3044 100644
--- a/libibumad/man/umad_dump.3
+++ b/libibumad/man/umad_dump.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_DUMP 3 "May 17, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_free.3 b/libibumad/man/umad_free.3
index ac397942ea76..e3473170a389 100644
--- a/libibumad/man/umad_free.3
+++ b/libibumad/man/umad_free.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_FREE 3 "May 17, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_get_ca.3 b/libibumad/man/umad_get_ca.3
index 8de61d06d6d3..760b6b65cea8 100644
--- a/libibumad/man/umad_get_ca.3
+++ b/libibumad/man/umad_get_ca.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_GET_CA 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_get_ca_portguids.3 b/libibumad/man/umad_get_ca_portguids.3
index d002c2a4edb1..ae8418eff534 100644
--- a/libibumad/man/umad_get_ca_portguids.3
+++ b/libibumad/man/umad_get_ca_portguids.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_GET_CA_PORTGUIDS 3 "August 8, 2016" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_get_cas_names.3 b/libibumad/man/umad_get_cas_names.3
index 85e76f815ace..0366c16e52cf 100644
--- a/libibumad/man/umad_get_cas_names.3
+++ b/libibumad/man/umad_get_cas_names.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_GET_CAS_NAMES 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_get_fd.3 b/libibumad/man/umad_get_fd.3
index 49aa83976cee..5fe531118ac0 100644
--- a/libibumad/man/umad_get_fd.3
+++ b/libibumad/man/umad_get_fd.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_GET_FD 3 "May 17, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_get_issm_path.3 b/libibumad/man/umad_get_issm_path.3
index ac538c935769..4abef18eef28 100644
--- a/libibumad/man/umad_get_issm_path.3
+++ b/libibumad/man/umad_get_issm_path.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_GET_ISSM_PATH 3 "Oct 18, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_get_mad.3 b/libibumad/man/umad_get_mad.3
index 78c59ac74331..ac56c4863eaa 100644
--- a/libibumad/man/umad_get_mad.3
+++ b/libibumad/man/umad_get_mad.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_GET_MAD 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_get_mad_addr.3 b/libibumad/man/umad_get_mad_addr.3
index 5da86c247546..4a92b7b0a415 100644
--- a/libibumad/man/umad_get_mad_addr.3
+++ b/libibumad/man/umad_get_mad_addr.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_GET_MAD_ADDR 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_get_pkey.3 b/libibumad/man/umad_get_pkey.3
index a03c0a6adffb..b9dd1be7cd75 100644
--- a/libibumad/man/umad_get_pkey.3
+++ b/libibumad/man/umad_get_pkey.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_GET_PKEY 3 "Jan 15, 2008" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_get_port.3 b/libibumad/man/umad_get_port.3
index 8dfa1d61933f..44dbfb0a8895 100644
--- a/libibumad/man/umad_get_port.3
+++ b/libibumad/man/umad_get_port.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_GET_PORT 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_init.3 b/libibumad/man/umad_init.3
index 4c22d927d8ec..64366b9de7e4 100644
--- a/libibumad/man/umad_init.3
+++ b/libibumad/man/umad_init.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_INIT 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_open_port.3 b/libibumad/man/umad_open_port.3
index 53f2946ea814..cac01a71026b 100644
--- a/libibumad/man/umad_open_port.3
+++ b/libibumad/man/umad_open_port.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_OPEN_PORT 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_poll.3 b/libibumad/man/umad_poll.3
index 93f9425c5f0d..57b7a6536bdd 100644
--- a/libibumad/man/umad_poll.3
+++ b/libibumad/man/umad_poll.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_POLL 3 "October 23, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_recv.3 b/libibumad/man/umad_recv.3
index 56e4ca7708be..93eec993c81e 100644
--- a/libibumad/man/umad_recv.3
+++ b/libibumad/man/umad_recv.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_RECV 3 "May 11, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_register.3 b/libibumad/man/umad_register.3
index eb6b9862574c..58b88f3a3be9 100644
--- a/libibumad/man/umad_register.3
+++ b/libibumad/man/umad_register.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_REGISTER 3 "May 11, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_register2.3 b/libibumad/man/umad_register2.3
index 228ce268e004..74e87943674b 100644
--- a/libibumad/man/umad_register2.3
+++ b/libibumad/man/umad_register2.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_REGISTER2 3 "March 25, 2014" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_register_oui.3 b/libibumad/man/umad_register_oui.3
index 4e8171c5cbaa..19430a93250d 100644
--- a/libibumad/man/umad_register_oui.3
+++ b/libibumad/man/umad_register_oui.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_REGISTER_OUI 3 "May 17, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_send.3 b/libibumad/man/umad_send.3
index b85bc564c0b6..59af2cb9842a 100644
--- a/libibumad/man/umad_send.3
+++ b/libibumad/man/umad_send.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_SEND 3 "May 11, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_set_addr.3 b/libibumad/man/umad_set_addr.3
index 82f81908e0b5..03ac8625cd97 100644
--- a/libibumad/man/umad_set_addr.3
+++ b/libibumad/man/umad_set_addr.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_SET_ADDR 3 "May 17, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_set_addr_net.3 b/libibumad/man/umad_set_addr_net.3
index 1f409c2a1540..778faf41cc19 100644
--- a/libibumad/man/umad_set_addr_net.3
+++ b/libibumad/man/umad_set_addr_net.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_SET_ADDR_NET 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_set_grh.3 b/libibumad/man/umad_set_grh.3
index 17fe73b74bae..4ff52ec20012 100644
--- a/libibumad/man/umad_set_grh.3
+++ b/libibumad/man/umad_set_grh.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_SET_GRH 3 "May 24, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_set_grh_net.3 b/libibumad/man/umad_set_grh_net.3
index 8425b3fbbc75..802b575dcfcc 100644
--- a/libibumad/man/umad_set_grh_net.3
+++ b/libibumad/man/umad_set_grh_net.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_SET_GRH_NET 3 "May 24, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_set_pkey.3 b/libibumad/man/umad_set_pkey.3
index d6b86064247d..23e858eceb12 100644
--- a/libibumad/man/umad_set_pkey.3
+++ b/libibumad/man/umad_set_pkey.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_SET_PKEY 3 "June 20, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_size.3 b/libibumad/man/umad_size.3
index db861ef21536..74737ccca08b 100644
--- a/libibumad/man/umad_size.3
+++ b/libibumad/man/umad_size.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_SIZE 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_status.3 b/libibumad/man/umad_status.3
index 3978b84d04b2..fd5430a3e480 100644
--- a/libibumad/man/umad_status.3
+++ b/libibumad/man/umad_status.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_STATUS 3 "May 17, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
diff --git a/libibumad/man/umad_unregister.3 b/libibumad/man/umad_unregister.3
index 472afec6e779..785d22dbe065 100644
--- a/libibumad/man/umad_unregister.3
+++ b/libibumad/man/umad_unregister.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH UMAD_UNREGISTER 3 "May 21, 2007" "OpenIB" "OpenIB Programmer\'s Manual"
.SH "NAME"
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH rdma-core 5/8] ibverbs: Push COPYING file into individual files
[not found] ` <1478803660-27959-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
` (3 preceding siblings ...)
2016-11-10 18:47 ` [PATCH rdma-core 4/8] umad: " Jason Gunthorpe
@ 2016-11-10 18:47 ` Jason Gunthorpe
2016-11-10 18:47 ` [PATCH rdma-core 6/8] rdmacm: " Jason Gunthorpe
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jason Gunthorpe @ 2016-11-10 18:47 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Add missing copyright headers and delete the COPYING file.
Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
---
libibverbs/COPYING | 378 ------------------------------
libibverbs/man/ibv_alloc_mw.3 | 1 +
libibverbs/man/ibv_alloc_pd.3 | 1 +
libibverbs/man/ibv_asyncwatch.1 | 1 +
libibverbs/man/ibv_attach_mcast.3 | 1 +
libibverbs/man/ibv_bind_mw.3 | 1 +
libibverbs/man/ibv_create_ah.3 | 1 +
libibverbs/man/ibv_create_ah_from_wc.3 | 1 +
libibverbs/man/ibv_create_comp_channel.3 | 1 +
libibverbs/man/ibv_create_cq.3 | 1 +
libibverbs/man/ibv_create_cq_ex.3 | 1 +
libibverbs/man/ibv_create_flow.3 | 1 +
libibverbs/man/ibv_create_qp.3 | 1 +
libibverbs/man/ibv_create_qp_ex.3 | 1 +
libibverbs/man/ibv_create_rwq_ind_table.3 | 1 +
libibverbs/man/ibv_create_srq.3 | 1 +
libibverbs/man/ibv_create_srq_ex.3 | 1 +
libibverbs/man/ibv_create_wq.3 | 1 +
libibverbs/man/ibv_devices.1 | 1 +
libibverbs/man/ibv_devinfo.1 | 1 +
libibverbs/man/ibv_event_type_str.3 | 1 +
libibverbs/man/ibv_fork_init.3 | 1 +
libibverbs/man/ibv_get_async_event.3 | 1 +
libibverbs/man/ibv_get_cq_event.3 | 1 +
libibverbs/man/ibv_get_device_guid.3 | 1 +
libibverbs/man/ibv_get_device_list.3 | 1 +
libibverbs/man/ibv_get_device_name.3 | 1 +
libibverbs/man/ibv_get_srq_num.3 | 1 +
libibverbs/man/ibv_inc_rkey.3 | 1 +
libibverbs/man/ibv_modify_qp.3 | 1 +
libibverbs/man/ibv_modify_srq.3 | 1 +
libibverbs/man/ibv_modify_wq.3 | 1 +
libibverbs/man/ibv_open_device.3 | 1 +
libibverbs/man/ibv_open_qp.3 | 1 +
libibverbs/man/ibv_open_xrcd.3 | 1 +
libibverbs/man/ibv_poll_cq.3 | 1 +
libibverbs/man/ibv_post_recv.3 | 1 +
libibverbs/man/ibv_post_send.3 | 1 +
libibverbs/man/ibv_post_srq_recv.3 | 1 +
libibverbs/man/ibv_query_device.3 | 1 +
libibverbs/man/ibv_query_device_ex.3 | 1 +
libibverbs/man/ibv_query_gid.3 | 1 +
libibverbs/man/ibv_query_pkey.3 | 1 +
libibverbs/man/ibv_query_port.3 | 1 +
libibverbs/man/ibv_query_qp.3 | 1 +
libibverbs/man/ibv_query_rt_values_ex.3 | 1 +
libibverbs/man/ibv_query_srq.3 | 1 +
libibverbs/man/ibv_rate_to_mbps.3 | 1 +
libibverbs/man/ibv_rate_to_mult.3 | 1 +
libibverbs/man/ibv_rc_pingpong.1 | 1 +
libibverbs/man/ibv_reg_mr.3 | 1 +
libibverbs/man/ibv_req_notify_cq.3 | 1 +
libibverbs/man/ibv_rereg_mr.3 | 1 +
libibverbs/man/ibv_resize_cq.3 | 1 +
libibverbs/man/ibv_srq_pingpong.1 | 1 +
libibverbs/man/ibv_uc_pingpong.1 | 1 +
libibverbs/man/ibv_ud_pingpong.1 | 1 +
libibverbs/man/ibv_xsrq_pingpong.1 | 1 +
libibverbs/neigh.c | 2 +
libibverbs/neigh.h | 3 +
libibverbs/nl1_compat.h | 3 +
61 files changed, 65 insertions(+), 378 deletions(-)
delete mode 100644 libibverbs/COPYING
diff --git a/libibverbs/COPYING b/libibverbs/COPYING
deleted file mode 100644
index ee1a79ffabf6..000000000000
diff --git a/libibverbs/man/ibv_alloc_mw.3 b/libibverbs/man/ibv_alloc_mw.3
index 366cefb82b2b..86acacabfd33 100644
--- a/libibverbs/man/ibv_alloc_mw.3
+++ b/libibverbs/man/ibv_alloc_mw.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_ALLOC_MW 3 2016-02-02 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_alloc_pd.3 b/libibverbs/man/ibv_alloc_pd.3
index 63e1aea24c8a..cc475f4a2301 100644
--- a/libibverbs/man/ibv_alloc_pd.3
+++ b/libibverbs/man/ibv_alloc_pd.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_ALLOC_PD 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_asyncwatch.1 b/libibverbs/man/ibv_asyncwatch.1
index 09f9f6505aa0..ae1011757315 100644
--- a/libibverbs/man/ibv_asyncwatch.1
+++ b/libibverbs/man/ibv_asyncwatch.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH IBV_ASYNCWATCH 1 "August 30, 2005" "libibverbs" "USER COMMANDS"
.SH NAME
diff --git a/libibverbs/man/ibv_attach_mcast.3 b/libibverbs/man/ibv_attach_mcast.3
index 722ac9f468e3..2ae1f5d08d4a 100644
--- a/libibverbs/man/ibv_attach_mcast.3
+++ b/libibverbs/man/ibv_attach_mcast.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_ATTACH_MCAST 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_bind_mw.3 b/libibverbs/man/ibv_bind_mw.3
index 2943cbc9fb77..af309d000dea 100644
--- a/libibverbs/man/ibv_bind_mw.3
+++ b/libibverbs/man/ibv_bind_mw.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_BIND_MW 3 2016-02-02 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_ah.3 b/libibverbs/man/ibv_create_ah.3
index becc7d1b860f..0ca219887d08 100644
--- a/libibverbs/man/ibv_create_ah.3
+++ b/libibverbs/man/ibv_create_ah.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_CREATE_AH 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_ah_from_wc.3 b/libibverbs/man/ibv_create_ah_from_wc.3
index 8b92caf1e431..ec7d29f305b5 100644
--- a/libibverbs/man/ibv_create_ah_from_wc.3
+++ b/libibverbs/man/ibv_create_ah_from_wc.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_CREATE_AH_FROM_WC 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_comp_channel.3 b/libibverbs/man/ibv_create_comp_channel.3
index 15a9618845c7..7460978835fc 100644
--- a/libibverbs/man/ibv_create_comp_channel.3
+++ b/libibverbs/man/ibv_create_comp_channel.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_CREATE_COMP_CHANNEL 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_cq.3 b/libibverbs/man/ibv_create_cq.3
index 5dc333ec5217..98ea4d278286 100644
--- a/libibverbs/man/ibv_create_cq.3
+++ b/libibverbs/man/ibv_create_cq.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_CREATE_CQ 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_cq_ex.3 b/libibverbs/man/ibv_create_cq_ex.3
index ecaeb0ae69f2..a6ae7690dad6 100644
--- a/libibverbs/man/ibv_create_cq_ex.3
+++ b/libibverbs/man/ibv_create_cq_ex.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_CREATE_CQ_EX 3 2016-05-08 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_flow.3 b/libibverbs/man/ibv_create_flow.3
index df6ddd37529d..8b6e47206f64 100644
--- a/libibverbs/man/ibv_create_flow.3
+++ b/libibverbs/man/ibv_create_flow.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH IBV_CREATE_FLOW 3 2016-03-15 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
ibv_create_flow, ibv_destroy_flow \- create or destroy flow steering rules
diff --git a/libibverbs/man/ibv_create_qp.3 b/libibverbs/man/ibv_create_qp.3
index 7feeab2c0c5d..78d7f43c1378 100644
--- a/libibverbs/man/ibv_create_qp.3
+++ b/libibverbs/man/ibv_create_qp.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_CREATE_QP 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_qp_ex.3 b/libibverbs/man/ibv_create_qp_ex.3
index 08cb92c1676f..c778d1596747 100644
--- a/libibverbs/man/ibv_create_qp_ex.3
+++ b/libibverbs/man/ibv_create_qp_ex.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_CREATE_QP_EX 3 2013-06-26 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_rwq_ind_table.3 b/libibverbs/man/ibv_create_rwq_ind_table.3
index 2b060b558c9c..176a5f14990f 100644
--- a/libibverbs/man/ibv_create_rwq_ind_table.3
+++ b/libibverbs/man/ibv_create_rwq_ind_table.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH CREATE_RWQ_IND_TBL 3 2016-07-27 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_srq.3 b/libibverbs/man/ibv_create_srq.3
index 7a826a1ee144..46ab8dd5b0bf 100644
--- a/libibverbs/man/ibv_create_srq.3
+++ b/libibverbs/man/ibv_create_srq.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_CREATE_SRQ 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_srq_ex.3 b/libibverbs/man/ibv_create_srq_ex.3
index 9151d6ea5541..c0319067b0f5 100644
--- a/libibverbs/man/ibv_create_srq_ex.3
+++ b/libibverbs/man/ibv_create_srq_ex.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_CREATE_SRQ_EX 3 2013-06-26 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_create_wq.3 b/libibverbs/man/ibv_create_wq.3
index 1ee584aee938..aad67416b84e 100644
--- a/libibverbs/man/ibv_create_wq.3
+++ b/libibverbs/man/ibv_create_wq.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_CREATE_WQ 3 2016-07-27 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_devices.1 b/libibverbs/man/ibv_devices.1
index 99b27e5c3b9d..ffd57f8e6929 100644
--- a/libibverbs/man/ibv_devices.1
+++ b/libibverbs/man/ibv_devices.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH IBV_DEVICES 1 "August 30, 2005" "libibverbs" "USER COMMANDS"
.SH NAME
diff --git a/libibverbs/man/ibv_devinfo.1 b/libibverbs/man/ibv_devinfo.1
index 70f7ed2e67d7..b5e9a58a8b13 100644
--- a/libibverbs/man/ibv_devinfo.1
+++ b/libibverbs/man/ibv_devinfo.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH IBV_DEVINFO 1 "August 30, 2005" "libibverbs" "USER COMMANDS"
.SH NAME
diff --git a/libibverbs/man/ibv_event_type_str.3 b/libibverbs/man/ibv_event_type_str.3
index f9ebc35bbacc..2ae8b1c7ee35 100644
--- a/libibverbs/man/ibv_event_type_str.3
+++ b/libibverbs/man/ibv_event_type_str.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_EVENT_TYPE_STR 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_fork_init.3 b/libibverbs/man/ibv_fork_init.3
index acffe3cb7c67..012ea20a4bff 100644
--- a/libibverbs/man/ibv_fork_init.3
+++ b/libibverbs/man/ibv_fork_init.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_FORK_INIT 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_get_async_event.3 b/libibverbs/man/ibv_get_async_event.3
index a76dc0c908f6..85ce6e16cbd7 100644
--- a/libibverbs/man/ibv_get_async_event.3
+++ b/libibverbs/man/ibv_get_async_event.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_GET_ASYNC_EVENT 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_get_cq_event.3 b/libibverbs/man/ibv_get_cq_event.3
index 70b2572ebef3..a1a42e646691 100644
--- a/libibverbs/man/ibv_get_cq_event.3
+++ b/libibverbs/man/ibv_get_cq_event.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_GET_CQ_EVENT 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_get_device_guid.3 b/libibverbs/man/ibv_get_device_guid.3
index 8cbe0e7f276a..4652614033ea 100644
--- a/libibverbs/man/ibv_get_device_guid.3
+++ b/libibverbs/man/ibv_get_device_guid.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_GET_DEVICE_GUID 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_get_device_list.3 b/libibverbs/man/ibv_get_device_list.3
index 96de554eaa38..71c4a740ec23 100644
--- a/libibverbs/man/ibv_get_device_list.3
+++ b/libibverbs/man/ibv_get_device_list.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_GET_DEVICE_LIST 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_get_device_name.3 b/libibverbs/man/ibv_get_device_name.3
index b6cb491bfd9b..ff9fa7fca9f5 100644
--- a/libibverbs/man/ibv_get_device_name.3
+++ b/libibverbs/man/ibv_get_device_name.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_GET_DEVICE_NAME 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_get_srq_num.3 b/libibverbs/man/ibv_get_srq_num.3
index 00e4fb430519..4a1c92f32a22 100644
--- a/libibverbs/man/ibv_get_srq_num.3
+++ b/libibverbs/man/ibv_get_srq_num.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_GET_SRQ_NUM 3 2013-06-26 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_inc_rkey.3 b/libibverbs/man/ibv_inc_rkey.3
index 930368bef3b9..5c54a68bf344 100644
--- a/libibverbs/man/ibv_inc_rkey.3
+++ b/libibverbs/man/ibv_inc_rkey.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_INC_RKEY 3 2015-01-29 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_modify_qp.3 b/libibverbs/man/ibv_modify_qp.3
index cb3faaa089de..66a4974af5ff 100644
--- a/libibverbs/man/ibv_modify_qp.3
+++ b/libibverbs/man/ibv_modify_qp.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_MODIFY_QP 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_modify_srq.3 b/libibverbs/man/ibv_modify_srq.3
index 9cc04974569e..5233922896df 100644
--- a/libibverbs/man/ibv_modify_srq.3
+++ b/libibverbs/man/ibv_modify_srq.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_MODIFY_SRQ 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_modify_wq.3 b/libibverbs/man/ibv_modify_wq.3
index cf3786437a88..f17faedfa5a7 100644
--- a/libibverbs/man/ibv_modify_wq.3
+++ b/libibverbs/man/ibv_modify_wq.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_MODIFY_WQ 3 2016-07-27 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_open_device.3 b/libibverbs/man/ibv_open_device.3
index ed2226c8612a..cae2c4d32f0d 100644
--- a/libibverbs/man/ibv_open_device.3
+++ b/libibverbs/man/ibv_open_device.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_OPEN_DEVICE 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_open_qp.3 b/libibverbs/man/ibv_open_qp.3
index 71b5d464e378..e25e93389087 100644
--- a/libibverbs/man/ibv_open_qp.3
+++ b/libibverbs/man/ibv_open_qp.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_OPEN_QP 3 2011-08-12 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_open_xrcd.3 b/libibverbs/man/ibv_open_xrcd.3
index b9724bfa0c5f..239af2da3f63 100644
--- a/libibverbs/man/ibv_open_xrcd.3
+++ b/libibverbs/man/ibv_open_xrcd.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_OPEN_XRCD 3 2011-06-17 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_poll_cq.3 b/libibverbs/man/ibv_poll_cq.3
index bbf48ff2011b..cf3266bfa8ed 100644
--- a/libibverbs/man/ibv_poll_cq.3
+++ b/libibverbs/man/ibv_poll_cq.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_POLL_CQ 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_post_recv.3 b/libibverbs/man/ibv_post_recv.3
index 4e65c81f773c..affca74cfd2f 100644
--- a/libibverbs/man/ibv_post_recv.3
+++ b/libibverbs/man/ibv_post_recv.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_POST_RECV 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_post_send.3 b/libibverbs/man/ibv_post_send.3
index c45eb0122dcd..ebbbb806882e 100644
--- a/libibverbs/man/ibv_post_send.3
+++ b/libibverbs/man/ibv_post_send.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_POST_SEND 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_post_srq_recv.3 b/libibverbs/man/ibv_post_srq_recv.3
index 073972bd2b93..51d1516bd255 100644
--- a/libibverbs/man/ibv_post_srq_recv.3
+++ b/libibverbs/man/ibv_post_srq_recv.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_POST_SRQ_RECV 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_query_device.3 b/libibverbs/man/ibv_query_device.3
index afc757371b7c..35daa53fee39 100644
--- a/libibverbs/man/ibv_query_device.3
+++ b/libibverbs/man/ibv_query_device.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_QUERY_DEVICE 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_query_device_ex.3 b/libibverbs/man/ibv_query_device_ex.3
index 88c8ce4e48fa..4da63a08f825 100644
--- a/libibverbs/man/ibv_query_device_ex.3
+++ b/libibverbs/man/ibv_query_device_ex.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_QUERY_DEVICE_EX 3 2014-12-17 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_query_gid.3 b/libibverbs/man/ibv_query_gid.3
index b3a1b0fe05e7..45e128bcd1b0 100644
--- a/libibverbs/man/ibv_query_gid.3
+++ b/libibverbs/man/ibv_query_gid.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_QUERY_GID 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_query_pkey.3 b/libibverbs/man/ibv_query_pkey.3
index 96830491b4e8..3af40443bf5c 100644
--- a/libibverbs/man/ibv_query_pkey.3
+++ b/libibverbs/man/ibv_query_pkey.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_QUERY_PKEY 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_query_port.3 b/libibverbs/man/ibv_query_port.3
index 9bedd90e111d..6e480d6c166f 100644
--- a/libibverbs/man/ibv_query_port.3
+++ b/libibverbs/man/ibv_query_port.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_QUERY_PORT 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_query_qp.3 b/libibverbs/man/ibv_query_qp.3
index 3893ec8978e7..907bc56a52ef 100644
--- a/libibverbs/man/ibv_query_qp.3
+++ b/libibverbs/man/ibv_query_qp.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_QUERY_QP 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_query_rt_values_ex.3 b/libibverbs/man/ibv_query_rt_values_ex.3
index fcc460cd179c..8ff5b6634d28 100644
--- a/libibverbs/man/ibv_query_rt_values_ex.3
+++ b/libibverbs/man/ibv_query_rt_values_ex.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_QUERY_RT_VALUES_EX 3 2016-2-20 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_query_srq.3 b/libibverbs/man/ibv_query_srq.3
index 05519aa61441..8a35ce03d76b 100644
--- a/libibverbs/man/ibv_query_srq.3
+++ b/libibverbs/man/ibv_query_srq.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_QUERY_SRQ 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_rate_to_mbps.3 b/libibverbs/man/ibv_rate_to_mbps.3
index 089db0140bcf..27e8724b5fa3 100644
--- a/libibverbs/man/ibv_rate_to_mbps.3
+++ b/libibverbs/man/ibv_rate_to_mbps.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_RATE_TO_MBPS 3 2012-03-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_rate_to_mult.3 b/libibverbs/man/ibv_rate_to_mult.3
index fb57ff823e2f..6e2a59ddf109 100644
--- a/libibverbs/man/ibv_rate_to_mult.3
+++ b/libibverbs/man/ibv_rate_to_mult.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_RATE_TO_MULT 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_rc_pingpong.1 b/libibverbs/man/ibv_rc_pingpong.1
index d213c6ffab9e..865bbcb6b0a5 100644
--- a/libibverbs/man/ibv_rc_pingpong.1
+++ b/libibverbs/man/ibv_rc_pingpong.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH IBV_RC_PINGPONG 1 "August 30, 2005" "libibverbs" "USER COMMANDS"
.SH NAME
diff --git a/libibverbs/man/ibv_reg_mr.3 b/libibverbs/man/ibv_reg_mr.3
index cf151113070c..d3f09c0dad9a 100644
--- a/libibverbs/man/ibv_reg_mr.3
+++ b/libibverbs/man/ibv_reg_mr.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_REG_MR 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_req_notify_cq.3 b/libibverbs/man/ibv_req_notify_cq.3
index 47d45fed8174..1d1d62130d7b 100644
--- a/libibverbs/man/ibv_req_notify_cq.3
+++ b/libibverbs/man/ibv_req_notify_cq.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_REQ_NOTIFY_CQ 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_rereg_mr.3 b/libibverbs/man/ibv_rereg_mr.3
index a67843772bd4..ca8fc4e4d9a1 100644
--- a/libibverbs/man/ibv_rereg_mr.3
+++ b/libibverbs/man/ibv_rereg_mr.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_REREG_MR 3 2016-03-13 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_resize_cq.3 b/libibverbs/man/ibv_resize_cq.3
index fbb1ebd6cd6d..b15950103733 100644
--- a/libibverbs/man/ibv_resize_cq.3
+++ b/libibverbs/man/ibv_resize_cq.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.\"
.TH IBV_RESIZE_CQ 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
.SH "NAME"
diff --git a/libibverbs/man/ibv_srq_pingpong.1 b/libibverbs/man/ibv_srq_pingpong.1
index d50f70e63315..dddbd029e625 100644
--- a/libibverbs/man/ibv_srq_pingpong.1
+++ b/libibverbs/man/ibv_srq_pingpong.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH IBV_SRQ_PINGPONG 1 "August 30, 2005" "libibverbs" "USER COMMANDS"
.SH NAME
diff --git a/libibverbs/man/ibv_uc_pingpong.1 b/libibverbs/man/ibv_uc_pingpong.1
index ec97eb0a54f6..88c0417cf294 100644
--- a/libibverbs/man/ibv_uc_pingpong.1
+++ b/libibverbs/man/ibv_uc_pingpong.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH IBV_UC_PINGPONG 1 "August 30, 2005" "libibverbs" "USER COMMANDS"
.SH NAME
diff --git a/libibverbs/man/ibv_ud_pingpong.1 b/libibverbs/man/ibv_ud_pingpong.1
index a05af8d6b80f..594aeb6711a1 100644
--- a/libibverbs/man/ibv_ud_pingpong.1
+++ b/libibverbs/man/ibv_ud_pingpong.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH IBV_UD_PINGPONG 1 "August 30, 2005" "libibverbs" "USER COMMANDS"
.SH NAME
diff --git a/libibverbs/man/ibv_xsrq_pingpong.1 b/libibverbs/man/ibv_xsrq_pingpong.1
index db4a988bd432..ef2ee3c12c9b 100644
--- a/libibverbs/man/ibv_xsrq_pingpong.1
+++ b/libibverbs/man/ibv_xsrq_pingpong.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH IBV_XSRQ_PINGPONG 1 "May 24, 2016" "libibverbs" "USER COMMANDS"
.SH NAME
diff --git a/libibverbs/neigh.c b/libibverbs/neigh.c
index 1856aab74842..12e58cd4b63c 100644
--- a/libibverbs/neigh.c
+++ b/libibverbs/neigh.c
@@ -1,3 +1,5 @@
+/* Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
+ */
#include "config.h"
#include <net/if_packet.h>
diff --git a/libibverbs/neigh.h b/libibverbs/neigh.h
index 61dfd85264b7..88211bf2f489 100644
--- a/libibverbs/neigh.h
+++ b/libibverbs/neigh.h
@@ -1,3 +1,6 @@
+/* Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
+ */
+
#ifndef _NEIGH_H_
#define _NEIGH_H_
diff --git a/libibverbs/nl1_compat.h b/libibverbs/nl1_compat.h
index 809259dce561..e0f4d8199b73 100644
--- a/libibverbs/nl1_compat.h
+++ b/libibverbs/nl1_compat.h
@@ -1,3 +1,6 @@
+/* Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
+ */
+
#ifndef _NL1_COMPAT_H_
#define _NL1_COMPAT_H_
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH rdma-core 6/8] rdmacm: Push COPYING file into individual files
[not found] ` <1478803660-27959-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
` (4 preceding siblings ...)
2016-11-10 18:47 ` [PATCH rdma-core 5/8] ibverbs: " Jason Gunthorpe
@ 2016-11-10 18:47 ` Jason Gunthorpe
2016-11-10 18:47 ` [PATCH rdma-core 7/8] ibacm: " Jason Gunthorpe
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jason Gunthorpe @ 2016-11-10 18:47 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Add missing copyright headers and delete the COPYING file.
Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
---
librdmacm/COPYING | 378 -----------------------------
librdmacm/docs/rsocket | 1 +
librdmacm/man/mckey.1 | 1 +
librdmacm/man/rcopy.1 | 1 +
librdmacm/man/rdma_accept.3 | 1 +
librdmacm/man/rdma_ack_cm_event.3 | 1 +
librdmacm/man/rdma_bind_addr.3 | 1 +
librdmacm/man/rdma_client.1 | 1 +
librdmacm/man/rdma_cm.7 | 1 +
librdmacm/man/rdma_connect.3 | 1 +
librdmacm/man/rdma_create_ep.3 | 1 +
librdmacm/man/rdma_create_event_channel.3 | 1 +
librdmacm/man/rdma_create_id.3 | 1 +
librdmacm/man/rdma_create_qp.3 | 1 +
librdmacm/man/rdma_create_srq.3 | 1 +
librdmacm/man/rdma_dereg_mr.3 | 1 +
librdmacm/man/rdma_destroy_ep.3 | 1 +
librdmacm/man/rdma_destroy_event_channel.3 | 1 +
librdmacm/man/rdma_destroy_id.3 | 1 +
librdmacm/man/rdma_destroy_qp.3 | 1 +
librdmacm/man/rdma_destroy_srq.3 | 1 +
librdmacm/man/rdma_disconnect.3 | 1 +
librdmacm/man/rdma_event_str.3 | 1 +
librdmacm/man/rdma_free_devices.3 | 1 +
librdmacm/man/rdma_get_cm_event.3 | 1 +
librdmacm/man/rdma_get_devices.3 | 1 +
librdmacm/man/rdma_get_dst_port.3 | 1 +
librdmacm/man/rdma_get_local_addr.3 | 1 +
librdmacm/man/rdma_get_peer_addr.3 | 1 +
librdmacm/man/rdma_get_recv_comp.3 | 1 +
librdmacm/man/rdma_get_request.3 | 1 +
librdmacm/man/rdma_get_send_comp.3 | 1 +
librdmacm/man/rdma_get_src_port.3 | 1 +
librdmacm/man/rdma_getaddrinfo.3 | 1 +
librdmacm/man/rdma_join_multicast.3 | 1 +
librdmacm/man/rdma_leave_multicast.3 | 1 +
librdmacm/man/rdma_listen.3 | 1 +
librdmacm/man/rdma_migrate_id.3 | 1 +
librdmacm/man/rdma_notify.3 | 1 +
librdmacm/man/rdma_post_read.3 | 1 +
librdmacm/man/rdma_post_readv.3 | 1 +
librdmacm/man/rdma_post_recv.3 | 1 +
librdmacm/man/rdma_post_recvv.3 | 1 +
librdmacm/man/rdma_post_send.3 | 1 +
librdmacm/man/rdma_post_sendv.3 | 1 +
librdmacm/man/rdma_post_ud_send.3 | 1 +
librdmacm/man/rdma_post_write.3 | 1 +
librdmacm/man/rdma_post_writev.3 | 1 +
librdmacm/man/rdma_reg_msgs.3 | 1 +
librdmacm/man/rdma_reg_read.3 | 1 +
librdmacm/man/rdma_reg_write.3 | 1 +
librdmacm/man/rdma_reject.3 | 1 +
librdmacm/man/rdma_resolve_addr.3 | 1 +
librdmacm/man/rdma_resolve_route.3 | 1 +
librdmacm/man/rdma_server.1 | 1 +
librdmacm/man/rdma_set_option.3 | 1 +
librdmacm/man/rdma_xclient.1 | 1 +
librdmacm/man/rdma_xserver.1 | 1 +
librdmacm/man/riostream.1 | 1 +
librdmacm/man/rping.1 | 1 +
librdmacm/man/rsocket.7.in | 1 +
librdmacm/man/rstream.1 | 1 +
librdmacm/man/ucmatose.1 | 1 +
librdmacm/man/udaddy.1 | 1 +
64 files changed, 63 insertions(+), 378 deletions(-)
delete mode 100644 librdmacm/COPYING
diff --git a/librdmacm/COPYING b/librdmacm/COPYING
deleted file mode 100644
index 39f3831585f2..000000000000
diff --git a/librdmacm/docs/rsocket b/librdmacm/docs/rsocket
index f453c1b68089..43834e04b1d3 100644
--- a/librdmacm/docs/rsocket
+++ b/librdmacm/docs/rsocket
@@ -1,3 +1,4 @@
+.. Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
rsocket Protocol and Design Guide 11/11/2012
Data Streaming (TCP) Overview
diff --git a/librdmacm/man/mckey.1 b/librdmacm/man/mckey.1
index 86a51a35e971..a36f57ba9702 100644
--- a/librdmacm/man/mckey.1
+++ b/librdmacm/man/mckey.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "MCKEY" 1 "2007-05-15" "librdmacm" "librdmacm" librdmacm
.SH NAME
mckey \- RDMA CM multicast setup and simple data transfer test.
diff --git a/librdmacm/man/rcopy.1 b/librdmacm/man/rcopy.1
index e875458bf162..1dcca494e579 100644
--- a/librdmacm/man/rcopy.1
+++ b/librdmacm/man/rcopy.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RCOPY" 1 "2011-12-2" "librdmacm" "librdmacm" librdmacm
.SH NAME
rcopy \- simple file copy over RDMA.
diff --git a/librdmacm/man/rdma_accept.3 b/librdmacm/man/rdma_accept.3
index 0859fac6ef26..a146a8d390af 100644
--- a/librdmacm/man/rdma_accept.3
+++ b/librdmacm/man/rdma_accept.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_ACCEPT" 3 "2014-05-27" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_accept \- Called to accept a connection request.
diff --git a/librdmacm/man/rdma_ack_cm_event.3 b/librdmacm/man/rdma_ack_cm_event.3
index bcf20f719445..a9a616aa0cba 100644
--- a/librdmacm/man/rdma_ack_cm_event.3
+++ b/librdmacm/man/rdma_ack_cm_event.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_ACK_CM_EVENT" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_ack_cm_event \- Free a communication event.
diff --git a/librdmacm/man/rdma_bind_addr.3 b/librdmacm/man/rdma_bind_addr.3
index 8f9bc60e8ed5..37db52c728ca 100644
--- a/librdmacm/man/rdma_bind_addr.3
+++ b/librdmacm/man/rdma_bind_addr.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_BIND_ADDR" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_bind_addr \- Bind an RDMA identifier to a source address.
diff --git a/librdmacm/man/rdma_client.1 b/librdmacm/man/rdma_client.1
index 68bfc7650719..91b2d632251a 100644
--- a/librdmacm/man/rdma_client.1
+++ b/librdmacm/man/rdma_client.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_CLIENT" 1 "2010-07-19" "librdmacm" "librdmacm" librdmacm
.SH NAME
rdma_client \- simple RDMA CM connection and ping-pong test.
diff --git a/librdmacm/man/rdma_cm.7 b/librdmacm/man/rdma_cm.7
index 451035bfb588..8e5ad99e6687 100644
--- a/librdmacm/man/rdma_cm.7
+++ b/librdmacm/man/rdma_cm.7
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_CM" 7 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_cm \- RDMA communication manager.
diff --git a/librdmacm/man/rdma_connect.3 b/librdmacm/man/rdma_connect.3
index 51056a06ee6e..ef88e38a75ac 100644
--- a/librdmacm/man/rdma_connect.3
+++ b/librdmacm/man/rdma_connect.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_CONNECT" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_connect \- Initiate an active connection request.
diff --git a/librdmacm/man/rdma_create_ep.3 b/librdmacm/man/rdma_create_ep.3
index cb9b8b647ae5..b1f397625055 100644
--- a/librdmacm/man/rdma_create_ep.3
+++ b/librdmacm/man/rdma_create_ep.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_CREATE_EP" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_create_ep \- Allocate a communication identifier and optional QP.
diff --git a/librdmacm/man/rdma_create_event_channel.3 b/librdmacm/man/rdma_create_event_channel.3
index baa48a6bedf2..928c79701efb 100644
--- a/librdmacm/man/rdma_create_event_channel.3
+++ b/librdmacm/man/rdma_create_event_channel.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_CREATE_EVENT_CHANNEL" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_create_event_channel \- Open a channel used to report communication events.
diff --git a/librdmacm/man/rdma_create_id.3 b/librdmacm/man/rdma_create_id.3
index 81acc9b4b802..0a5093af6678 100644
--- a/librdmacm/man/rdma_create_id.3
+++ b/librdmacm/man/rdma_create_id.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_CREATE_ID" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_create_id \- Allocate a communication identifier.
diff --git a/librdmacm/man/rdma_create_qp.3 b/librdmacm/man/rdma_create_qp.3
index 7e37888df2a2..cd4708f7d4a6 100644
--- a/librdmacm/man/rdma_create_qp.3
+++ b/librdmacm/man/rdma_create_qp.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_CREATE_QP" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_create_qp \- Allocate a QP.
diff --git a/librdmacm/man/rdma_create_srq.3 b/librdmacm/man/rdma_create_srq.3
index 9b917c29eb69..6257e86b3916 100644
--- a/librdmacm/man/rdma_create_srq.3
+++ b/librdmacm/man/rdma_create_srq.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_CREATE_SRQ" 3 "2011-06-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_create_srq \- Allocate a shared receive queue.
diff --git a/librdmacm/man/rdma_dereg_mr.3 b/librdmacm/man/rdma_dereg_mr.3
index 298e886251e3..1fe936b2be50 100644
--- a/librdmacm/man/rdma_dereg_mr.3
+++ b/librdmacm/man/rdma_dereg_mr.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_DEREG_MR" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_dereg_mr \- deregisters a registered memory region.
diff --git a/librdmacm/man/rdma_destroy_ep.3 b/librdmacm/man/rdma_destroy_ep.3
index 750702a01dee..1211f4b55ccf 100644
--- a/librdmacm/man/rdma_destroy_ep.3
+++ b/librdmacm/man/rdma_destroy_ep.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_DESTROY_EP" 3 "2011-06-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
diff --git a/librdmacm/man/rdma_destroy_event_channel.3 b/librdmacm/man/rdma_destroy_event_channel.3
index 2c5b8d631a9e..5bc982a7a27f 100644
--- a/librdmacm/man/rdma_destroy_event_channel.3
+++ b/librdmacm/man/rdma_destroy_event_channel.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_DESTROY_EVENT_CHANNEL" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_destroy_event_channel \- Close an event communication channel.
diff --git a/librdmacm/man/rdma_destroy_id.3 b/librdmacm/man/rdma_destroy_id.3
index 0fef7a85562b..1d95ff2d85ab 100644
--- a/librdmacm/man/rdma_destroy_id.3
+++ b/librdmacm/man/rdma_destroy_id.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_DESTROY_ID" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_destroy_id \- Release a communication identifier.
diff --git a/librdmacm/man/rdma_destroy_qp.3 b/librdmacm/man/rdma_destroy_qp.3
index bb1360eb5140..03fba27e35c2 100644
--- a/librdmacm/man/rdma_destroy_qp.3
+++ b/librdmacm/man/rdma_destroy_qp.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_DESTROY_QP" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_destroy_qp \- Deallocate a QP.
diff --git a/librdmacm/man/rdma_destroy_srq.3 b/librdmacm/man/rdma_destroy_srq.3
index 5f0dfe0fc87d..5c633a8dec2c 100644
--- a/librdmacm/man/rdma_destroy_srq.3
+++ b/librdmacm/man/rdma_destroy_srq.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_DESTROY_SRQ" 3 "2011-06-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_destroy_srq \- Deallocate a SRQ.
diff --git a/librdmacm/man/rdma_disconnect.3 b/librdmacm/man/rdma_disconnect.3
index 1890c2885077..23aec9869f09 100644
--- a/librdmacm/man/rdma_disconnect.3
+++ b/librdmacm/man/rdma_disconnect.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_DISCONNECT" 3 "2008-01-02" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_disconnect \- This function disconnects a connection.
diff --git a/librdmacm/man/rdma_event_str.3 b/librdmacm/man/rdma_event_str.3
index abd016df6eca..24c9e165aa3d 100644
--- a/librdmacm/man/rdma_event_str.3
+++ b/librdmacm/man/rdma_event_str.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_EVENT_STR" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_event_str \- Returns a string representation of an rdma cm event.
diff --git a/librdmacm/man/rdma_free_devices.3 b/librdmacm/man/rdma_free_devices.3
index 37b82ef87692..c46bcbfe64d0 100644
--- a/librdmacm/man/rdma_free_devices.3
+++ b/librdmacm/man/rdma_free_devices.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_FREE_DEVICES" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_free_devices \- Frees the list of devices returned by rdma_get_devices.
diff --git a/librdmacm/man/rdma_get_cm_event.3 b/librdmacm/man/rdma_get_cm_event.3
index b0c497021bcc..2623eab8a788 100644
--- a/librdmacm/man/rdma_get_cm_event.3
+++ b/librdmacm/man/rdma_get_cm_event.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_GET_CM_EVENT" 3 "2007-10-31" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_get_cm_event \- Retrieves the next pending communication event.
diff --git a/librdmacm/man/rdma_get_devices.3 b/librdmacm/man/rdma_get_devices.3
index 7f427226c648..be41514e89b7 100644
--- a/librdmacm/man/rdma_get_devices.3
+++ b/librdmacm/man/rdma_get_devices.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_GET_DEVICES" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_get_devices \- Get a list of RDMA devices currently available.
diff --git a/librdmacm/man/rdma_get_dst_port.3 b/librdmacm/man/rdma_get_dst_port.3
index 15677499d111..18637838d184 100644
--- a/librdmacm/man/rdma_get_dst_port.3
+++ b/librdmacm/man/rdma_get_dst_port.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_GET_DST_PORT" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_get_dst_port \- Returns the remote port number of a bound rdma_cm_id.
diff --git a/librdmacm/man/rdma_get_local_addr.3 b/librdmacm/man/rdma_get_local_addr.3
index 25d5312f6a3d..eeaa714204a9 100644
--- a/librdmacm/man/rdma_get_local_addr.3
+++ b/librdmacm/man/rdma_get_local_addr.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_GET_LOCAL_ADDR" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_get_local_addr \- Returns the local IP address of a bound rdma_cm_id.
diff --git a/librdmacm/man/rdma_get_peer_addr.3 b/librdmacm/man/rdma_get_peer_addr.3
index 54f3139dd04b..ff8ce4eab43f 100644
--- a/librdmacm/man/rdma_get_peer_addr.3
+++ b/librdmacm/man/rdma_get_peer_addr.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_GET_PEER_ADDR" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_get_peer_addr \- Returns the remote IP address of a bound rdma_cm_id.
diff --git a/librdmacm/man/rdma_get_recv_comp.3 b/librdmacm/man/rdma_get_recv_comp.3
index dece89ddc9ca..6894e5d96c0c 100644
--- a/librdmacm/man/rdma_get_recv_comp.3
+++ b/librdmacm/man/rdma_get_recv_comp.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_GET_RECV_COMP" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_get_recv_comp \- retrieves a completed receive request.
diff --git a/librdmacm/man/rdma_get_request.3 b/librdmacm/man/rdma_get_request.3
index 93ec70dc90b1..86cb6102d073 100644
--- a/librdmacm/man/rdma_get_request.3
+++ b/librdmacm/man/rdma_get_request.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_GET_REQUEST" 3 "2007-10-31" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_get_request \- Retrieves the next pending connection request event.
diff --git a/librdmacm/man/rdma_get_send_comp.3 b/librdmacm/man/rdma_get_send_comp.3
index f0c92b4cccc1..5085ddb7acea 100644
--- a/librdmacm/man/rdma_get_send_comp.3
+++ b/librdmacm/man/rdma_get_send_comp.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_GET_SEND_COMP" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_get_send_comp \- retrieves a completed send, read, or write request.
diff --git a/librdmacm/man/rdma_get_src_port.3 b/librdmacm/man/rdma_get_src_port.3
index 477ec73663ba..1e36a92cd877 100644
--- a/librdmacm/man/rdma_get_src_port.3
+++ b/librdmacm/man/rdma_get_src_port.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_GET_SRC_PORT" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_get_src_port \- Returns the local port number of a bound rdma_cm_id.
diff --git a/librdmacm/man/rdma_getaddrinfo.3 b/librdmacm/man/rdma_getaddrinfo.3
index 9e133ffea0a5..3ad639360ea0 100644
--- a/librdmacm/man/rdma_getaddrinfo.3
+++ b/librdmacm/man/rdma_getaddrinfo.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_GETADDRINFO" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_getaddrinfo \- Provides transport independent address translation.
diff --git a/librdmacm/man/rdma_join_multicast.3 b/librdmacm/man/rdma_join_multicast.3
index 7886716cb715..4e52e859e8c6 100644
--- a/librdmacm/man/rdma_join_multicast.3
+++ b/librdmacm/man/rdma_join_multicast.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_JOIN_MULTICAST" 3 "2008-01-02" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_join_multicast \- Joins a multicast group.
diff --git a/librdmacm/man/rdma_leave_multicast.3 b/librdmacm/man/rdma_leave_multicast.3
index 802ba57df4ba..9e112d31a553 100644
--- a/librdmacm/man/rdma_leave_multicast.3
+++ b/librdmacm/man/rdma_leave_multicast.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_LEAVE_MULTICAST" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_leave_multicast \- Leaves a multicast group.
diff --git a/librdmacm/man/rdma_listen.3 b/librdmacm/man/rdma_listen.3
index b76d6921e65b..78fd27083664 100644
--- a/librdmacm/man/rdma_listen.3
+++ b/librdmacm/man/rdma_listen.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_LISTEN" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_listen \- Listen for incoming connection requests.
diff --git a/librdmacm/man/rdma_migrate_id.3 b/librdmacm/man/rdma_migrate_id.3
index 8c2d7dd6e40a..f0f7bcee0a59 100644
--- a/librdmacm/man/rdma_migrate_id.3
+++ b/librdmacm/man/rdma_migrate_id.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_MIGRATE_ID" 3 "2007-11-13" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_migrate_id \- Move a communication identifier to a different event channel.
diff --git a/librdmacm/man/rdma_notify.3 b/librdmacm/man/rdma_notify.3
index 62db5756f9d3..c80733a17d71 100644
--- a/librdmacm/man/rdma_notify.3
+++ b/librdmacm/man/rdma_notify.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_NOTIFY" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_notify \- Notifies the librdmacm of an asynchronous event.
diff --git a/librdmacm/man/rdma_post_read.3 b/librdmacm/man/rdma_post_read.3
index d7afc5b15630..11b3e09e16ac 100644
--- a/librdmacm/man/rdma_post_read.3
+++ b/librdmacm/man/rdma_post_read.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_POST_READ" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_post_read \- post an RDMA read work request.
diff --git a/librdmacm/man/rdma_post_readv.3 b/librdmacm/man/rdma_post_readv.3
index cccf2c3e9833..95e415595039 100644
--- a/librdmacm/man/rdma_post_readv.3
+++ b/librdmacm/man/rdma_post_readv.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_POST_READV" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_post_readv \- post an RDMA read work request.
diff --git a/librdmacm/man/rdma_post_recv.3 b/librdmacm/man/rdma_post_recv.3
index 6633cef1350b..5e0530d46899 100644
--- a/librdmacm/man/rdma_post_recv.3
+++ b/librdmacm/man/rdma_post_recv.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_POST_RECV" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_post_recv \- post a work request to receive an incoming message.
diff --git a/librdmacm/man/rdma_post_recvv.3 b/librdmacm/man/rdma_post_recvv.3
index f5e099e1ac42..bd03930c8918 100644
--- a/librdmacm/man/rdma_post_recvv.3
+++ b/librdmacm/man/rdma_post_recvv.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_POST_RECVV" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_post_recvv \- post a work request to receive incoming messages.
diff --git a/librdmacm/man/rdma_post_send.3 b/librdmacm/man/rdma_post_send.3
index 82bcf37ba276..5d0e6d603503 100644
--- a/librdmacm/man/rdma_post_send.3
+++ b/librdmacm/man/rdma_post_send.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_POST_SEND" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_post_send \- post a work request to send a message.
diff --git a/librdmacm/man/rdma_post_sendv.3 b/librdmacm/man/rdma_post_sendv.3
index 1953ce37252b..9b347b1f4746 100644
--- a/librdmacm/man/rdma_post_sendv.3
+++ b/librdmacm/man/rdma_post_sendv.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_POST_SENDV" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_post_sendv \- post a work request to send a message.
diff --git a/librdmacm/man/rdma_post_ud_send.3 b/librdmacm/man/rdma_post_ud_send.3
index f8e2ada87e68..0fcce79e1d33 100644
--- a/librdmacm/man/rdma_post_ud_send.3
+++ b/librdmacm/man/rdma_post_ud_send.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_POST_UD_SEND" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_post_ud_send \- post a work request to send a datagram.
diff --git a/librdmacm/man/rdma_post_write.3 b/librdmacm/man/rdma_post_write.3
index 5ab4fdb5dc4b..62a1e49c37fc 100644
--- a/librdmacm/man/rdma_post_write.3
+++ b/librdmacm/man/rdma_post_write.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_POST_WRITE" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_post_write \- post an RDMA write work request.
diff --git a/librdmacm/man/rdma_post_writev.3 b/librdmacm/man/rdma_post_writev.3
index 1fc7b0a6c709..22ee0fe122b8 100644
--- a/librdmacm/man/rdma_post_writev.3
+++ b/librdmacm/man/rdma_post_writev.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_POST_WRITEV" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_post_writev \- post an RDMA write work request.
diff --git a/librdmacm/man/rdma_reg_msgs.3 b/librdmacm/man/rdma_reg_msgs.3
index 4f5656313734..48c75b309af5 100644
--- a/librdmacm/man/rdma_reg_msgs.3
+++ b/librdmacm/man/rdma_reg_msgs.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_REG_MSGS" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_reg_msgs \- register data buffer(s) for sending or receiving messages.
diff --git a/librdmacm/man/rdma_reg_read.3 b/librdmacm/man/rdma_reg_read.3
index 84417a59ce33..07813e82827e 100644
--- a/librdmacm/man/rdma_reg_read.3
+++ b/librdmacm/man/rdma_reg_read.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_REG_READ" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_reg_read \- register data buffer(s) for remote RDMA read access.
diff --git a/librdmacm/man/rdma_reg_write.3 b/librdmacm/man/rdma_reg_write.3
index cc7beea15f06..2be3cc0cef88 100644
--- a/librdmacm/man/rdma_reg_write.3
+++ b/librdmacm/man/rdma_reg_write.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_REG_WRITE" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_reg_write \- register data buffer(s) for remote RDMA write access.
diff --git a/librdmacm/man/rdma_reject.3 b/librdmacm/man/rdma_reject.3
index 268f0b36f8a5..53f038fcccf3 100644
--- a/librdmacm/man/rdma_reject.3
+++ b/librdmacm/man/rdma_reject.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_REJECT" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_reject \- Called to reject a connection request.
diff --git a/librdmacm/man/rdma_resolve_addr.3 b/librdmacm/man/rdma_resolve_addr.3
index 3243c7929a36..ce6dcd6a8ae1 100644
--- a/librdmacm/man/rdma_resolve_addr.3
+++ b/librdmacm/man/rdma_resolve_addr.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_RESOLVE_ADDR" 3 "2007-10-31" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_resolve_addr \- Resolve destination and optional source addresses.
diff --git a/librdmacm/man/rdma_resolve_route.3 b/librdmacm/man/rdma_resolve_route.3
index c52f1b3f4347..114f666dcf63 100644
--- a/librdmacm/man/rdma_resolve_route.3
+++ b/librdmacm/man/rdma_resolve_route.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_RESOLVE_ROUTE" 3 "2007-10-31" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_resolve_route \- Resolve the route information needed to establish a connection.
diff --git a/librdmacm/man/rdma_server.1 b/librdmacm/man/rdma_server.1
index 19f4860e4da3..ada2564983f3 100644
--- a/librdmacm/man/rdma_server.1
+++ b/librdmacm/man/rdma_server.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_SERVER" 1 "2010-07-19" "librdmacm" "librdmacm" librdmacm
.SH NAME
rdma_server \- simple RDMA CM connection and ping-pong test.
diff --git a/librdmacm/man/rdma_set_option.3 b/librdmacm/man/rdma_set_option.3
index 74bf5ceba88d..93a60476f18f 100644
--- a/librdmacm/man/rdma_set_option.3
+++ b/librdmacm/man/rdma_set_option.3
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_SET_OPTION" 3 "2007-08-06" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rdma_set_option \- Set communication options for an rdma_cm_id.
diff --git a/librdmacm/man/rdma_xclient.1 b/librdmacm/man/rdma_xclient.1
index b4bb04560d23..d874c6e91e73 100644
--- a/librdmacm/man/rdma_xclient.1
+++ b/librdmacm/man/rdma_xclient.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_XCLIENT" 1 "2011-06-15" "librdmacm" "librdmacm" librdmacm
.SH NAME
rdma_xclient \- RDMA CM communication client test program
diff --git a/librdmacm/man/rdma_xserver.1 b/librdmacm/man/rdma_xserver.1
index a26c96239389..4c12e2563319 100644
--- a/librdmacm/man/rdma_xserver.1
+++ b/librdmacm/man/rdma_xserver.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RDMA_XSERVER" 1 "2011-06-15" "librdmacm" "librdmacm" librdmacm
.SH NAME
rdma_xserver \- RDMA CM communication server test program
diff --git a/librdmacm/man/riostream.1 b/librdmacm/man/riostream.1
index 14e77fa0f822..537302b60b12 100644
--- a/librdmacm/man/riostream.1
+++ b/librdmacm/man/riostream.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RIOSTREAM" 1 "2012-10-24" "librdmacm" "librdmacm" librdmacm
.SH NAME
riostream \- zero-copy streaming over RDMA ping-pong test.
diff --git a/librdmacm/man/rping.1 b/librdmacm/man/rping.1
index 127d290d0cfd..fc3aa7b889a5 100644
--- a/librdmacm/man/rping.1
+++ b/librdmacm/man/rping.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RPING" 1 "2007-05-15" "librdmacm" "librdmacm" librdmacm
.SH NAME
rping \- RDMA CM connection and RDMA ping-pong test.
diff --git a/librdmacm/man/rsocket.7.in b/librdmacm/man/rsocket.7.in
index 6adf156f4062..5b7776900262 100644
--- a/librdmacm/man/rsocket.7.in
+++ b/librdmacm/man/rsocket.7.in
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RSOCKET" 7 "2013-01-21" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
.SH NAME
rsocket \- RDMA socket API
diff --git a/librdmacm/man/rstream.1 b/librdmacm/man/rstream.1
index f53679fd9f1a..7b1c25b2a2fc 100644
--- a/librdmacm/man/rstream.1
+++ b/librdmacm/man/rstream.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "RSTREAM" 1 "2011-11-16" "librdmacm" "librdmacm" librdmacm
.SH NAME
rstream \- streaming over RDMA ping-pong test.
diff --git a/librdmacm/man/ucmatose.1 b/librdmacm/man/ucmatose.1
index 57e2c1b23bd9..56e0702989ae 100644
--- a/librdmacm/man/ucmatose.1
+++ b/librdmacm/man/ucmatose.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "UCMATOSE" 1 "2007-05-15" "librdmacm" "librdmacm" librdmacm
.SH NAME
ucmatose \- RDMA CM connection and simple ping-pong test.
diff --git a/librdmacm/man/udaddy.1 b/librdmacm/man/udaddy.1
index 022018ec9449..bc84504347bd 100644
--- a/librdmacm/man/udaddy.1
+++ b/librdmacm/man/udaddy.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "UDADDY" 1 "2007-05-15" "librdmacm" "librdmacm" librdmacm
.SH NAME
udaddy \- RDMA CM datagram setup and simple ping-pong test.
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH rdma-core 7/8] ibacm: Push COPYING file into individual files
[not found] ` <1478803660-27959-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
` (5 preceding siblings ...)
2016-11-10 18:47 ` [PATCH rdma-core 6/8] rdmacm: " Jason Gunthorpe
@ 2016-11-10 18:47 ` Jason Gunthorpe
2016-11-10 18:47 ` [PATCH rdma-core 8/8] mlx4: " Jason Gunthorpe
2016-11-10 23:59 ` [PATCH rdma-core 0/8] Eliminate most loose COPYING files Doug Ledford
8 siblings, 0 replies; 10+ messages in thread
From: Jason Gunthorpe @ 2016-11-10 18:47 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Add missing copyright headers and delete the COPYING file.
Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
---
ibacm/COPYING | 378 ----------------------------------------------
ibacm/ibacm.init.in | 1 +
ibacm/man/ib_acme.1 | 1 +
ibacm/man/ibacm.1 | 1 +
ibacm/man/ibacm.7 | 1 +
ibacm/man/ibacm_prov.7.in | 1 +
6 files changed, 5 insertions(+), 378 deletions(-)
delete mode 100644 ibacm/COPYING
diff --git a/ibacm/COPYING b/ibacm/COPYING
deleted file mode 100644
index 13f30ae27d95..000000000000
diff --git a/ibacm/ibacm.init.in b/ibacm/ibacm.init.in
index 0fb0011f3953..821742366054 100644
--- a/ibacm/ibacm.init.in
+++ b/ibacm/ibacm.init.in
@@ -1,4 +1,5 @@
#!/bin/bash
+# Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
#
# Bring up/down the ibacm daemon
#
diff --git a/ibacm/man/ib_acme.1 b/ibacm/man/ib_acme.1
index 530cd16c4c41..e94ff6c615cf 100644
--- a/ibacm/man/ib_acme.1
+++ b/ibacm/man/ib_acme.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "ib_acme" 1 "2014-06-16" "ib_acme" "ib_acme" ib_acme
.SH NAME
ib_acme \- test and configuration utility for the IB ACM
diff --git a/ibacm/man/ibacm.1 b/ibacm/man/ibacm.1
index 29ecd86b428e..5042e1ed88ac 100644
--- a/ibacm/man/ibacm.1
+++ b/ibacm/man/ibacm.1
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "ibacm" 1 "2014-06-16" "ibacm" "ibacm" ibacm
.SH NAME
ibacm \- address and route resolution services for InfiniBand.
diff --git a/ibacm/man/ibacm.7 b/ibacm/man/ibacm.7
index ad502cd0c25f..14b5d08d85f1 100644
--- a/ibacm/man/ibacm.7
+++ b/ibacm/man/ibacm.7
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "IBACM" 7 "2014-06-16" "IBACM" "IB ACM User Guide" IBACM
.SH NAME
ibacm \- InfiniBand communication management assistant
diff --git a/ibacm/man/ibacm_prov.7.in b/ibacm/man/ibacm_prov.7.in
index 9e79d58f639e..494fdc3b096e 100644
--- a/ibacm/man/ibacm_prov.7.in
+++ b/ibacm/man/ibacm_prov.7.in
@@ -1,3 +1,4 @@
+.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
.TH "IBACM_PROV" 7 "2014-06-16" "IBACM_PROV" "IB ACM Provider Guide" IBACM_PROV
.SH NAME
ibacm_prov \- InfiniBand communication management assistant provider interface
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH rdma-core 8/8] mlx4: Push COPYING file into individual files
[not found] ` <1478803660-27959-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
` (6 preceding siblings ...)
2016-11-10 18:47 ` [PATCH rdma-core 7/8] ibacm: " Jason Gunthorpe
@ 2016-11-10 18:47 ` Jason Gunthorpe
2016-11-10 23:59 ` [PATCH rdma-core 0/8] Eliminate most loose COPYING files Doug Ledford
8 siblings, 0 replies; 10+ messages in thread
From: Jason Gunthorpe @ 2016-11-10 18:47 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Add missing copyright headers and delete the COPYING file.
Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
---
providers/mlx4/COPYING | 378 -------------------------------------------------
providers/mlx4/mmio.h | 2 +
2 files changed, 2 insertions(+), 378 deletions(-)
delete mode 100644 providers/mlx4/COPYING
diff --git a/providers/mlx4/COPYING b/providers/mlx4/COPYING
deleted file mode 100644
index add3d1990bc1..000000000000
diff --git a/providers/mlx4/mmio.h b/providers/mlx4/mmio.h
index 0304fd7efa5e..f907661ddcf9 100644
--- a/providers/mlx4/mmio.h
+++ b/providers/mlx4/mmio.h
@@ -1,3 +1,5 @@
+/* Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
+ */
#ifndef MMIO_H
#define MMIO_H
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [PATCH rdma-core 0/8] Eliminate most loose COPYING files
[not found] ` <1478803660-27959-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
` (7 preceding siblings ...)
2016-11-10 18:47 ` [PATCH rdma-core 8/8] mlx4: " Jason Gunthorpe
@ 2016-11-10 23:59 ` Doug Ledford
8 siblings, 0 replies; 10+ messages in thread
From: Doug Ledford @ 2016-11-10 23:59 UTC (permalink / raw)
To: Jason Gunthorpe, linux-rdma-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1.1: Type: text/plain, Size: 741 bytes --]
On 11/10/2016 1:47 PM, Jason Gunthorpe wrote:
> This is done by pushing the copyright statement into the files in the
> subdirectory without copyright.
>
> https://github.com/linux-rdma/rdma-core/pull/39
>
> Jason Gunthorpe (8):
> ibcm: Delete COPYING file
> iwpmd: Delete COPYING file
> srp_daemon: Push COPYING file into individual files
> umad: Push COPYING file into individual files
> ibverbs: Push COPYING file into individual files
> rdmacm: Push COPYING file into individual files
> ibacm: Push COPYING file into individual files
> mlx4: Push COPYING file into individual files
Thanks, applied.
--
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
GPG Key ID: 0E572FDD
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 884 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread