Skip to content

Commit d81e99a

Browse files
committed
Updated with LICENSE, VERSION, and README
1 parent 8ccd98a commit d81e99a

File tree

4 files changed

+45
-68
lines changed

4 files changed

+45
-68
lines changed

LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* PureMVC MultiCore Framework for Java (Ported) - Copyright(c) 2008-2010 Anthony Quinault
2+
* PureMVC - Copyright © 2006-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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## [PureMVC](http://puremvc.github.com/) Java 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 Java port of the [AS3 reference implementation of the MultiCore Version](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki). It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singleton](http://en.wikipedia.org/wiki/Singleton_pattern)s used in the [Standard Version](https://github.com/PureMVC/puremvc-java-standard-framework/wiki).
3+
4+
* [API Docs](http://darkstar.puremvc.org/content_header.html?url=http://puremvc.org/pages/docs/Java/multicore/doc/&desc=PureMVC%20API%20Docs:%20PureMVC%20MultiCore%20for%20Java)
5+
* [Discussion](http://forums.puremvc.org/index.php?board=60.0)
6+
* [Unit Tests](https://github.com/PureMVC/puremvc-java-multicore-unittests/wiki)
7+
* [Overview Presentation](http://puremvc.tv/#P002/)
8+
9+
## Demos
10+
* [Employee Admin](https://github.com/PureMVC/puremvc-java-demo-gwt-employeeadmin/wiki)
11+
* [Employee Admin Mobile](https://github.com/PureMVC/puremvc-java-demo-gwt-employeeadmin-mobile/wiki)
12+
13+
## Utilities
14+
* [Pipes](https://github.com/PureMVC/puremvc-java-util-pipes/wiki)
15+
16+
## Status
17+
Production - [Version 1.0.8](https://github.com/PureMVC/puremvc-java-multicore-framework/blob/master/VERSION)
18+
19+
## Platforms / Technologies
20+
* [Java](http://en.wikipedia.org/wiki/Java_(programming_language\))
21+
22+
## License
23+
* PureMVC MultiCore Framework for Java (Ported) - Copyright(c) 2008-2010 Anthony Quinault
24+
* PureMVC - Copyright © 2006-2012 Futurescale, Inc.
25+
* All rights reserved.
26+
27+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
28+
29+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
30+
* 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.
31+
* 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.
32+
33+
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,14 +1,11 @@
1-
PureMVC Java MultiCore Port by Anthony Quinault <anthony.quinault@puremvc.org>
2-
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
3-
Your reuse is governed by the Creative Commons Attribution 3.0 License
1+
PureMVC MultiCore Framework for Java (Ported)
42
--------------------------------------------------------------------------
53
Release Date: 06/16/10
64
Platform: Java
75
Version: 1
86
Revision: 0
97
Minor: 8
108
Author: Anthony Quinault <anthony.quinault@puremvc.org>
11-
License: Creative Commons Attribution 3.0 United States License
129
--------------------------------------------------------------------------
1310
1.0.8
1411
- Compatible with JavaFx

license.txt

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

0 commit comments

Comments
 (0)