Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mopd/common Drop the advertising clause to match th...
details: https://anonhg.NetBSD.org/src/rev/220e9c55bed2
branches: trunk
changeset: 967375:220e9c55bed2
user: christos <christos%NetBSD.org@localhost>
date: Sat Dec 07 04:55:01 2019 +0000
description:
Drop the advertising clause to match the other files.
diffstat:
usr.sbin/mopd/common/loop-linux2.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r b44e13f1890f -r 220e9c55bed2 usr.sbin/mopd/common/loop-linux2.c
--- a/usr.sbin/mopd/common/loop-linux2.c Sat Dec 07 02:29:03 2019 +0000
+++ b/usr.sbin/mopd/common/loop-linux2.c Sat Dec 07 04:55:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: loop-linux2.c,v 1.1 2016/06/08 01:11:49 christos Exp $ */
+/* $NetBSD: loop-linux2.c,v 1.2 2019/12/07 04:55:01 christos Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -11,11 +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 Mats O Jansson.
- * 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
@@ -31,7 +26,7 @@
#include "port.h"
#ifndef lint
-__RCSID("$NetBSD: loop-linux2.c,v 1.1 2016/06/08 01:11:49 christos Exp $");
+__RCSID("$NetBSD: loop-linux2.c,v 1.2 2019/12/07 04:55:01 christos Exp $");
#endif
#include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index