From: Mike Frysinger Date: Wed, 15 May 2013 20:33:09 +0000 (-0400) Subject: Rename COPYRIGHT to COPYING X-Git-Tag: v4.8~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c19136aca1cd750bedb207cc58b8923c65e975f;p=strace 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 --- diff --git a/COPYRIGHT b/COPYING similarity index 100% rename from COPYRIGHT rename to COPYING diff --git a/Makefile.am b/Makefile.am index 99d9eaf5..f3ae0bad 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 244a5c3f..4ef0834a 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 da596ade..7af635b5 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/*