Updated the copyright year.

This commit is contained in:
2017-02-15 17:04:32 +08:00
parent 062b6cdb00
commit b8259303fa
9 changed files with 11 additions and 11 deletions

@ -1,4 +1,4 @@
' Copyright (c) 2016 imacat.
' Copyright (c) 2016-2017 imacat.
'
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
' Copyright (c) 2016 imacat.
' Copyright (c) 2016-2017 imacat.
'
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
' Copyright (c) 2016 imacat.
' Copyright (c) 2016-2017 imacat.
'
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.
@ -23,7 +23,7 @@ Sub subReadDataSheets
Dim sOutput as String, mData As Variant
sOutput = "" _
& "' Copyright (c) 2016 imacat." & Chr (10) _
& "' Copyright (c) 2016-" & Year (Now) & " imacat." & Chr (10) _
& "' " & Chr (10) _
& "' Licensed under the Apache License, Version 2.0 (the ""License"");" & Chr (10) _
& "' you may not use this file except in compliance with the License." & Chr (10) _