Module Name: src Committed By: bouyer Date: Sat Nov 24 18:37:16 UTC 2018
Modified Files: src/sys/dev/pci: mfii.c Log Message: Add my name in copyright list To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/mfii.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/mfii.c diff -u src/sys/dev/pci/mfii.c:1.1 src/sys/dev/pci/mfii.c:1.2 --- src/sys/dev/pci/mfii.c:1.1 Sat Nov 24 18:23:29 2018 +++ src/sys/dev/pci/mfii.c Sat Nov 24 18:37:16 2018 @@ -1,7 +1,8 @@ -/* $NetBSD: mfii.c,v 1.1 2018/11/24 18:23:29 bouyer Exp $ */ +/* $NetBSD: mfii.c,v 1.2 2018/11/24 18:37:16 bouyer Exp $ */ /* $OpenBSD: mfii.c,v 1.58 2018/08/14 05:22:21 jmatthew Exp $ */ /* + * Copyright (c) 2018 Manuel Bouyer <manuel.bou...@lip6.fr> * Copyright (c) 2012 David Gwynne <d...@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any @@ -18,7 +19,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mfii.c,v 1.1 2018/11/24 18:23:29 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mfii.c,v 1.2 2018/11/24 18:37:16 bouyer Exp $"); #include "bio.h"