From aed5a114d75b5f53422cd9ce4fb2dc2026ce762f Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 15 Mar 2013 14:01:37 +0000 Subject: [PATCH] Separate the copyright lines and the informational block by a blank line. Requested by: joel MFC after: 2 weeks --- sys/kern/vfs_vnops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index 95151c9b811..c8f832f6ada 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -9,6 +9,7 @@ * * Copyright (c) 2012 Konstantin Belousov * Copyright (c) 2013 The FreeBSD Foundation + * * Portions of this software were developed by Konstantin Belousov * under sponsorship from the FreeBSD Foundation. *