diff options
author | Luiz Souza <luiz@netgate.com> | 2018-02-21 14:23:31 -0300 |
---|---|---|
committer | Luiz Souza <luiz@netgate.com> | 2018-02-21 14:23:31 -0300 |
commit | c879f89dc0a7feb0b835c5617d889fc124ad0899 (patch) | |
tree | 910a3e2fff3dd9e52e4add5f2124580d90c34281 | |
parent | b460f09baf0c2742553aa6770746ab69e19b095a (diff) | |
download | FreeBSD-src-c879f89dc0a7feb0b835c5617d889fc124ad0899.zip FreeBSD-src-c879f89dc0a7feb0b835c5617d889fc124ad0899.tar.gz |
Revert "MFC 322488"
This reverts commit cbd1eed96e34173b1f65e50333ea628a0db27366.
-rw-r--r-- | sys/dev/hyperv/include/hyperv.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/netvsc/hn_nvs.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/netvsc/hn_nvs.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/netvsc/hn_rndis.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/netvsc/hn_rndis.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/netvsc/if_hn.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/netvsc/if_hnreg.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/netvsc/if_hnvar.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/pcib/vmbus_pcib.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/storvsc/hv_vstorage.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/utilities/hv_kvp.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/utilities/vmbus_timesync.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/hyperv.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/vmbus.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/vmbus_et.c | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h index d3536a1..f0161fc 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. + * Copyright (c) 2009-2012,2016 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. * All rights reserved. diff --git a/sys/dev/hyperv/netvsc/hn_nvs.c b/sys/dev/hyperv/netvsc/hn_nvs.c index 5605b2d..a445224 100644 --- a/sys/dev/hyperv/netvsc/hn_nvs.c +++ b/sys/dev/hyperv/netvsc/hn_nvs.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. + * Copyright (c) 2009-2012,2016 Microsoft Corp. * Copyright (c) 2010-2012 Citrix Inc. * Copyright (c) 2012 NetApp Inc. * All rights reserved. diff --git a/sys/dev/hyperv/netvsc/hn_nvs.h b/sys/dev/hyperv/netvsc/hn_nvs.h index a14d7b7..f716abf 100644 --- a/sys/dev/hyperv/netvsc/hn_nvs.h +++ b/sys/dev/hyperv/netvsc/hn_nvs.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. + * Copyright (c) 2009-2012,2016 Microsoft Corp. * Copyright (c) 2010-2012 Citrix Inc. * Copyright (c) 2012 NetApp Inc. * All rights reserved. diff --git a/sys/dev/hyperv/netvsc/hn_rndis.c b/sys/dev/hyperv/netvsc/hn_rndis.c index 35138ea..6e6e9cc 100644 --- a/sys/dev/hyperv/netvsc/hn_rndis.c +++ b/sys/dev/hyperv/netvsc/hn_rndis.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. + * Copyright (c) 2009-2012,2016 Microsoft Corp. * Copyright (c) 2010-2012 Citrix Inc. * Copyright (c) 2012 NetApp Inc. * All rights reserved. diff --git a/sys/dev/hyperv/netvsc/hn_rndis.h b/sys/dev/hyperv/netvsc/hn_rndis.h index c4cd952..38238b8 100644 --- a/sys/dev/hyperv/netvsc/hn_rndis.h +++ b/sys/dev/hyperv/netvsc/hn_rndis.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. + * Copyright (c) 2009-2012,2016 Microsoft Corp. * Copyright (c) 2010-2012 Citrix Inc. * Copyright (c) 2012 NetApp Inc. * All rights reserved. diff --git a/sys/dev/hyperv/netvsc/if_hn.c b/sys/dev/hyperv/netvsc/if_hn.c index 8ddd922..26269538 100644 --- a/sys/dev/hyperv/netvsc/if_hn.c +++ b/sys/dev/hyperv/netvsc/if_hn.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2010-2012 Citrix Inc. - * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. + * Copyright (c) 2009-2012,2016 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * All rights reserved. * diff --git a/sys/dev/hyperv/netvsc/if_hnreg.h b/sys/dev/hyperv/netvsc/if_hnreg.h index 166f10e..a964b4f 100644 --- a/sys/dev/hyperv/netvsc/if_hnreg.h +++ b/sys/dev/hyperv/netvsc/if_hnreg.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2016-2017 Microsoft Corp. + * Copyright (c) 2016 Microsoft Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/hyperv/netvsc/if_hnvar.h b/sys/dev/hyperv/netvsc/if_hnvar.h index 3e16963..42b885e 100644 --- a/sys/dev/hyperv/netvsc/if_hnvar.h +++ b/sys/dev/hyperv/netvsc/if_hnvar.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2016-2017 Microsoft Corp. + * Copyright (c) 2016 Microsoft Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/hyperv/pcib/vmbus_pcib.c b/sys/dev/hyperv/pcib/vmbus_pcib.c index 0ef9187..b54c67b 100644 --- a/sys/dev/hyperv/pcib/vmbus_pcib.c +++ b/sys/dev/hyperv/pcib/vmbus_pcib.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2016-2017 Microsoft Corp. + * Copyright (c) 2016 Microsoft Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c index 1256f09..5d6279e 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-2017 Microsoft Corp. + * Copyright (c) 2009-2012,2016 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 992cea2..95354bb 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,2017 Microsoft Corp. + * Copyright (c) 2009-2012 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. * All rights reserved. diff --git a/sys/dev/hyperv/utilities/hv_kvp.c b/sys/dev/hyperv/utilities/hv_kvp.c index 80b0cff..e70c4c4 100644 --- a/sys/dev/hyperv/utilities/hv_kvp.c +++ b/sys/dev/hyperv/utilities/hv_kvp.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014,2016-2017 Microsoft Corp. + * Copyright (c) 2014,2016 Microsoft Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/hyperv/utilities/vmbus_timesync.c b/sys/dev/hyperv/utilities/vmbus_timesync.c index 2a8d3a9..66b1e48 100644 --- a/sys/dev/hyperv/utilities/vmbus_timesync.c +++ b/sys/dev/hyperv/utilities/vmbus_timesync.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014,2016-2017 Microsoft Corp. + * Copyright (c) 2014,2016 Microsoft Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c index 1c90d4b..d1c1b83 100644 --- a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c +++ b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2016-2017 Microsoft Corp. + * Copyright (c) 2016 Microsoft Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/hyperv/vmbus/hyperv.c b/sys/dev/hyperv/vmbus/hyperv.c index 2d00b45..0c03bdb 100644 --- a/sys/dev/hyperv/vmbus/hyperv.c +++ b/sys/dev/hyperv/vmbus/hyperv.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. + * Copyright (c) 2009-2012,2016 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. * All rights reserved. diff --git a/sys/dev/hyperv/vmbus/vmbus.c b/sys/dev/hyperv/vmbus/vmbus.c index dc924d0..9999901 100644 --- a/sys/dev/hyperv/vmbus/vmbus.c +++ b/sys/dev/hyperv/vmbus/vmbus.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. + * Copyright (c) 2009-2012,2016 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. * All rights reserved. diff --git a/sys/dev/hyperv/vmbus/vmbus_et.c b/sys/dev/hyperv/vmbus/vmbus_et.c index d9ab2a9..722e5bf 100644 --- a/sys/dev/hyperv/vmbus/vmbus_et.c +++ b/sys/dev/hyperv/vmbus/vmbus_et.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2015,2016-2017 Microsoft Corp. + * Copyright (c) 2015,2016 Microsoft Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |