Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/altq copyright clarification (the skeleton file is in pu...



details:   https://anonhg.NetBSD.org/src/rev/d745a6bd1799
branches:  trunk
changeset: 514089:d745a6bd1799
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Aug 22 08:54:51 2001 +0000

description:
copyright clarification (the skeleton file is in public domain)

diffstat:

 sys/altq/altq_localq.c |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r e3afe3226bcb -r d745a6bd1799 sys/altq/altq_localq.c
--- a/sys/altq/altq_localq.c    Wed Aug 22 08:52:35 2001 +0000
+++ b/sys/altq/altq_localq.c    Wed Aug 22 08:54:51 2001 +0000
@@ -1,6 +1,9 @@
-/*     $NetBSD: altq_localq.c,v 1.2 2000/12/14 08:49:50 thorpej Exp $  */
-/*     $KAME: altq_localq.c,v 1.3 2000/10/18 09:15:23 kjc Exp $        */
-
+/*     $NetBSD: altq_localq.c,v 1.3 2001/08/22 08:54:51 itojun Exp $   */
+/*     $KAME: altq_localq.c,v 1.4 2001/08/16 11:28:25 kjc Exp $        */
+/*
+ * a skeleton file for implementing a new queueing discipline.
+ * this file is in the public domain.
+ */
 
 #if defined(__FreeBSD__) || defined(__NetBSD__)
 #include "opt_altq.h"



Home | Main Index | Thread Index | Old Index