Skip to content

Commit e66ffba

Browse files
committed
Updated a information about the ClearScript project
1 parent efbed47 commit e66ffba

File tree

5 files changed

+31
-66
lines changed

5 files changed

+31
-66
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,13 +321,13 @@ Change log
321321

322322
## January 17, 2014 - v1.1.1
323323

324-
* In JavaScriptEngineSwitcher.V8 added support of the [ClearScript](http://clearscript.codeplex.com/) version 5.3.11 (support of V8 version 3.24.17)
324+
* In JavaScriptEngineSwitcher.V8 added support of the [ClearScript](http://github.com/Microsoft/ClearScript) version 5.3.11 (support of V8 version 3.24.17)
325325

326326
## January 16, 2014 - v1.1.0
327327

328328
* In JavaScriptEngineSwitcher.Msie added support of [MSIE JavaScript Engine](http://github.com/Taritsyn/MsieJavaScriptEngine) version 1.3.0
329329
* In JavaScriptEngineSwitcher.V8 improved performance of `CallFunction` method
330-
* In JavaScriptEngineSwitcher.Jurassic added support of [Jurassic](http://jurassic.codeplex.com/) version of January 11, 2014
330+
* In JavaScriptEngineSwitcher.Jurassic added support of [Jurassic](http://github.com/paulbartrum/jurassic) version of January 11, 2014
331331

332332
## December 30, 2013 - v1.0.0
333333

@@ -336,8 +336,8 @@ Change log
336336

337337
## December 7, 2013 - v0.9.5
338338

339-
* In JavaScriptEngineSwitcher.V8 the [Noesis Javascript .NET](http://javascriptdotnet.codeplex.com/) was replaced by the [Microsoft ClearScript.V8](http://clearscript.codeplex.com/) library (solves a problem of `V8JsEngine` stable work on 64-bit version of IIS 8.X)
340-
* In JavaScriptEngineSwitcher.Jurassic added support of [Jurassic](http://jurassic.codeplex.com/) version of September 30, 2013
339+
* In JavaScriptEngineSwitcher.V8 the [Noesis Javascript .NET](http://github.com/JavascriptNet/Javascript.Net) was replaced by the [Microsoft ClearScript.V8](http://github.com/Microsoft/ClearScript) library (solves a problem of `V8JsEngine` stable work on 64-bit version of IIS 8.X)
340+
* In JavaScriptEngineSwitcher.Jurassic added support of [Jurassic](http://github.com/paulbartrum/jurassic) version of September 30, 2013
341341

342342
## November 19, 2013 - v0.9.3
343343

Licenses/clearscript-license.txt

Lines changed: 23 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,23 @@
1-
Copyright (c) Microsoft Corporation. All rights reserved.
2-
3-
Microsoft Public License (MS-PL)
4-
5-
This license governs use of the accompanying software. If you use the
6-
software, you accept this license. If you do not accept the license, do not
7-
use the software.
8-
9-
1. Definitions
10-
11-
The terms "reproduce," "reproduction," "derivative works," and
12-
"distribution" have the same meaning here as under U.S. copyright law. A
13-
"contribution" is the original software, or any additions or changes to
14-
the software. A "contributor" is any person that distributes its
15-
contribution under this license. "Licensed patents" are a contributor's
16-
patent claims that read directly on its contribution.
17-
18-
2. Grant of Rights
19-
20-
(A) Copyright Grant- Subject to the terms of this license, including the
21-
license conditions and limitations in section 3, each contributor
22-
grants you a non-exclusive, worldwide, royalty-free copyright license
23-
to reproduce its contribution, prepare derivative works of its
24-
contribution, and distribute its contribution or any derivative works
25-
that you create.
26-
27-
(B) Patent Grant- Subject to the terms of this license, including the
28-
license conditions and limitations in section 3, each contributor
29-
grants you a non-exclusive, worldwide, royalty-free license under its
30-
licensed patents to make, have made, use, sell, offer for sale,
31-
import, and/or otherwise dispose of its contribution in the software
32-
or derivative works of the contribution in the software.
33-
34-
3. Conditions and Limitations
35-
36-
(A) No Trademark License- This license does not grant you rights to use
37-
any contributors' name, logo, or trademarks.
38-
39-
(B) If you bring a patent claim against any contributor over patents that
40-
you claim are infringed by the software, your patent license from such
41-
contributor to the software ends automatically.
42-
43-
(C) If you distribute any portion of the software, you must retain all
44-
copyright, patent, trademark, and attribution notices that are present
45-
in the software.
46-
47-
(D) If you distribute any portion of the software in source code form, you
48-
may do so only under this license by including a complete copy of this
49-
license with your distribution. If you distribute any portion of the
50-
software in compiled or object code form, you may only do so under a
51-
license that complies with this license.
52-
53-
(E) The software is licensed "as-is." You bear the risk of using it. The
54-
contributors give no express warranties, guarantees or conditions. You
55-
may have additional consumer rights under your local laws which this
56-
license cannot change. To the extent permitted under your local laws,
57-
the contributors exclude the implied warranties of merchantability,
58-
fitness for a particular purpose and non-infringement.
1+
ClearScript
2+
Copyright (c) Microsoft Corporation
3+
All rights reserved.
4+
5+
MIT License
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy of
8+
this software and associated documentation files (the Software), to deal in the
9+
Software without restriction, including without limitation the rights to use,
10+
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
11+
Software, and to permit persons to whom the Software is furnished to do so,
12+
subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
SOFTWARE.

NuGet/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version of April 19, 2017).
13+
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version of April 19, 2017).
1414

1515
This package does not contain the native ClearScript and V8 assemblies. Therefore, you need to choose and install the most appropriate package(s) for your platform. The following packages are available:
1616

NuGet/JavaScriptEngineSwitcher.V8/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
DESCRIPTION
1313
===========
1414
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the
15-
Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version of April 19,
16-
2017).
15+
Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version of
16+
April 19, 2017).
1717

1818
This package does not contain the native ClearScript and V8 assemblies.
1919
Therefore, you need to choose and install the most appropriate package(s) for

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
JavaScript Engine Switcher
22
==========================
33

4-
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines ([MSIE JavaScript Engine for .Net](http://github.com/Taritsyn/MsieJavaScriptEngine), [Microsoft ClearScript.V8](http://clearscript.codeplex.com), [Jurassic](http://github.com/paulbartrum/jurassic), [Jint](http://github.com/sebastienros/jint), [ChakraCore](http://github.com/Microsoft/ChakraCore) and [VroomJs](http://github.com/pauldotknopf/vroomjs-core)).
4+
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines ([MSIE JavaScript Engine for .Net](http://github.com/Taritsyn/MsieJavaScriptEngine), [Microsoft ClearScript.V8](http://github.com/Microsoft/ClearScript), [Jurassic](http://github.com/paulbartrum/jurassic), [Jint](http://github.com/sebastienros/jint), [ChakraCore](http://github.com/Microsoft/ChakraCore) and [VroomJs](http://github.com/pauldotknopf/vroomjs-core)).
55
This library allows you to quickly and easily switch to using of another JavaScript engine.
66

77
The supported .NET types are as follows:

0 commit comments

Comments
 (0)