Skip to content

Commit 83be683

Browse files
committed
Update copyright year
1 parent 413119b commit 83be683

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+57
-57
lines changed

dokan/access.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Dokan : user-mode file system library for Windows
33
4-
Copyright (C) 2015 - 2017 Adrien J. <[email protected]> and Maxime C. <[email protected]>
4+
Copyright (C) 2015 - 2018 Adrien J. <[email protected]> and Maxime C. <[email protected]>
55
Copyright (C) 2007 - 2011 Hiroki Asakawa <[email protected]>
66
77
http://dokan-dev.github.io

dokan/cleanup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Dokan : user-mode file system library for Windows
33
4-
Copyright (C) 2015 - 2017 Adrien J. <[email protected]> and Maxime C. <[email protected]>
4+
Copyright (C) 2015 - 2018 Adrien J. <[email protected]> and Maxime C. <[email protected]>
55
Copyright (C) 2007 - 2011 Hiroki Asakawa <[email protected]>
66
77
http://dokan-dev.github.io

dokan/close.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Dokan : user-mode file system library for Windows
33
4-
Copyright (C) 2015 - 2017 Adrien J. <[email protected]> and Maxime C. <[email protected]>
4+
Copyright (C) 2015 - 2018 Adrien J. <[email protected]> and Maxime C. <[email protected]>
55
Copyright (C) 2007 - 2011 Hiroki Asakawa <[email protected]>
66
77
http://dokan-dev.github.io

dokan/create.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Dokan : user-mode file system library for Windows
33
4-
Copyright (C) 2015 - 2017 Adrien J. <[email protected]> and Maxime C. <[email protected]>
4+
Copyright (C) 2015 - 2018 Adrien J. <[email protected]> and Maxime C. <[email protected]>
55
Copyright (C) 2007 - 2011 Hiroki Asakawa <[email protected]>
66
77
http://dokan-dev.github.io

dokan/directory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Dokan : user-mode file system library for Windows
33
4-
Copyright (C) 2015 - 2017 Adrien J. <[email protected]> and Maxime C. <[email protected]>
4+
Copyright (C) 2015 - 2018 Adrien J. <[email protected]> and Maxime C. <[email protected]>
55
Copyright (C) 2007 - 2011 Hiroki Asakawa <[email protected]>
66
77
http://dokan-dev.github.io

dokan/dokan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Dokan : user-mode file system library for Windows
33
4-
Copyright (C) 2015 - 2017 Adrien J. <[email protected]> and Maxime C. <[email protected]>
4+
Copyright (C) 2015 - 2018 Adrien J. <[email protected]> and Maxime C. <[email protected]>
55
Copyright (C) 2007 - 2011 Hiroki Asakawa <[email protected]>
66
77
http://dokan-dev.github.io

dokan/dokan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Dokan : user-mode file system library for Windows
33
4-
Copyright (C) 2015 - 2017 Adrien J. <[email protected]> and Maxime C. <[email protected]>
4+
Copyright (C) 2015 - 2018 Adrien J. <[email protected]> and Maxime C. <[email protected]>
55
Copyright (C) 2007 - 2011 Hiroki Asakawa <[email protected]>
66
77
http://dokan-dev.github.io

dokan/dokan.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BEGIN
3636
VALUE "FileDescription", "Dokan Library"
3737
VALUE "FileVersion", "1.1.0.1000"
3838
VALUE "InternalName", "dokan.dll"
39-
VALUE "LegalCopyright", "Copyright (C) 2017"
39+
VALUE "LegalCopyright", "Copyright (C) 2018"
4040
VALUE "OriginalFilename", "dokan.dll"
4141
VALUE "ProductName", "Dokan"
4242
VALUE "ProductVersion", "1.1.0.1000"

dokan/dokanc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Dokan : user-mode file system library for Windows
33
4-
Copyright (C) 2015 - 2017 Adrien J. <[email protected]> and Maxime C. <[email protected]>
4+
Copyright (C) 2015 - 2018 Adrien J. <[email protected]> and Maxime C. <[email protected]>
55
Copyright (C) 2007 - 2011 Hiroki Asakawa <[email protected]>
66
77
http://dokan-dev.github.io

dokan/dokani.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Dokan : user-mode file system library for Windows
33
4-
Copyright (C) 2015 - 2017 Adrien J. <[email protected]> and Maxime C. <[email protected]>
4+
Copyright (C) 2015 - 2018 Adrien J. <[email protected]> and Maxime C. <[email protected]>
55
Copyright (C) 2007 - 2011 Hiroki Asakawa <[email protected]>
66
77
http://dokan-dev.github.io

0 commit comments

Comments
 (0)