Skip to content

Commit 31f7d04

Browse files
committed
Updated with LICENSE, VERSION, and README
1 parent e0bde40 commit 31f7d04

File tree

4 files changed

+47
-65
lines changed

4 files changed

+47
-65
lines changed

LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* PureMVC C# MultiCore Framework (Ported) - Copyright © 2012 Tang Khai Phuong
2+
* PureMVC - Copyright © 2007-2012 Futurescale, Inc.
3+
* All rights reserved.
4+
5+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
6+
7+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
9+
* Neither the name of Futurescale, Inc., PureMVC.org, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10+
11+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## [PureMVC](http://puremvc.github.com/) C# MultiCore Framework
2+
PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. This is a C# port of the [AS3 reference implementation of the MultiCore Version](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki).
3+
4+
Unit tests are included for VS2005 using NUnit Lite, and in the new style for VS2008 Pro with code coverage.
5+
6+
* [API Docs](http://darkstar.puremvc.org/content_header.html?url=http://puremvc.org/pages/docs/CSharp/standard/&desc=PureMVC%20API%20Docs:%20PureMVC%20Standard%20for%20C Sharp)
7+
* [Discussion](http://forums.puremvc.org/index.php?board=72.0)
8+
* [Overview Presentation](http://puremvc.tv/#P100)
9+
10+
## Status
11+
Production - [Version 1.0](https://github.com/PureMVC/puremvc-csharp-multicore-framework/blob/master/VERSION)
12+
13+
## Platforms / Technologies
14+
* [C#](http://en.wikipedia.org/wiki/C_Sharp_(programming_language\))
15+
* Microsoft .NET Framework 2.0, 3.0, 3.5
16+
* Microsoft WPF 3.0, 4.0
17+
* Microsoft .NET Compact Framework 2.0, 3.0, 3.5
18+
* Microsoft Silverlight 2.0, 3.0, 4.0
19+
* Microsoft Windows Mobile 5.0, 6.0
20+
* Microsoft Pocket PC (Windows Mobile 6)
21+
* Microsoft SmartPhone (Windows Mobile 5)
22+
* Microsoft Windows CE 5.0
23+
24+
## License
25+
* PureMVC C# MultiCore Framework (Ported) - Copyright © 2012 Tang Khai Phuong
26+
* PureMVC - Copyright © 2007-2012 Futurescale, Inc.
27+
* All rights reserved.
28+
29+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
30+
31+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
32+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
33+
* Neither the name of Futurescale, Inc., PureMVC.org, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
34+
35+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

version.txt renamed to VERSION

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
PureMVC C# Port by Tang Khai Phuong <phuong.tang@puremvc.org>
2-
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
1+
PureMVC C# MultiCore Framework (Ported)
32
--------------------------------------------------------------------------
43
Release Date: 03/04/12
54
Platform: C# (DotNET, DotNetCF, Silverlight)
65
Version: 1
76
Revision: 0
87
Minor: 0
98
Author: Tang Khai Phuong <phuong.tang@puremvc.org>
10-
License: Creative Commons Attribution 3.0 United States License
119
--------------------------------------------------------------------------
12-
1310
1.0 - Initial import from Google Code repo. - CH

license.txt

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)