pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib 2-clause my license.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8642e758ad9d
branches: trunk
changeset: 542212:8642e758ad9d
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu May 08 15:30:17 2008 +0000
description:
2-clause my license.
diffstat:
pkgtools/pkg_install/files/lib/version.c | 10 ++--------
pkgtools/pkg_install/files/lib/version.h | 8 +-------
2 files changed, 3 insertions(+), 15 deletions(-)
diffs (53 lines):
diff -r 55b9ef73a9c0 -r 8642e758ad9d pkgtools/pkg_install/files/lib/version.c
--- a/pkgtools/pkg_install/files/lib/version.c Thu May 08 14:04:25 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/version.c Thu May 08 15:30:17 2008 +0000
@@ -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 @@
* 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 -r 55b9ef73a9c0 -r 8642e758ad9d pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h Thu May 08 14:04:25 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h Thu May 08 15:30:17 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index