diff mbox

[rdma-core] rxe: Use default dual-license instead of PathScale

Message ID 1478188155-24018-1-git-send-email-leon@kernel.org (mailing list archive)
State Accepted
Headers show

Commit Message

Leon Romanovsky Nov. 3, 2016, 3:49 p.m. UTC
Remove the patent clauses from RXE copyright notice.

Signed-off-by: Leon Romanovsky <leon@kernel.org>
---
 COPYING.md          | 5 -----
 providers/rxe/rxe.c | 4 ----
 providers/rxe/rxe.h | 4 ----
 3 files changed, 13 deletions(-)

--
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Jason Gunthorpe Nov. 4, 2016, 12:48 a.m. UTC | #1
On Thu, Nov 03, 2016 at 05:49:15PM +0200, Leon Romanovsky wrote:
> Remove the patent clauses from RXE copyright notice.
> 
> Signed-off-by: Leon Romanovsky <leon@kernel.org>

Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>

Thanks for getting this addressed!

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Leon Romanovsky Nov. 4, 2016, 4:12 a.m. UTC | #2
On Thu, Nov 03, 2016 at 06:48:13PM -0600, Jason Gunthorpe wrote:
> On Thu, Nov 03, 2016 at 05:49:15PM +0200, Leon Romanovsky wrote:
> > Remove the patent clauses from RXE copyright notice.
> >
> > Signed-off-by: Leon Romanovsky <leon@kernel.org>
>
> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
>
> Thanks for getting this addressed!

Thanks
https://github.com/linux-rdma/rdma-core/pull/33

>
> Jason
Leon Romanovsky Nov. 5, 2016, 1:08 p.m. UTC | #3
On Fri, Nov 04, 2016 at 06:12:15AM +0200, Leon Romanovsky wrote:
> On Thu, Nov 03, 2016 at 06:48:13PM -0600, Jason Gunthorpe wrote:
> > On Thu, Nov 03, 2016 at 05:49:15PM +0200, Leon Romanovsky wrote:
> > > Remove the patent clauses from RXE copyright notice.
> > >
> > > Signed-off-by: Leon Romanovsky <leon@kernel.org>
> >
> > Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
> >
> > Thanks for getting this addressed!
>
> Thanks
> https://github.com/linux-rdma/rdma-core/pull/33

Merged

>
> >
> > Jason
diff mbox

Patch

diff --git a/COPYING.md b/COPYING.md
index 3d55eb9..3d34648 100644
--- a/COPYING.md
+++ b/COPYING.md
@@ -45,11 +45,6 @@  ipathverbs
 ocrdma
 : Dual License: GPLv2 or OpenIB.org BSD (FreeBSD variant), See COPYING.BSD_FB

-rxe
-: A combination of the
-    - Default Dual License
-    - GPLv2 or PathScale BSD Patent license
-
 ## Libraries

 All library compilable source code (.c and .h files) are available under the
diff --git a/providers/rxe/rxe.c b/providers/rxe/rxe.c
index 5aa77ea..d23ef3d 100644
--- a/providers/rxe/rxe.c
+++ b/providers/rxe/rxe.c
@@ -31,10 +31,6 @@ 
  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
- *
- * Patent licenses, if any, provided herein do not apply to
- * combinations of this program with other software, or any other
- * product whatsoever.
  */

 #include <config.h>
diff --git a/providers/rxe/rxe.h b/providers/rxe/rxe.h
index 61383a3..0a67a81 100644
--- a/providers/rxe/rxe.h
+++ b/providers/rxe/rxe.h
@@ -31,10 +31,6 @@ 
  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
- *
- * Patent licenses, if any, provided herein do not apply to
- * combinations of this program with other software, or any other
- * product whatsoever.
  */

 #ifndef RXE_H