From patchwork Thu Jul 24 09:30:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Shilong X-Patchwork-Id: 4615401 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6F3859F295 for ; Thu, 24 Jul 2014 09:36:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4EBBE20154 for ; Thu, 24 Jul 2014 09:36:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 072C420120 for ; Thu, 24 Jul 2014 09:36:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756598AbaGXJf7 (ORCPT ); Thu, 24 Jul 2014 05:35:59 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:41603 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753215AbaGXJf6 (ORCPT ); Thu, 24 Jul 2014 05:35:58 -0400 X-IronPort-AV: E=Sophos;i="5.00,931,1396972800"; d="scan'208";a="33724293" Received: from localhost (HELO edo.cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 24 Jul 2014 17:32:49 +0800 Received: from G08CNEXCHPEKD02.g08.fujitsu.local (localhost.localdomain [127.0.0.1]) by edo.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id s6O9ZYK4006084 for ; Thu, 24 Jul 2014 17:35:34 +0800 Received: from wangs.fnst.cn.fujitsu.com (10.167.226.245) by G08CNEXCHPEKD02.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.181.6; Thu, 24 Jul 2014 17:35:35 +0800 From: Wang Shilong To: Subject: [PATCH] Btrfs-progs: remove author and copyright info from man page Date: Thu, 24 Jul 2014 17:30:15 +0800 Message-ID: <1406194215-7774-1-git-send-email-wangsl.fnst@cn.fujitsu.com> X-Mailer: git-send-email 1.9.0 MIME-Version: 1.0 X-Originating-IP: [10.167.226.245] Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: http://man7.org/linux/man-pages/man7/man-pages.7.html ... AUTHORS lists authors of the documentation or program.Use of an AUTHORS section is strongly discouraged. Generally, it is better not to clutter every page with a list of (over time potentially numerous) authors; if you write or significantly amend a page, add a copyright notice as a comment in the source file. If you are the author of a device driver and want to include an address for reporting bugs, place this under the BUGS section. ... Suggested-by: Satoru Takeuchi Signed-off-by: Wang Shilong --- Documentation/btrfs-convert.txt | 12 ------------ Documentation/btrfs-debug-tree.txt | 12 ------------ Documentation/btrfs-find-root.txt | 12 ------------ Documentation/btrfs-image.txt | 12 ------------ Documentation/btrfs-map-logical.txt | 12 ------------ Documentation/btrfs-show-super.txt | 12 ------------ Documentation/btrfs-zero-log.txt | 12 ------------ Documentation/btrfstune.txt | 12 ------------ 8 files changed, 96 deletions(-) diff --git a/Documentation/btrfs-convert.txt b/Documentation/btrfs-convert.txt index 1eff0bf..11d6044 100644 --- a/Documentation/btrfs-convert.txt +++ b/Documentation/btrfs-convert.txt @@ -31,18 +31,6 @@ EXIT STATUS *btrfs-convert* will return 0 if no error happened. If any problems happened, 1 will be returned. -AUTHOR ------- -Written by Shilong Wang and Wenruo Qu. - -COPYRIGHT ---------- -Copyright (C) 2013 FUJITSU LIMITED. - -License GPLv2: GNU GPL version 2 . - -This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. - SEE ALSO -------- `mkfs.btrfs`(8) diff --git a/Documentation/btrfs-debug-tree.txt b/Documentation/btrfs-debug-tree.txt index bfc8aa4..23fc115 100644 --- a/Documentation/btrfs-debug-tree.txt +++ b/Documentation/btrfs-debug-tree.txt @@ -33,18 +33,6 @@ EXIT STATUS *btrfs-debug-tree* will return 0 if no error happened. If any problems happened, 1 will be returned. -AUTHOR ------- -Written by Shilong Wang and Wenruo Qu. - -COPYRIGHT ---------- -Copyright (C) 2013 FUJITSU LIMITED. - -License GPLv2: GNU GPL version 2 . - -This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. - SEE ALSO -------- `mkfs.btrfs`(8) diff --git a/Documentation/btrfs-find-root.txt b/Documentation/btrfs-find-root.txt index a360f8f..c934b4c 100644 --- a/Documentation/btrfs-find-root.txt +++ b/Documentation/btrfs-find-root.txt @@ -28,18 +28,6 @@ EXIT STATUS *btrfs-find-root* will return 0 if no error happened. If any problems happened, 1 will be returned. -AUTHOR ------- -Written by Shilong Wang and Wenruo Qu. - -COPYRIGHT ---------- -Copyright (C) 2013 FUJITSU LIMITED. - -License GPLv2: GNU GPL version 2 . - -This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. - SEE ALSO -------- `mkfs.btrfs`(8) diff --git a/Documentation/btrfs-image.txt b/Documentation/btrfs-image.txt index 155194a..b7751f9 100644 --- a/Documentation/btrfs-image.txt +++ b/Documentation/btrfs-image.txt @@ -56,18 +56,6 @@ EXIT STATUS *btrfs-image* will return 0 if no error happened. If any problems happened, 1 will be returned. -AUTHOR ------- -Written by Shilong Wang and Wenruo Qu. - -COPYRIGHT ---------- -Copyright (C) 2013 FUJITSU LIMITED. - -License GPLv2: GNU GPL version 2 . - -This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. - SEE ALSO -------- `mkfs.btrfs`(8) diff --git a/Documentation/btrfs-map-logical.txt b/Documentation/btrfs-map-logical.txt index a8710bf..a3d110c 100644 --- a/Documentation/btrfs-map-logical.txt +++ b/Documentation/btrfs-map-logical.txt @@ -32,18 +32,6 @@ EXIT STATUS *btrfs-map-logical* will return 0 if no error happened. If any problems happened, 1 will be returned. -AUTHOR ------- -Written by Shilong Wang and Wenruo Qu. - -COPYRIGHT ---------- -Copyright (C) 2013 FUJITSU LIMITED. - -License GPLv2: GNU GPL version 2 . - -This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. - SEE ALSO -------- `mkfs.btrfs`(8) diff --git a/Documentation/btrfs-show-super.txt b/Documentation/btrfs-show-super.txt index 6fee0f1..1646be3 100644 --- a/Documentation/btrfs-show-super.txt +++ b/Documentation/btrfs-show-super.txt @@ -45,18 +45,6 @@ EXIT STATUS *btrfs-show-super* will return 0 if no error happened. If any problems happened, 1 will be returned. -AUTHOR ------- -Written by Shilong Wang and Wenruo Qu. - -COPYRIGHT ---------- -Copyright (C) 2013 FUJITSU LIMITED. - -License GPLv2: GNU GPL version 2 . - -This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. - SEE ALSO -------- `mkfs.btrfs`(8) diff --git a/Documentation/btrfs-zero-log.txt b/Documentation/btrfs-zero-log.txt index 0a8d3e3..498ecd6 100644 --- a/Documentation/btrfs-zero-log.txt +++ b/Documentation/btrfs-zero-log.txt @@ -40,18 +40,6 @@ EXIT STATUS *btrfs-zero-log* will return 0 if no error happened. Other exit code means some problems happened. -AUTHOR ------- -Written by Shilong Wang and Wenruo Qu. - -COPYRIGHT ---------- -Copyright (C) 2013 FUJITSU LIMITED. - -License GPLv2: GNU GPL version 2 . - -This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. - SEE ALSO -------- `mkfs.btrfs`(8) diff --git a/Documentation/btrfstune.txt b/Documentation/btrfstune.txt index bf44bdf..56cf66b 100644 --- a/Documentation/btrfstune.txt +++ b/Documentation/btrfstune.txt @@ -31,18 +31,6 @@ EXIT STATUS *btrfstune* will return 0 if no error happened. If any problems happened, 1 will be returned. -AUTHOR ------- -Written by Shilong Wang and Wenruo Qu. - -COPYRIGHT ---------- -Copyright (C) 2013 FUJITSU LIMITED. - -License GPLv2: GNU GPL version 2 . - -This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. - SEE ALSO -------- `mkfs.btrfs`(8)