| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1db6dbc commit 47c60bd
225 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,8 @@ | |||
| 1 | 1 | ||
| 2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 | |
| 3 | - # Visual Studio 2012 | ||
| 3 | + # Visual Studio 14 | ||
| 4 | + VisualStudioVersion = 14.0.25420.1 | ||
| 5 | + MinimumVisualStudioVersion = 10.0.40219.1 | ||
| 4 | 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClearScript", "ClearScript\ClearScript.csproj", "{D2382D2C-6576-4D96-B6CD-057C4F6BED96}" | |
| 5 | 7 | EndProject | |
| 6 | 8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClearScriptTest", "ClearScriptTest\ClearScriptTest.csproj", "{EDC7144E-FDA9-4CC7-B2CD-B5EBFD610A7D}" | |
@@ -36,7 +38,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution | |||
| 36 | 38 | ProjectSection(SolutionItems) = preProject | |
| 37 | 39 | ClearScript\doc\FAQtorial.docx = ClearScript\doc\FAQtorial.docx | |
| 38 | 40 | ClearScript\doc\FAQtorial.pdf = ClearScript\doc\FAQtorial.pdf | |
| 39 | - MS-PL.txt = MS-PL.txt | ||
| 41 | + License.txt = License.txt | ||
| 40 | 42 | ReadMe.txt = ReadMe.txt | |
| 41 | 43 | ClearScript\doc\Reference.chm = ClearScript\doc\Reference.chm | |
| 42 | 44 | Version.tt = Version.tt | |
@@ -83,7 +85,7 @@ Global | |||
| 83 | 85 | HideSolutionNode = FALSE | |
| 84 | 86 | EndGlobalSection | |
| 85 | 87 | GlobalSection(NestedProjects) = preSolution | |
| 86 | - {CDCF4EEA-1CA4-412E-8C77-78893A67A577} = {14370560-F9FD-486D-A88E-D22C02576442} | ||
| 87 | 88 | {2D63EA35-BA9C-4E77-B5A4-4938DBBFEFA6} = {14370560-F9FD-486D-A88E-D22C02576442} | |
| 89 | + {CDCF4EEA-1CA4-412E-8C77-78893A67A577} = {14370560-F9FD-486D-A88E-D22C02576442} | ||
| 88 | 90 | EndGlobalSection | |
| 89 | 91 | EndGlobal | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,63 +1,5 @@ | |||
| 1 | - // | ||
| 2 | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. | |
| 3 | - // | ||
| 4 | - // Microsoft Public License (MS-PL) | ||
| 5 | - // | ||
| 6 | - // This license governs use of the accompanying software. If you use the | ||
| 7 | - // software, you accept this license. If you do not accept the license, do not | ||
| 8 | - // use the software. | ||
| 9 | - // | ||
| 10 | - // 1. Definitions | ||
| 11 | - // | ||
| 12 | - // The terms "reproduce," "reproduction," "derivative works," and | ||
| 13 | - // "distribution" have the same meaning here as under U.S. copyright law. A | ||
| 14 | - // "contribution" is the original software, or any additions or changes to | ||
| 15 | - // the software. A "contributor" is any person that distributes its | ||
| 16 | - // contribution under this license. "Licensed patents" are a contributor's | ||
| 17 | - // patent claims that read directly on its contribution. | ||
| 18 | - // | ||
| 19 | - // 2. Grant of Rights | ||
| 20 | - // | ||
| 21 | - // (A) Copyright Grant- Subject to the terms of this license, including the | ||
| 22 | - // license conditions and limitations in section 3, each contributor | ||
| 23 | - // grants you a non-exclusive, worldwide, royalty-free copyright license | ||
| 24 | - // to reproduce its contribution, prepare derivative works of its | ||
| 25 | - // contribution, and distribute its contribution or any derivative works | ||
| 26 | - // that you create. | ||
| 27 | - // | ||
| 28 | - // (B) Patent Grant- Subject to the terms of this license, including the | ||
| 29 | - // license conditions and limitations in section 3, each contributor | ||
| 30 | - // grants you a non-exclusive, worldwide, royalty-free license under its | ||
| 31 | - // licensed patents to make, have made, use, sell, offer for sale, | ||
| 32 | - // import, and/or otherwise dispose of its contribution in the software | ||
| 33 | - // or derivative works of the contribution in the software. | ||
| 34 | - // | ||
| 35 | - // 3. Conditions and Limitations | ||
| 36 | - // | ||
| 37 | - // (A) No Trademark License- This license does not grant you rights to use | ||
| 38 | - // any contributors' name, logo, or trademarks. | ||
| 39 | - // | ||
| 40 | - // (B) If you bring a patent claim against any contributor over patents that | ||
| 41 | - // you claim are infringed by the software, your patent license from such | ||
| 42 | - // contributor to the software ends automatically. | ||
| 43 | - // | ||
| 44 | - // (C) If you distribute any portion of the software, you must retain all | ||
| 45 | - // copyright, patent, trademark, and attribution notices that are present | ||
| 46 | - // in the software. | ||
| 47 | - // | ||
| 48 | - // (D) If you distribute any portion of the software in source code form, you | ||
| 49 | - // may do so only under this license by including a complete copy of this | ||
| 50 | - // license with your distribution. If you distribute any portion of the | ||
| 51 | - // software in compiled or object code form, you may only do so under a | ||
| 52 | - // license that complies with this license. | ||
| 53 | - // | ||
| 54 | - // (E) The software is licensed "as-is." You bear the risk of using it. The | ||
| 55 | - // contributors give no express warranties, guarantees or conditions. You | ||
| 56 | - // may have additional consumer rights under your local laws which this | ||
| 57 | - // license cannot change. To the extent permitted under your local laws, | ||
| 58 | - // the contributors exclude the implied warranties of merchantability, | ||
| 59 | - // fitness for a particular purpose and non-infringement. | ||
| 60 | - // | ||
| 2 | + // Licensed under the MIT license. | ||
| 61 | 3 | ||
| 62 | 4 | using System; | |
| 63 | 5 | using System.Reflection; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,63 +1,5 @@ | |||
| 1 | - // | ||
| 2 | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. | |
| 3 | - // | ||
| 4 | - // Microsoft Public License (MS-PL) | ||
| 5 | - // | ||
| 6 | - // This license governs use of the accompanying software. If you use the | ||
| 7 | - // software, you accept this license. If you do not accept the license, do not | ||
| 8 | - // use the software. | ||
| 9 | - // | ||
| 10 | - // 1. Definitions | ||
| 11 | - // | ||
| 12 | - // The terms "reproduce," "reproduction," "derivative works," and | ||
| 13 | - // "distribution" have the same meaning here as under U.S. copyright law. A | ||
| 14 | - // "contribution" is the original software, or any additions or changes to | ||
| 15 | - // the software. A "contributor" is any person that distributes its | ||
| 16 | - // contribution under this license. "Licensed patents" are a contributor's | ||
| 17 | - // patent claims that read directly on its contribution. | ||
| 18 | - // | ||
| 19 | - // 2. Grant of Rights | ||
| 20 | - // | ||
| 21 | - // (A) Copyright Grant- Subject to the terms of this license, including the | ||
| 22 | - // license conditions and limitations in section 3, each contributor | ||
| 23 | - // grants you a non-exclusive, worldwide, royalty-free copyright license | ||
| 24 | - // to reproduce its contribution, prepare derivative works of its | ||
| 25 | - // contribution, and distribute its contribution or any derivative works | ||
| 26 | - // that you create. | ||
| 27 | - // | ||
| 28 | - // (B) Patent Grant- Subject to the terms of this license, including the | ||
| 29 | - // license conditions and limitations in section 3, each contributor | ||
| 30 | - // grants you a non-exclusive, worldwide, royalty-free license under its | ||
| 31 | - // licensed patents to make, have made, use, sell, offer for sale, | ||
| 32 | - // import, and/or otherwise dispose of its contribution in the software | ||
| 33 | - // or derivative works of the contribution in the software. | ||
| 34 | - // | ||
| 35 | - // 3. Conditions and Limitations | ||
| 36 | - // | ||
| 37 | - // (A) No Trademark License- This license does not grant you rights to use | ||
| 38 | - // any contributors' name, logo, or trademarks. | ||
| 39 | - // | ||
| 40 | - // (B) If you bring a patent claim against any contributor over patents that | ||
| 41 | - // you claim are infringed by the software, your patent license from such | ||
| 42 | - // contributor to the software ends automatically. | ||
| 43 | - // | ||
| 44 | - // (C) If you distribute any portion of the software, you must retain all | ||
| 45 | - // copyright, patent, trademark, and attribution notices that are present | ||
| 46 | - // in the software. | ||
| 47 | - // | ||
| 48 | - // (D) If you distribute any portion of the software in source code form, you | ||
| 49 | - // may do so only under this license by including a complete copy of this | ||
| 50 | - // license with your distribution. If you distribute any portion of the | ||
| 51 | - // software in compiled or object code form, you may only do so under a | ||
| 52 | - // license that complies with this license. | ||
| 53 | - // | ||
| 54 | - // (E) The software is licensed "as-is." You bear the risk of using it. The | ||
| 55 | - // contributors give no express warranties, guarantees or conditions. You | ||
| 56 | - // may have additional consumer rights under your local laws which this | ||
| 57 | - // license cannot change. To the extent permitted under your local laws, | ||
| 58 | - // the contributors exclude the implied warranties of merchantability, | ||
| 59 | - // fitness for a particular purpose and non-infringement. | ||
| 60 | - // | ||
| 2 | + // Licensed under the MIT license. | ||
| 61 | 3 | ||
| 62 | 4 | using System; | |
| 63 | 5 | using System.Reflection; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,63 +1,5 @@ | |||
| 1 | - // | ||
| 2 | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. | |
| 3 | - // | ||
| 4 | - // Microsoft Public License (MS-PL) | ||
| 5 | - // | ||
| 6 | - // This license governs use of the accompanying software. If you use the | ||
| 7 | - // software, you accept this license. If you do not accept the license, do not | ||
| 8 | - // use the software. | ||
| 9 | - // | ||
| 10 | - // 1. Definitions | ||
| 11 | - // | ||
| 12 | - // The terms "reproduce," "reproduction," "derivative works," and | ||
| 13 | - // "distribution" have the same meaning here as under U.S. copyright law. A | ||
| 14 | - // "contribution" is the original software, or any additions or changes to | ||
| 15 | - // the software. A "contributor" is any person that distributes its | ||
| 16 | - // contribution under this license. "Licensed patents" are a contributor's | ||
| 17 | - // patent claims that read directly on its contribution. | ||
| 18 | - // | ||
| 19 | - // 2. Grant of Rights | ||
| 20 | - // | ||
| 21 | - // (A) Copyright Grant- Subject to the terms of this license, including the | ||
| 22 | - // license conditions and limitations in section 3, each contributor | ||
| 23 | - // grants you a non-exclusive, worldwide, royalty-free copyright license | ||
| 24 | - // to reproduce its contribution, prepare derivative works of its | ||
| 25 | - // contribution, and distribute its contribution or any derivative works | ||
| 26 | - // that you create. | ||
| 27 | - // | ||
| 28 | - // (B) Patent Grant- Subject to the terms of this license, including the | ||
| 29 | - // license conditions and limitations in section 3, each contributor | ||
| 30 | - // grants you a non-exclusive, worldwide, royalty-free license under its | ||
| 31 | - // licensed patents to make, have made, use, sell, offer for sale, | ||
| 32 | - // import, and/or otherwise dispose of its contribution in the software | ||
| 33 | - // or derivative works of the contribution in the software. | ||
| 34 | - // | ||
| 35 | - // 3. Conditions and Limitations | ||
| 36 | - // | ||
| 37 | - // (A) No Trademark License- This license does not grant you rights to use | ||
| 38 | - // any contributors' name, logo, or trademarks. | ||
| 39 | - // | ||
| 40 | - // (B) If you bring a patent claim against any contributor over patents that | ||
| 41 | - // you claim are infringed by the software, your patent license from such | ||
| 42 | - // contributor to the software ends automatically. | ||
| 43 | - // | ||
| 44 | - // (C) If you distribute any portion of the software, you must retain all | ||
| 45 | - // copyright, patent, trademark, and attribution notices that are present | ||
| 46 | - // in the software. | ||
| 47 | - // | ||
| 48 | - // (D) If you distribute any portion of the software in source code form, you | ||
| 49 | - // may do so only under this license by including a complete copy of this | ||
| 50 | - // license with your distribution. If you distribute any portion of the | ||
| 51 | - // software in compiled or object code form, you may only do so under a | ||
| 52 | - // license that complies with this license. | ||
| 53 | - // | ||
| 54 | - // (E) The software is licensed "as-is." You bear the risk of using it. The | ||
| 55 | - // contributors give no express warranties, guarantees or conditions. You | ||
| 56 | - // may have additional consumer rights under your local laws which this | ||
| 57 | - // license cannot change. To the extent permitted under your local laws, | ||
| 58 | - // the contributors exclude the implied warranties of merchantability, | ||
| 59 | - // fitness for a particular purpose and non-infringement. | ||
| 60 | - // | ||
| 2 | + // Licensed under the MIT license. | ||
| 61 | 3 | ||
| 62 | 4 | using System; | |
| 63 | 5 | using System.Collections.Generic; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,63 +1,5 @@ | |||
| 1 | - // | ||
| 2 | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. | |
| 3 | - // | ||
| 4 | - // Microsoft Public License (MS-PL) | ||
| 5 | - // | ||
| 6 | - // This license governs use of the accompanying software. If you use the | ||
| 7 | - // software, you accept this license. If you do not accept the license, do not | ||
| 8 | - // use the software. | ||
| 9 | - // | ||
| 10 | - // 1. Definitions | ||
| 11 | - // | ||
| 12 | - // The terms "reproduce," "reproduction," "derivative works," and | ||
| 13 | - // "distribution" have the same meaning here as under U.S. copyright law. A | ||
| 14 | - // "contribution" is the original software, or any additions or changes to | ||
| 15 | - // the software. A "contributor" is any person that distributes its | ||
| 16 | - // contribution under this license. "Licensed patents" are a contributor's | ||
| 17 | - // patent claims that read directly on its contribution. | ||
| 18 | - // | ||
| 19 | - // 2. Grant of Rights | ||
| 20 | - // | ||
| 21 | - // (A) Copyright Grant- Subject to the terms of this license, including the | ||
| 22 | - // license conditions and limitations in section 3, each contributor | ||
| 23 | - // grants you a non-exclusive, worldwide, royalty-free copyright license | ||
| 24 | - // to reproduce its contribution, prepare derivative works of its | ||
| 25 | - // contribution, and distribute its contribution or any derivative works | ||
| 26 | - // that you create. | ||
| 27 | - // | ||
| 28 | - // (B) Patent Grant- Subject to the terms of this license, including the | ||
| 29 | - // license conditions and limitations in section 3, each contributor | ||
| 30 | - // grants you a non-exclusive, worldwide, royalty-free license under its | ||
| 31 | - // licensed patents to make, have made, use, sell, offer for sale, | ||
| 32 | - // import, and/or otherwise dispose of its contribution in the software | ||
| 33 | - // or derivative works of the contribution in the software. | ||
| 34 | - // | ||
| 35 | - // 3. Conditions and Limitations | ||
| 36 | - // | ||
| 37 | - // (A) No Trademark License- This license does not grant you rights to use | ||
| 38 | - // any contributors' name, logo, or trademarks. | ||
| 39 | - // | ||
| 40 | - // (B) If you bring a patent claim against any contributor over patents that | ||
| 41 | - // you claim are infringed by the software, your patent license from such | ||
| 42 | - // contributor to the software ends automatically. | ||
| 43 | - // | ||
| 44 | - // (C) If you distribute any portion of the software, you must retain all | ||
| 45 | - // copyright, patent, trademark, and attribution notices that are present | ||
| 46 | - // in the software. | ||
| 47 | - // | ||
| 48 | - // (D) If you distribute any portion of the software in source code form, you | ||
| 49 | - // may do so only under this license by including a complete copy of this | ||
| 50 | - // license with your distribution. If you distribute any portion of the | ||
| 51 | - // software in compiled or object code form, you may only do so under a | ||
| 52 | - // license that complies with this license. | ||
| 53 | - // | ||
| 54 | - // (E) The software is licensed "as-is." You bear the risk of using it. The | ||
| 55 | - // contributors give no express warranties, guarantees or conditions. You | ||
| 56 | - // may have additional consumer rights under your local laws which this | ||
| 57 | - // license cannot change. To the extent permitted under your local laws, | ||
| 58 | - // the contributors exclude the implied warranties of merchantability, | ||
| 59 | - // fitness for a particular purpose and non-infringement. | ||
| 60 | - // | ||
| 2 | + // Licensed under the MIT license. | ||
| 61 | 3 | ||
| 62 | 4 | namespace Microsoft.ClearScript | |
| 63 | 5 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,63 +1,5 @@ | |||
| 1 | - // | ||
| 2 | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. | |
| 3 | - // | ||
| 4 | - // Microsoft Public License (MS-PL) | ||
| 5 | - // | ||
| 6 | - // This license governs use of the accompanying software. If you use the | ||
| 7 | - // software, you accept this license. If you do not accept the license, do not | ||
| 8 | - // use the software. | ||
| 9 | - // | ||
| 10 | - // 1. Definitions | ||
| 11 | - // | ||
| 12 | - // The terms "reproduce," "reproduction," "derivative works," and | ||
| 13 | - // "distribution" have the same meaning here as under U.S. copyright law. A | ||
| 14 | - // "contribution" is the original software, or any additions or changes to | ||
| 15 | - // the software. A "contributor" is any person that distributes its | ||
| 16 | - // contribution under this license. "Licensed patents" are a contributor's | ||
| 17 | - // patent claims that read directly on its contribution. | ||
| 18 | - // | ||
| 19 | - // 2. Grant of Rights | ||
| 20 | - // | ||
| 21 | - // (A) Copyright Grant- Subject to the terms of this license, including the | ||
| 22 | - // license conditions and limitations in section 3, each contributor | ||
| 23 | - // grants you a non-exclusive, worldwide, royalty-free copyright license | ||
| 24 | - // to reproduce its contribution, prepare derivative works of its | ||
| 25 | - // contribution, and distribute its contribution or any derivative works | ||
| 26 | - // that you create. | ||
| 27 | - // | ||
| 28 | - // (B) Patent Grant- Subject to the terms of this license, including the | ||
| 29 | - // license conditions and limitations in section 3, each contributor | ||
| 30 | - // grants you a non-exclusive, worldwide, royalty-free license under its | ||
| 31 | - // licensed patents to make, have made, use, sell, offer for sale, | ||
| 32 | - // import, and/or otherwise dispose of its contribution in the software | ||
| 33 | - // or derivative works of the contribution in the software. | ||
| 34 | - // | ||
| 35 | - // 3. Conditions and Limitations | ||
| 36 | - // | ||
| 37 | - // (A) No Trademark License- This license does not grant you rights to use | ||
| 38 | - // any contributors' name, logo, or trademarks. | ||
| 39 | - // | ||
| 40 | - // (B) If you bring a patent claim against any contributor over patents that | ||
| 41 | - // you claim are infringed by the software, your patent license from such | ||
| 42 | - // contributor to the software ends automatically. | ||
| 43 | - // | ||
| 44 | - // (C) If you distribute any portion of the software, you must retain all | ||
| 45 | - // copyright, patent, trademark, and attribution notices that are present | ||
| 46 | - // in the software. | ||
| 47 | - // | ||
| 48 | - // (D) If you distribute any portion of the software in source code form, you | ||
| 49 | - // may do so only under this license by including a complete copy of this | ||
| 50 | - // license with your distribution. If you distribute any portion of the | ||
| 51 | - // software in compiled or object code form, you may only do so under a | ||
| 52 | - // license that complies with this license. | ||
| 53 | - // | ||
| 54 | - // (E) The software is licensed "as-is." You bear the risk of using it. The | ||
| 55 | - // contributors give no express warranties, guarantees or conditions. You | ||
| 56 | - // may have additional consumer rights under your local laws which this | ||
| 57 | - // license cannot change. To the extent permitted under your local laws, | ||
| 58 | - // the contributors exclude the implied warranties of merchantability, | ||
| 59 | - // fitness for a particular purpose and non-infringement. | ||
| 60 | - // | ||
| 2 | + // Licensed under the MIT license. | ||
| 61 | 3 | ||
| 62 | 4 | using System; | |
| 63 | 5 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments