summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/*