Skip to content

Commit 3891b58

Browse files
committed
Added License for the Lite package and restricted dependencies (#50)
1 parent 9dcd045 commit 3891b58

File tree

132 files changed

+8336
-8115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+8336
-8115
lines changed

LICENSE

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MyTested.AspNetCore.Mvc
2-
Code by Ivaylo Kenov. Copyright (c) 2015 Ivaylo Kenov.
2+
Code by Ivaylo Kenov. Copyright (c) 2015-2016 Ivaylo Kenov.
33
===============================================================================
44

55
This program is free software: you can redistribute it and/or modify it
@@ -12,6 +12,20 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
1212
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
1313

1414

15+
Lite Package License Exception
16+
===============================================================================
17+
18+
This Exception applies to applications built with only MyTested.AspNetCore.Mvc.Lite
19+
and no other MyTested.AspNetCore.Mvc extensions. MyTested.AspNetCore.Mvc.Lite is intended
20+
to be used in both open-source and commercial environments. To allow its use
21+
in as many situations as possible, MyTested.AspNetCore.Mvc.Lite is dual-licensed.
22+
You may choose to use MyTested.AspNetCore.Mvc.Lite under either the Apache License, Version 2.0,
23+
or the Microsoft Public License (Ms-PL). These licenses are essentially identical,
24+
but you are encouraged to evaluate both to determine which best fits your intended use.
25+
See https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/blob/master/src/MyTested.AspNetCore.Mvc.Lite/LICENSE
26+
for more details.
27+
28+
1529
FOSS License Exception
1630
===============================================================================
1731

@@ -65,4 +79,4 @@ Zlib/libpng License -
6579

6680
Commercial License
6781
===========================================================================
68-
In addition to this license, MyTested.AspNetCore.Mvc will be offered under free or paid commercial licenses after the final release.
82+
In addition to this license, MyTested.AspNetCore.Mvc is offered under free or paid commercial licenses. See https://mytestedasp.net/Core/Mvc#pricing for more details.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ This package will include all available assertion methods in your test project,
3636
- `MyTested.AspNetCore.Mvc.Session` - Contains setup and assertion methods for `ISession`
3737
- `MyTested.AspNetCore.Mvc.Options` - Contains setup and assertion methods for `IOptions`
3838
- `MyTested.AspNetCore.Mvc.Helpers` - Contains additional helper methods for easier assertions
39-
4039
- `MyTested.AspNetCore.Mvc.Lite` - Completely **FREE** and **UNLIMITED** version of the library. It should not be used in combination with any other package. Includes `Controllers`, `ViewActionResults` and `ViewComponents`.
4140

4241
After the downloading is complete, just add `using MyTested.AspNetCore.Mvc;` to your source code and you are ready to test in the most elegant and developer friendly way.

samples/ApplicationParts/ApplicationParts.Controllers/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"NETStandard.Library": "1.6.0-*",
4-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
5-
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
3+
"NETStandard.Library": "1.6.0",
4+
"Microsoft.AspNetCore.Mvc": "1.0.1",
5+
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
66
"ApplicationParts.Models": "*",
77
"ApplicationParts.Services": "*"
88
},

0 commit comments

Comments
 (0)