linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH rdma-core 7/8] ibacm: Push COPYING file into individual files
Date: Thu, 10 Nov 2016 11:47:39 -0700	[thread overview]
Message-ID: <1478803660-27959-8-git-send-email-jgunthorpe@obsidianresearch.com> (raw)
In-Reply-To: <1478803660-27959-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>

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

  parent reply	other threads:[~2016-11-10 18:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-10 18:47 [PATCH rdma-core 0/8] Eliminate most loose COPYING files Jason Gunthorpe
     [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   ` [PATCH rdma-core 3/8] srp_daemon: Push COPYING file into individual files Jason Gunthorpe
2016-11-10 18:47   ` [PATCH rdma-core 4/8] umad: " Jason Gunthorpe
2016-11-10 18:47   ` [PATCH rdma-core 5/8] ibverbs: " Jason Gunthorpe
2016-11-10 18:47   ` [PATCH rdma-core 6/8] rdmacm: " Jason Gunthorpe
2016-11-10 18:47   ` Jason Gunthorpe [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478803660-27959-8-git-send-email-jgunthorpe@obsidianresearch.com \
    --to=jgunthorpe-epgobjl8dl3ta4ec/59zmfatqe2ktcn/@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).