Skip to content

Commit d80f160

Browse files
committed
Update PEGTL license
1 parent 84b94c3 commit d80f160

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE.pegtl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
The taocpp/json library contains portions of the PEGTL library from
2-
https://www.github.com/ColinH/PEGTL
2+
https://www.github.com/taocpp/PEGTL
33
which is licensed as follows:
44

55

66
The MIT License (MIT)
77

8-
Copyright (c) 2008-2017 Dr. Colin Hirsch and Daniel Frey
8+
Copyright (c) 2007-2017 Dr. Colin Hirsch and Daniel Frey
99

1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The Art of C++ / JSON is a zero-dependency C++11 header-only library that provid
5151

5252
While most parts have stabilized, some parts of the API are still under discussion and development and might change and/or be extended before the first release.
5353

54-
The library currently serves as a fully functional real-world example for the [Parsing Expression Grammar Template Library (PEGTL)](https://github.com/ColinH/PEGTL), which is used for parsing JSON string representations.
54+
The library currently serves as a fully functional real-world example for the [Parsing Expression Grammar Template Library (PEGTL)](https://github.com/taocpp/PEGTL), which is used for parsing JSON string representations.
5555

5656
## Documentation
5757

@@ -90,9 +90,9 @@ For questions and suggestions about the Art of C++ / JSON please contact the aut
9090

9191
### PEGTL License
9292

93-
The Art of C++ / JSON contains the [PEGTL](https://github.com/ColinH/PEGTL) which is licensed as follows:
93+
The Art of C++ / JSON contains portions of the [PEGTL](https://github.com/taocpp/PEGTL) which is licensed as follows:
9494

95-
> Copyright (c) 2008-2017 Dr. Colin Hirsch and Daniel Frey
95+
> Copyright (c) 2007-2017 Dr. Colin Hirsch and Daniel Frey
9696
>
9797
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9898
>

0 commit comments

Comments
 (0)