summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2017-07-25 20:39:12 +0200
committerRoland Hieber <r.hieber@pengutronix.de>2017-07-25 21:15:44 +0200
commitbd4c9155bcaca79cdef0c67277390867e99e0eca (patch)
treee27a7fccd0a708b2099f4dc26644da47de6e4ec3 /doc
parent3c474dfdfdf21f939ab6dafc52a8eb1447c03cde (diff)
downloadurshd-bd4c9155bcaca79cdef0c67277390867e99e0eca.tar.gz
urshd-bd4c9155bcaca79cdef0c67277390867e99e0eca.tar.xz
add license to man pages to fulfil its conditions
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/ursh.141
-rw-r--r--doc/urshd.842
2 files changed, 83 insertions, 0 deletions
diff --git a/doc/ursh.1 b/doc/ursh.1
index cea688a..01f917d 100644
--- a/doc/ursh.1
+++ b/doc/ursh.1
@@ -181,3 +181,44 @@ Stop signals stop the local
.Nm rsh
process only; this is arguably wrong, but currently hard to fix for reasons
too complicated to explain here.
+.SH LICENSE
+.PP
+Copyright (c) 1988, 1989 The Regents of the University of California.
+All rights reserved.
+.br
+Copyright (c) 2008, 2017 Pengutronix e.K.
+.PP
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+.PP
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+.PP
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation and/or
+other materials provided with the distribution.
+.PP
+3. All advertising materials mentioning features or use of this software must
+display the following acknowledgement:
+.PP
+.RS
+This product includes software developed by the University of
+California, Berkeley, Pengutronix e.K., and their contributors.
+.RE
+.PP
+4. Neither the name of the copyright holders nor the names of their contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+.PP
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
diff --git a/doc/urshd.8 b/doc/urshd.8
index e7d031e..da19c6e 100644
--- a/doc/urshd.8
+++ b/doc/urshd.8
@@ -60,3 +60,45 @@ Set the scheduler priority for the executed remote commands to
.SH BUGS
Simply put urshd is a monumental security hole.
Never ever use it on production systems.
+.
+.SH LICENSE
+.PP
+Copyright (c) 1988, 1989 The Regents of the University of California.
+All rights reserved.
+.br
+Copyright (c) 2008, 2017 Pengutronix e.K.
+.PP
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+.PP
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+.PP
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation and/or
+other materials provided with the distribution.
+.PP
+3. All advertising materials mentioning features or use of this software must
+display the following acknowledgement:
+.PP
+.RS
+This product includes software developed by the University of
+California, Berkeley, Pengutronix e.K., and their contributors.
+.RE
+.PP
+4. Neither the name of the copyright holders nor the names of their contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+.PP
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.