update source copyright notices for 2018

This commit is contained in:
Bill Zissimopoulos
2018-01-03 15:29:38 -08:00
parent 2f026cbc6f
commit 9bd9cf4fbd
123 changed files with 139 additions and 122 deletions

View File

@@ -1,7 +1,7 @@
/**
* @file winfsp/fsctl.h
*
* @copyright 2015-2017 Bill Zissimopoulos
* @copyright 2015-2018 Bill Zissimopoulos
*/
/*
* This file is part of WinFsp.

View File

@@ -5,7 +5,7 @@
* In order to use the WinFsp API the user mode file system must include <winfsp/winfsp.h>
* and link with the winfsp_x64.dll (or winfsp_x86.dll) library.
*
* @copyright 2015-2017 Bill Zissimopoulos
* @copyright 2015-2018 Bill Zissimopoulos
*/
/*
* This file is part of WinFsp.

View File

@@ -2,7 +2,7 @@
* @file winfsp/winfsp.hpp
* WinFsp C++ Layer.
*
* @copyright 2015-2017 Bill Zissimopoulos
* @copyright 2015-2018 Bill Zissimopoulos
*/
/*
* This file is part of WinFsp.