Added public domain statements to the rpminit script and its man page.

This commit is contained in:
Дмитрий Левин 2005-11-30 17:22:19 +00:00
parent 91c34abd4c
commit 3019926a1a
2 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,9 @@
#!/bin/sh -e
# $Id$
#
# Written by Solar Designer <solar at owl.openwall.com> and placed in the
# public domain.
# Further modifications by ldv, still public domain.
verbose=
Verbose()

View File

@ -1,5 +1,6 @@
.\" $Id$
.TH RPMINIT 1 "17 December 2002" "ALT Linux"
.\" $Owl: Owl/packages/rpm/rpminit.1,v 1.6 2005/11/18 15:55:59 solar Exp $
.TH RPMINIT 1 "18 November 2005" "ALT Linux"
.SH NAME
rpminit \- create private RPM package build directories
.SH SYNOPSIS
@ -18,8 +19,13 @@ unless this configuration file already defines another directory location.
.I ~/.rpmmacros
.SH HISTORY
.B rpminit
first appeared in Openwall GNU/*/Linux.
first appeared in Openwall GNU/*/Linux 1.1.
.SH AUTHORS
Solar Designer <solar@owl.openwall.com>
Solar Designer <solar at owl.openwall.com>
.SH COPYRIGHT
None.
The
.B rpminit
script and this manual page are in the public domain.
.SH SEE ALSO
.BR rpm (8)