diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2017-08-14 06:00:50 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2017-08-14 06:00:50 +0000 |
| commit | 93b4e111bb02ce42ba82e25c9c049e03ded19062 (patch) | |
| tree | 6106e5ceb8cf28a57256e2dc2c905840af34a1b0 /sys/dev/hyperv/storvsc | |
| parent | d0cd8231e0def85ef6105b885265b223a463dd7e (diff) | |
Notes
Diffstat (limited to 'sys/dev/hyperv/storvsc')
| -rw-r--r-- | sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c | 2 | ||||
| -rw-r--r-- | sys/dev/hyperv/storvsc/hv_vstorage.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c index e687931637c9..7a00a8c04704 100644 --- a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c +++ b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2012,2016 Microsoft Corp. + * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. * All rights reserved. diff --git a/sys/dev/hyperv/storvsc/hv_vstorage.h b/sys/dev/hyperv/storvsc/hv_vstorage.h index 95354bba232f..992cea2604d9 100644 --- a/sys/dev/hyperv/storvsc/hv_vstorage.h +++ b/sys/dev/hyperv/storvsc/hv_vstorage.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2012 Microsoft Corp. + * Copyright (c) 2009-2012,2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. * All rights reserved. |
