Module Name: src
Committed By: kleink
Date: Tue Jul 6 11:56:20 UTC 2010
Modified Files:
src/sys/sys: null.h
Log Message:
Tack a public domain notice on this, albeit 10 years late, per request
from yamt. No objections from those who touched it since.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/null.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/null.h
diff -u src/sys/sys/null.h:1.8 src/sys/sys/null.h:1.9
--- src/sys/sys/null.h:1.8 Tue Oct 13 17:19:00 2009
+++ src/sys/sys/null.h Tue Jul 6 11:56:20 2010
@@ -1,4 +1,9 @@
-/* $NetBSD: null.h,v 1.8 2009/10/13 17:19:00 dsl Exp $ */
+/* $NetBSD: null.h,v 1.9 2010/07/06 11:56:20 kleink Exp $ */
+
+/*
+ * Written by Klaus Klein <[email protected]>, December 22, 1999.
+ * Public domain.
+ */
#ifndef _SYS_NULL_H_
#define _SYS_NULL_H_