* [PATCH] mlx4: Add copyright holder to man pages
@ 2017-07-14 14:34 Benjamin Drung
[not found] ` <20170714143425.2002-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Drung @ 2017-07-14 14:34 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Drung
Maor Gottlieb added the mlx4dv.7 and mlx4dv_init_obj.3 man pages, but
did not state the copyright owner of these files.
Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
---
providers/mlx4/man/mlx4dv.7 | 1 +
providers/mlx4/man/mlx4dv_init_obj.3 | 1 +
2 files changed, 2 insertions(+)
diff --git a/providers/mlx4/man/mlx4dv.7 b/providers/mlx4/man/mlx4dv.7
index 92ced995..e3e4cdce 100644
--- a/providers/mlx4/man/mlx4dv.7
+++ b/providers/mlx4/man/mlx4dv.7
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Copyright (c) 2017 Mellanox Technologies, Inc.
.\" Licensed under the OpenIB.org (MIT) - See COPYING.md
.\"
.TH MLX4DV 7 2017-04-19 1.0.0
diff --git a/providers/mlx4/man/mlx4dv_init_obj.3 b/providers/mlx4/man/mlx4dv_init_obj.3
index 0d0a4a5d..7d10b933 100644
--- a/providers/mlx4/man/mlx4dv_init_obj.3
+++ b/providers/mlx4/man/mlx4dv_init_obj.3
@@ -1,4 +1,5 @@
.\" -*- nroff -*-
+.\" Copyright (c) 2017 Mellanox Technologies, Inc.
.\" Licensed under the OpenIB.org (MIT) - See COPYING.md
.\"
.TH MLX4DV_INIT_OBJ 3 2017-02-02 1.0.0
--
2.11.0
--
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] 5+ messages in thread[parent not found: <20170714143425.2002-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>]
* Re: [PATCH] mlx4: Add copyright holder to man pages [not found] ` <20170714143425.2002-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org> @ 2017-07-14 15:21 ` Leon Romanovsky [not found] ` <20170714152123.GD1528-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Leon Romanovsky @ 2017-07-14 15:21 UTC (permalink / raw) To: Benjamin Drung; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 629 bytes --] On Fri, Jul 14, 2017 at 04:34:25PM +0200, Benjamin Drung wrote: > Maor Gottlieb added the mlx4dv.7 and mlx4dv_init_obj.3 man pages, but > did not state the copyright owner of these files. > > Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org> > --- > providers/mlx4/man/mlx4dv.7 | 1 + > providers/mlx4/man/mlx4dv_init_obj.3 | 1 + > 2 files changed, 2 insertions(+) Do we really need copyright owner for man pages? P.S. Can you please add rdma-core to your subject? Something like [PATCH rdma-core] I need it to do not miss them in patchworks while I'm applying patches. Thanks [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20170714152123.GD1528-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>]
* Re: [PATCH] mlx4: Add copyright holder to man pages [not found] ` <20170714152123.GD1528-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org> @ 2017-07-14 15:48 ` Benjamin Drung [not found] ` <1500047329.3563.38.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Benjamin Drung @ 2017-07-14 15:48 UTC (permalink / raw) To: Leon Romanovsky; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 1491 bytes --] Am Freitag, den 14.07.2017, 18:21 +0300 schrieb Leon Romanovsky: > On Fri, Jul 14, 2017 at 04:34:25PM +0200, Benjamin Drung wrote: > > Maor Gottlieb added the mlx4dv.7 and mlx4dv_init_obj.3 man pages, > > but > > did not state the copyright owner of these files. > > > > Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org> > > --- > > providers/mlx4/man/mlx4dv.7 | 1 + > > providers/mlx4/man/mlx4dv_init_obj.3 | 1 + > > 2 files changed, 2 insertions(+) > > Do we really need copyright owner for man pages? Yes. If the file contains a license statement, it should also contain the copyright line. This answer the question: Who grants the specified rights? Is the copyright already expired? > P.S. Can you please add rdma-core to your subject? > Something like [PATCH rdma-core] Yes. Done: $ git config format.subjectprefix "PATCH rdma-core" We might want to adjust the documentation to recommend these settings: $ git config sendmail.to linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org $ git config format.subjectprefix "PATCH rdma-core" -- Benjamin Drung System Developer Debian & Ubuntu Developer ProfitBricks GmbH Greifswalder Str. 207 D - 10405 Berlin Email: benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org Web: https://www.profitbricks.com Sitz der Gesellschaft: Berlin. Registergericht: Amtsgericht Charlottenburg, HRB 125506B. Geschäftsführer: Achim Weiss. [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <1500047329.3563.38.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>]
* Re: [PATCH] mlx4: Add copyright holder to man pages [not found] ` <1500047329.3563.38.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org> @ 2017-07-14 16:02 ` Jason Gunthorpe [not found] ` <20170714160213.GB25760-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Jason Gunthorpe @ 2017-07-14 16:02 UTC (permalink / raw) To: Benjamin Drung; +Cc: Leon Romanovsky, linux-rdma-u79uwXL29TY76Z2rM5mHXA On Fri, Jul 14, 2017 at 05:48:49PM +0200, Benjamin Drung wrote: > Yes. If the file contains a license statement, it should also contain > the copyright line. This answer the question: Who grants the specified > rights? Is the copyright already expired? Are you OK now with the rest of the copyright situation? Did my explanation about DCO on github make sense? > $ git config sendmail.to linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > $ git config format.subjectprefix "PATCH rdma-core" Sounds good, send a patch :) Jason -- 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] 5+ messages in thread
[parent not found: <20170714160213.GB25760-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>]
* Re: [PATCH] mlx4: Add copyright holder to man pages [not found] ` <20170714160213.GB25760-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org> @ 2017-07-14 16:09 ` Benjamin Drung 0 siblings, 0 replies; 5+ messages in thread From: Benjamin Drung @ 2017-07-14 16:09 UTC (permalink / raw) To: Jason Gunthorpe; +Cc: Leon Romanovsky, linux-rdma-u79uwXL29TY76Z2rM5mHXA Am Freitag, den 14.07.2017, 10:02 -0600 schrieb Jason Gunthorpe: > On Fri, Jul 14, 2017 at 05:48:49PM +0200, Benjamin Drung wrote: > > > Yes. If the file contains a license statement, it should also > > contain > > the copyright line. This answer the question: Who grants the > > specified > > rights? Is the copyright already expired? > > Are you OK now with the rest of the copyright situation? Did my > explanation about DCO on github make sense? I got no response from debian-legal. So I will try to upload the package and will see if it gets accepted with some missing copyright holders. > > $ git config sendmail.to linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > $ git config format.subjectprefix "PATCH rdma-core" > > Sounds good, send a patch :) It's now time for the weekend (living in UTC+2) :-p -- Benjamin Drung System Developer Debian & Ubuntu Developer ProfitBricks GmbH Greifswalder Str. 207 D - 10405 Berlin Email: benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org Web: https://www.profitbricks.com Sitz der Gesellschaft: Berlin. Registergericht: Amtsgericht Charlottenburg, HRB 125506B. Geschäftsführer: Achim Weiss. -- 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] 5+ messages in thread
end of thread, other threads:[~2017-07-14 16:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14 14:34 [PATCH] mlx4: Add copyright holder to man pages Benjamin Drung
[not found] ` <20170714143425.2002-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-07-14 15:21 ` Leon Romanovsky
[not found] ` <20170714152123.GD1528-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-07-14 15:48 ` Benjamin Drung
[not found] ` <1500047329.3563.38.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-07-14 16:02 ` Jason Gunthorpe
[not found] ` <20170714160213.GB25760-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-14 16:09 ` Benjamin Drung
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.