diff options
author | wiz <wiz@pkgsrc.org> | 2008-05-08 15:30:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-05-08 15:30:17 +0000 |
commit | fda1d9652f0f60e6e12f7682884514654980a43f (patch) | |
tree | 50648ddc1e67afe3fc8ac42f88308e3fb0ca1fa4 /pkgtools/pkg_install | |
parent | 2f84995386b41a119c2fdf7ceda53d9415206cd7 (diff) | |
download | pkgsrc-fda1d9652f0f60e6e12f7682884514654980a43f.tar.gz |
2-clause my license.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/version.c | 10 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/lib/version.h | 8 |
2 files changed, 3 insertions, 15 deletions
diff --git a/pkgtools/pkg_install/files/lib/version.c b/pkgtools/pkg_install/files/lib/version.c index c4d99519a6f..effebae1c95 100644 --- a/pkgtools/pkg_install/files/lib/version.c +++ b/pkgtools/pkg_install/files/lib/version.c @@ -1,4 +1,4 @@ -/* $NetBSD: version.c,v 1.4 2003/09/23 07:13:54 grant Exp $ */ +/* $NetBSD: version.c,v 1.5 2008/05/08 15:30:17 wiz Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -8,7 +8,7 @@ #include <sys/cdefs.h> #endif #ifndef lint -__RCSID("$NetBSD: version.c,v 1.4 2003/09/23 07:13:54 grant Exp $"); +__RCSID("$NetBSD: version.c,v 1.5 2008/05/08 15:30:17 wiz Exp $"); #endif /* @@ -22,12 +22,6 @@ __RCSID("$NetBSD: version.c,v 1.4 2003/09/23 07:13:54 grant Exp $"); * 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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Thomas Klausner for - * the NetBSD Project. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h index 38ed5813f38..050f4b71ced 100644 --- a/pkgtools/pkg_install/files/lib/version.h +++ b/pkgtools/pkg_install/files/lib/version.h @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.102 2008/04/23 16:58:07 joerg Exp $ */ +/* $NetBSD: version.h,v 1.103 2008/05/08 15:30:38 wiz Exp $ */ /* * Copyright (c) 2001 Thomas Klausner. All rights reserved. @@ -11,12 +11,6 @@ * 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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Thomas Klausner for - * the NetBSD Project. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |