linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ioctl_ficlone/clonerange/dedupe: fix licensing
@ 2016-06-09 17:36 Darrick J. Wong
       [not found] ` <20160609173658.GB10371-PTl6brltDGh4DFYR7WNSRA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2016-06-09 17:36 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-fsdevel, linux-api, linux-man

These are licensed under GPLv2, not VERBATIM.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 man2/ioctl_ficlonerange.2  |   22 ++++++++++++++--------
 man2/ioctl_fideduperange.2 |   22 ++++++++++++++--------
 2 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/man2/ioctl_ficlonerange.2 b/man2/ioctl_ficlonerange.2
index c6e0762..d1da3e6 100644
--- a/man2/ioctl_ficlonerange.2
+++ b/man2/ioctl_ficlonerange.2
@@ -1,18 +1,24 @@
-.\" Copyright (C) 2016 Oracle.  All rights reserved.
+.\" Copyright (c) 2016, Oracle.  All rights reserved.
 .\"
-.\" %%%LICENSE_START(VERBATIM)
-.\" This program is free software; you can redistribute it and/or
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
+.\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
-.\" published by the Free Software Foundation.
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
 .\"
-.\" This program is distributed in the hope that it would be useful,
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 .\" GNU General Public License for more details.
 .\"
-.\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write the Free Software Foundation,
-.\" Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .TH IOCTL-FICLONERANGE 2 2016-02-10 "Linux" "Linux Programmer's Manual"
 .SH NAME
diff --git a/man2/ioctl_fideduperange.2 b/man2/ioctl_fideduperange.2
index 44a7765..fd63ff8 100644
--- a/man2/ioctl_fideduperange.2
+++ b/man2/ioctl_fideduperange.2
@@ -1,18 +1,24 @@
-.\" Copyright (C) 2016 Oracle.  All rights reserved.
+.\" Copyright (c) 2016, Oracle.  All rights reserved.
 .\"
-.\" %%%LICENSE_START(VERBATIM)
-.\" This program is free software; you can redistribute it and/or
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
+.\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
-.\" published by the Free Software Foundation.
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
 .\"
-.\" This program is distributed in the hope that it would be useful,
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 .\" GNU General Public License for more details.
 .\"
-.\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write the Free Software Foundation,
-.\" Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .TH IOCTL-FIDEDUPERANGE 2 2016-02-10 "Linux" "Linux Programmer's Manual"
 .SH NAME

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ioctl_ficlone/clonerange/dedupe: fix licensing
       [not found] ` <20160609173658.GB10371-PTl6brltDGh4DFYR7WNSRA@public.gmane.org>
@ 2016-06-10  8:15   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-06-10  8:15 UTC (permalink / raw)
  To: Darrick J. Wong
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-fsdevel-u79uwXL29TY76Z2rM5mHXA,
	linux-api-u79uwXL29TY76Z2rM5mHXA,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 06/09/2016 07:36 PM, Darrick J. Wong wrote:
> These are licensed under GPLv2, not VERBATIM.

Thanks, Darrick. Applied.

Cheers,

Michael

> Signed-off-by: Darrick J. Wong <darrick.wong-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
> ---
>  man2/ioctl_ficlonerange.2  |   22 ++++++++++++++--------
>  man2/ioctl_fideduperange.2 |   22 ++++++++++++++--------
>  2 files changed, 28 insertions(+), 16 deletions(-)
> 
> diff --git a/man2/ioctl_ficlonerange.2 b/man2/ioctl_ficlonerange.2
> index c6e0762..d1da3e6 100644
> --- a/man2/ioctl_ficlonerange.2
> +++ b/man2/ioctl_ficlonerange.2
> @@ -1,18 +1,24 @@
> -.\" Copyright (C) 2016 Oracle.  All rights reserved.
> +.\" Copyright (c) 2016, Oracle.  All rights reserved.
>  .\"
> -.\" %%%LICENSE_START(VERBATIM)
> -.\" This program is free software; you can redistribute it and/or
> +.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
> +.\" This is free documentation; you can redistribute it and/or
>  .\" modify it under the terms of the GNU General Public License as
> -.\" published by the Free Software Foundation.
> +.\" published by the Free Software Foundation; either version 2 of
> +.\" the License, or (at your option) any later version.
>  .\"
> -.\" This program is distributed in the hope that it would be useful,
> +.\" The GNU General Public License's references to "object code"
> +.\" and "executables" are to be interpreted as the output of any
> +.\" document formatting or typesetting system, including
> +.\" intermediate and printed output.
> +.\"
> +.\" This manual is distributed in the hope that it will be useful,
>  .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
>  .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>  .\" GNU General Public License for more details.
>  .\"
> -.\" You should have received a copy of the GNU General Public License
> -.\" along with this program; if not, write the Free Software Foundation,
> -.\" Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
> +.\" You should have received a copy of the GNU General Public
> +.\" License along with this manual; if not, see
> +.\" <http://www.gnu.org/licenses/>.
>  .\" %%%LICENSE_END
>  .TH IOCTL-FICLONERANGE 2 2016-02-10 "Linux" "Linux Programmer's Manual"
>  .SH NAME
> diff --git a/man2/ioctl_fideduperange.2 b/man2/ioctl_fideduperange.2
> index 44a7765..fd63ff8 100644
> --- a/man2/ioctl_fideduperange.2
> +++ b/man2/ioctl_fideduperange.2
> @@ -1,18 +1,24 @@
> -.\" Copyright (C) 2016 Oracle.  All rights reserved.
> +.\" Copyright (c) 2016, Oracle.  All rights reserved.
>  .\"
> -.\" %%%LICENSE_START(VERBATIM)
> -.\" This program is free software; you can redistribute it and/or
> +.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
> +.\" This is free documentation; you can redistribute it and/or
>  .\" modify it under the terms of the GNU General Public License as
> -.\" published by the Free Software Foundation.
> +.\" published by the Free Software Foundation; either version 2 of
> +.\" the License, or (at your option) any later version.
>  .\"
> -.\" This program is distributed in the hope that it would be useful,
> +.\" The GNU General Public License's references to "object code"
> +.\" and "executables" are to be interpreted as the output of any
> +.\" document formatting or typesetting system, including
> +.\" intermediate and printed output.
> +.\"
> +.\" This manual is distributed in the hope that it will be useful,
>  .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
>  .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>  .\" GNU General Public License for more details.
>  .\"
> -.\" You should have received a copy of the GNU General Public License
> -.\" along with this program; if not, write the Free Software Foundation,
> -.\" Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
> +.\" You should have received a copy of the GNU General Public
> +.\" License along with this manual; if not, see
> +.\" <http://www.gnu.org/licenses/>.
>  .\" %%%LICENSE_END
>  .TH IOCTL-FIDEDUPERANGE 2 2016-02-10 "Linux" "Linux Programmer's Manual"
>  .SH NAME
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" 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] 2+ messages in thread

end of thread, other threads:[~2016-06-10  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-09 17:36 [PATCH] ioctl_ficlone/clonerange/dedupe: fix licensing Darrick J. Wong
     [not found] ` <20160609173658.GB10371-PTl6brltDGh4DFYR7WNSRA@public.gmane.org>
2016-06-10  8:15   ` Michael Kerrisk (man-pages)

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).