[PATCH] rename COPYRIGHT to COPYING
Mike Frysinger
vapier at gentoo.org
Wed May 15 20:33:09 UTC 2013
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.
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
COPYRIGHT => COPYING | 0
Makefile.am | 2 +-
README | 2 +-
strace.spec | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
rename COPYRIGHT => COPYING (100%)
diff --git a/COPYRIGHT b/COPYING
similarity index 100%
rename from COPYRIGHT
rename to COPYING
diff --git a/Makefile.am b/Makefile.am
index 99d9eaf..f3ae0ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 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.
diff --git a/strace.spec b/strace.spec
index 1bb7d3b..93fe35c 100644
--- a/strace.spec
+++ b/strace.spec
@@ -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/*
--
1.8.2.1
More information about the Strace-devel
mailing list