diff options
author | cube <cube> | 2003-11-03 10:19:29 +0000 |
---|---|---|
committer | cube <cube> | 2003-11-03 10:19:29 +0000 |
commit | b08dafb0fa8211f362651388dcb12b6408ce4628 (patch) | |
tree | b7d67227c757e8f867d3e9f31223c6c5a8cd3ffc | |
parent | baecd1d03711b91b61163c9571bd293881ea9e3e (diff) | |
download | pkgsrc-b08dafb0fa8211f362651388dcb12b6408ce4628.tar.gz |
Add copyright notice.
-rw-r--r-- | sysutils/dmesg2gif/files/dmesg2gif.1 | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/sysutils/dmesg2gif/files/dmesg2gif.1 b/sysutils/dmesg2gif/files/dmesg2gif.1 index d306fd91611..997cb1c441c 100644 --- a/sysutils/dmesg2gif/files/dmesg2gif.1 +++ b/sysutils/dmesg2gif/files/dmesg2gif.1 @@ -1,4 +1,31 @@ -.\" $NetBSD: dmesg2gif.1,v 1.2 2003/11/02 22:41:45 wiz Exp $ +.\" $NetBSD: dmesg2gif.1,v 1.3 2003/11/03 10:19:29 cube Exp $ +.\" +.\" Copyright (c) 2003, The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Quentin Garnier. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 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. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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 FOUNDATION 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. .\" .Dd November 2, 2003 .Dt DMESG2GIF 1 |