coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

remove copyright from man/*.x ?


From: Bernhard Voelker
Subject: remove copyright from man/*.x ?
Date: Sun, 16 Aug 2015 23:27:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

Only 6 out of the 105 man/*.x files have a copyright notice:

  $ git ls-files -- man/*.x | wc -l
  105

  $ GIT_PAGER= git grep Copyright -- man/*.x
  man/chmod.x:'\" Copyright (C) 1998-2015 Free Software Foundation, Inc.
  man/chown.x:'\" Copyright (C) 1998-2015 Free Software Foundation, Inc.
  man/df.x:'\" Copyright (C) 1998-2015 Free Software Foundation, Inc.
  man/du.x:'\" Copyright (C) 1998-2015 Free Software Foundation, Inc.
  man/rm.x:'\" Copyright (C) 1998-2015 Free Software Foundation, Inc.
  man/stdbuf.x:'\" Copyright (C) 2009-2015 Free Software Foundation, Inc.

The following patch would remove it from there.  Okay?

Alternatively, we could add such a Copyright notice to all the other
man/*.x files ... but with what Copyright year range?

Have a nice day,
Berny

>From 7c87717b23c2a297646783cf2e86dc314f915e26 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <address@hidden>
Date: Sun, 16 Aug 2015 23:17:44 +0200
Subject: [PATCH] maint: remove Copyright notice from some remaining man/*.x
 include files

Only the following few (of >100) help2man include files had a Copyright
notice at the top of the file.

* man/chmod.x: Remove Copyright notice.
* man/chown.x: Likewise.
* man/df.x: Likewise.
* man/du.x: Likewise.
* man/rm.x: Likewise.
* man/stdbuf.x: Likewise.
---
 man/chmod.x  | 5 -----
 man/chown.x  | 5 -----
 man/df.x     | 5 -----
 man/du.x     | 5 -----
 man/rm.x     | 5 -----
 man/stdbuf.x | 5 -----
 6 files changed, 30 deletions(-)

diff --git a/man/chmod.x b/man/chmod.x
index 76ea30d..7eba3bc 100644
--- a/man/chmod.x
+++ b/man/chmod.x
@@ -1,8 +1,3 @@
-'\" Copyright (C) 1998-2015 Free Software Foundation, Inc.
-'\"
-'\" This is free software.  You may redistribute copies of it under the terms
-'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-'\" There is NO WARRANTY, to the extent permitted by law.
 [NAME]
 chmod \- change file mode bits
 [DESCRIPTION]
diff --git a/man/chown.x b/man/chown.x
index 1a36e18..83a949f 100644
--- a/man/chown.x
+++ b/man/chown.x
@@ -1,8 +1,3 @@
-'\" Copyright (C) 1998-2015 Free Software Foundation, Inc.
-'\"
-'\" This is free software.  You may redistribute copies of it under the terms
-'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-'\" There is NO WARRANTY, to the extent permitted by law.
 [NAME]
 chown \- change file owner and group
 [DESCRIPTION]
diff --git a/man/df.x b/man/df.x
index 8136d15..ede063d 100644
--- a/man/df.x
+++ b/man/df.x
@@ -1,8 +1,3 @@
-'\" Copyright (C) 1998-2015 Free Software Foundation, Inc.
-'\"
-'\" This is free software.  You may redistribute copies of it under the terms
-'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-'\" There is NO WARRANTY, to the extent permitted by law.
 [NAME]
 df \- report file system disk space usage
 [DESCRIPTION]
diff --git a/man/du.x b/man/du.x
index be9191c..bdf0217 100644
--- a/man/du.x
+++ b/man/du.x
@@ -1,8 +1,3 @@
-'\" Copyright (C) 1998-2015 Free Software Foundation, Inc.
-'\"
-'\" This is free software.  You may redistribute copies of it under the terms
-'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-'\" There is NO WARRANTY, to the extent permitted by law.
 [NAME]
 du \- estimate file space usage
 [DESCRIPTION]
diff --git a/man/rm.x b/man/rm.x
index d3a7781..79a2bdc 100644
--- a/man/rm.x
+++ b/man/rm.x
@@ -1,8 +1,3 @@
-'\" Copyright (C) 1998-2015 Free Software Foundation, Inc.
-'\"
-'\" This is free software.  You may redistribute copies of it under the terms
-'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-'\" There is NO WARRANTY, to the extent permitted by law.
 [NAME]
 rm \- remove files or directories
 [DESCRIPTION]
diff --git a/man/stdbuf.x b/man/stdbuf.x
index 1076c82..d0f1831 100644
--- a/man/stdbuf.x
+++ b/man/stdbuf.x
@@ -1,8 +1,3 @@
-'\" Copyright (C) 2009-2015 Free Software Foundation, Inc.
-'\"
-'\" This is free software.  You may redistribute copies of it under the terms
-'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-'\" There is NO WARRANTY, to the extent permitted by law.
 [NAME]
 stdbuf \-
 Run COMMAND, with modified buffering operations for its standard streams.
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]