summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-05-15 16:33:09 -0400
committerDmitry V. Levin <ldv@altlinux.org>2013-05-17 23:18:55 +0000
commit6c19136aca1cd750bedb207cc58b8923c65e975f (patch)
tree7797146bfa8f1348be090b827fc5579421c44f98
parent0eb7165588b6bb61879a436b43b0b73bd420d79b (diff)
downloadstrace-6c19136aca1cd750bedb207cc58b8923c65e975f.tar.gz
strace-6c19136aca1cd750bedb207cc58b8923c65e975f.tar.bz2
strace-6c19136aca1cd750bedb207cc58b8923c65e975f.tar.xz
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>
-rw-r--r--COPYING (renamed from COPYRIGHT)0
-rw-r--r--Makefile.am2
-rw-r--r--README2
-rw-r--r--strace.spec2
4 files changed, 3 insertions, 3 deletions
diff --git a/COPYRIGHT b/COPYING
index e9078d3..e9078d3 100644
--- a/COPYRIGHT
+++ b/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 da596ad..7af635b 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/*