Skip to content

Commit 02c35f7

Browse files
committed
Updated copyright and readme.
1 parent b2f6b0b commit 02c35f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,10 @@ Sample codes
404404
Tested compilers
405405
----------------
406406

407+
* Visual Studio 2017
407408
* Visual Studio 2015
408409
* Visual Studio 2013 with update 5
410+
* Clang++ 4.0
409411
* Clang++ 3.5
410412
* G++ 5.4 on Ubuntu 16.04
411413

@@ -419,4 +421,4 @@ TODO
419421
License
420422
-------
421423

422-
MIT license (© 2016 Yuji Hirose)
424+
MIT license (© 2017 Yuji Hirose)

peglib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// peglib.h
33
//
4-
// Copyright (c) 2015 Yuji Hirose. All rights reserved.
4+
// Copyright (c) 2015-17 Yuji Hirose. All rights reserved.
55
// MIT License
66
//
77

0 commit comments

Comments
 (0)