Rename COPYRIGHT to COPYING
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>
diff --git a/README b/README
index 244a5c3..4ef0834 100644
--- 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.