svn commit: r195705 - head/sys/net
Robert Watson
rwatson at FreeBSD.org
Wed Jul 15 00:56:17 UTC 2009
Author: rwatson
Date: Wed Jul 15 00:56:15 2009
New Revision: 195705
URL: http://svn.freebsd.org/changeset/base/195705
Log:
Add missing license line for vnet.h, correct white space nit.
Approved by: re (kensmith) (implicit)
Modified:
head/sys/net/vnet.h
Modified: head/sys/net/vnet.h
==============================================================================
--- head/sys/net/vnet.h Tue Jul 14 23:10:23 2009 (r195704)
+++ head/sys/net/vnet.h Wed Jul 15 00:56:15 2009 (r195705)
@@ -1,6 +1,7 @@
/*-
* Copyright (c) 2009 Jeffrey Roberson <jeff at freebsd.org>
* Copyright (c) 2009 Robert N. M. Watson
+ * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -10,7 +11,7 @@
* 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.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
More information about the svn-src-head
mailing list