]> granicus.if.org Git - strace/commitdiff
Rename COPYRIGHT to COPYING
authorMike Frysinger <vapier@gentoo.org>
Wed, 15 May 2013 20:33:09 +0000 (16:33 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 17 May 2013 23:18:55 +0000 (23:18 +0000)
The standard name people have adopted is "COPYING" rather than
"COPYRIGHT".  Use that as a lot of license scanning tools look for it.

* COPYRIGHT: Rename to ...
* COPYING: ... this.
* Makefile.am (EXTRA_DIST): Rename COPYRIGHT to COPYING.
* README: Likewise.
* strace.spec (%files): Likewise.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
COPYING [moved from COPYRIGHT with 100% similarity]
Makefile.am
README
strace.spec

similarity index 100%
rename from COPYRIGHT
rename to COPYING
index 99d9eaf5fd9f8d7652e98d0d3c31921495f0bee9..f3ae0bade8c7d88924cbbf1fd796be9867b7b510 100644 (file)
@@ -50,7 +50,7 @@ noinst_HEADERS = defs.h
 EXTRA_DIST =                           \
        $(man_MANS)                     \
        .version                        \
-       COPYRIGHT                       \
+       COPYING                         \
        CREDITS                         \
        ChangeLog                       \
        ChangeLog-CVS                   \
diff --git a/README b/README
index 244a5c3f6e023e181ab24e158ea5e72dfcb7fbda..4ef0834a1b0e05e5a0d50acb508ce1e4b037596f 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 This is strace, a system call tracer for Linux.
 
 strace is released under a Berkeley-style license at the request
-of Paul Kranenburg; see the file COPYRIGHT for details.
+of Paul Kranenburg; see the file COPYING for details.
 
 See the file CREDITS for a list of authors and other contributors.
 
index da596ade526755cb49facab74b587414b607b14d..7af635b5fe2ae6b6c390e6a493defb7b739b98e0 100644 (file)
@@ -74,7 +74,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc CREDITS ChangeLog ChangeLog-CVS COPYRIGHT NEWS README
+%doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README
 %{_bindir}/strace
 %{_bindir}/strace-log-merge
 %{_mandir}/man1/*