From 9765f86eac5eb21eec90ac77cece8900107c49ba Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 27 Dec 2007 11:52:10 +0000 Subject: [PATCH] o Change my personal copyright to the DragonFly copyright o Add a HISTORY entry to the man page --- usr.bin/pkg_search/pkg_search.1 | 19 ++++++++++++++++--- usr.bin/pkg_search/pkg_search.sh | 11 +++++++++-- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/usr.bin/pkg_search/pkg_search.1 b/usr.bin/pkg_search/pkg_search.1 index fe6af44717..9ac20e85ed 100644 --- a/usr.bin/pkg_search/pkg_search.1 +++ b/usr.bin/pkg_search/pkg_search.1 @@ -1,6 +1,10 @@ .\"- -.\" Copyright (c) 2006 Matthias Schmidt -.\" +.\" Copyright (c) 2007 The DragonFly Project. All rights reserved. +.\" +.\" This code is derived from software contributed to The DragonFly Project +.\" by Matthias Schmidt , University of +.\" Marburg. +.\" .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -11,6 +15,9 @@ .\" - 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. +.\" - Neither the name of The DragonFly Project nor the names of its +.\" contributors may be used to endorse or promote products derived +.\" from this software without specific, prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS .\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -24,7 +31,7 @@ .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $DragonFly: src/usr.bin/pkg_search/pkg_search.1,v 1.3 2007/12/13 17:14:57 swildner Exp $ +.\" $DragonFly: src/usr.bin/pkg_search/pkg_search.1,v 1.4 2007/12/27 11:52:10 matthias Exp $ .\" .Dd December 13, 2007 .Dt PKG_SEARCH 1 @@ -67,3 +74,9 @@ command: .Nm was written by .An Matthias Schmidt Aq schmidtm@mathematik.uni-marburg.de . +.Sh HISTORY +The +.Nm +utility first appeared in +.Dx 1.12 . + diff --git a/usr.bin/pkg_search/pkg_search.sh b/usr.bin/pkg_search/pkg_search.sh index d6c25d06e3..e9d30e5a56 100644 --- a/usr.bin/pkg_search/pkg_search.sh +++ b/usr.bin/pkg_search/pkg_search.sh @@ -1,6 +1,10 @@ #!/bin/sh # -# Copyright (c) 2006-07 Matthias Schmidt +# Copyright (c) 2007 The DragonFly Project. All rights reserved. +# +# This code is derived from software contributed to The DragonFly Project +# by Matthias Schmidt , University of +# Marburg. # # All rights reserved. # @@ -12,6 +16,9 @@ # - 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. +# - Neither the name of The DragonFly Project nor the names of its +# contributors may be used to endorse or promote products derived +# from this software without specific, prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -25,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $DragonFly: src/usr.bin/pkg_search/pkg_search.sh,v 1.3 2007/12/13 17:14:57 swildner Exp $ +# $DragonFly: src/usr.bin/pkg_search/pkg_search.sh,v 1.4 2007/12/27 11:52:10 matthias Exp $ UNAME=`uname -s` VERSION=`uname -r | cut -d '.' -f 1,2` -- 2.11.4.GIT