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>
This commit is contained in:
parent
0eb7165588
commit
6c19136aca
@ -50,7 +50,7 @@ noinst_HEADERS = defs.h
|
||||
EXTRA_DIST = \
|
||||
$(man_MANS) \
|
||||
.version \
|
||||
COPYRIGHT \
|
||||
COPYING \
|
||||
CREDITS \
|
||||
ChangeLog \
|
||||
ChangeLog-CVS \
|
||||
|
2
README
2
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.
|
||||
|
||||
|
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user