Skip to content

Commit e4f0666

Browse files
committed
updated the LICENSE (extended copyright term)
1 parent edc6e41 commit e4f0666

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

History.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2.1.0 / 2017-05-04
22
==================
33

4+
* [[`edc6e41035`]](https://github.com/TooTallNate/plist.js/commit/edc6e4103546b1d7518a577e7c202c305a8abec0) update module deps (Mike Reinstein)
45
* [[`85d11c48ef`](https://github.com/TooTallNate/plist.js/commit/85d11c48eff02312cbdd67f46fd8e74b0d372ca1)] - Harden test-cases and implementation to align with other implementations (Björn Brauer)
56
* [[`7619537eaa`]](https://github.com/TooTallNate/plist.js/commit/7619537eaa9e3e5a80829e759c004d2e017a07d2) review feedback: early returns and constants for nodeTypes (Björn Brauer)
67

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2010-2014 Nathan Rajlich <nathan@tootallnate.net>
3+
Copyright (c) 2010-2017 Nathan Rajlich <nathan@tootallnate.net>
44

55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

README.md

+2-25
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Parsing a plist from string payload:
6969
``` javascript
7070
var plist = require('plist');
7171

72-
var xml =
72+
var xml =
7373
'<?xml version="1.0" encoding="UTF-8"?>' +
7474
'<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">' +
7575
'<plist version="1.0">' +
@@ -138,27 +138,4 @@ console.log(plist.build(json));
138138

139139
## License
140140

141-
(The MIT License)
142-
143-
Copyright (c) 2010-2014 Nathan Rajlich <nathan@tootallnate.net>
144-
145-
Permission is hereby granted, free of charge, to any person
146-
obtaining a copy of this software and associated documentation
147-
files (the "Software"), to deal in the Software without
148-
restriction, including without limitation the rights to use,
149-
copy, modify, merge, publish, distribute, sublicense, and/or sell
150-
copies of the Software, and to permit persons to whom the
151-
Software is furnished to do so, subject to the following
152-
conditions:
153-
154-
The above copyright notice and this permission notice shall be
155-
included in all copies or substantial portions of the Software.
156-
157-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
158-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
159-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
160-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
161-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
162-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
163-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
164-
OTHER DEALINGS IN THE SOFTWARE.
141+
[(The MIT License)](LICENSE)

0 commit comments

Comments
 (0)