Skip to content

Commit bb44154

Browse files
author
Cliff Hall
committed
updated email and maintainer
1 parent afcbea4 commit bb44154

File tree

24 files changed

+24
-46
lines changed

24 files changed

+24
-46
lines changed

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PureMVC Java MultiCore Port by Ima OpenSource <opensource@ima.eu>
2-
Maintained by Anthony Quinault <aquinault@puremvc.org>
2+
Maintained by Anthony Quinault <anthony.quinault@puremvc.org>
33
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
44
Your reuse is governed by the Creative Commons Attribution 3.0 License
55
--------------------------------------------------------------------------

src/org/puremvc/java/multicore/core/controller/Controller.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
PureMVC Java MultiCore Port by Ima OpenSource <opensource@ima.eu>
3-
Maintained by Matthieu Mauny <matthieu.mauny@puremvc.org>
4-
And Anthony Quinault <aquinault@gmail.com>
3+
Maintained by Anthony Quinault <anthony.quinault@puremvc.org>
54
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
65
Your reuse is governed by the Creative Commons Attribution 3.0 License
76
*/

src/org/puremvc/java/multicore/core/model/Model.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
PureMVC Java MultiCore Port by Ima OpenSource <opensource@ima.eu>
3-
Maintained by Matthieu Mauny <matthieu.mauny@puremvc.org>
4-
And Anthony Quinault <aquinault@gmail.com>
3+
Maintained by Anthony Quinault <anthony.quinault@puremvc.org>
54
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
65
Your reuse is governed by the Creative Commons Attribution 3.0 License
76
*/

src/org/puremvc/java/multicore/core/view/View.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
PureMVC Java MultiCore Port by Ima OpenSource <opensource@ima.eu>
3-
Maintained by Matthieu Mauny <matthieu.mauny@puremvc.org>
4-
And Anthony Quinault <aquinault@gmail.com>
3+
Maintained by Anthony Quinault <anthony.quinault@puremvc.org>
54
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
65
Your reuse is governed by the Creative Commons Attribution 3.0 License
76
*/

src/org/puremvc/java/multicore/interfaces/ICommand.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
PureMVC Java MultiCore Port by Ima OpenSource <opensource@ima.eu>
3-
Maintained by Matthieu Mauny <matthieu.mauny@puremvc.org>
4-
And Anthony Quinault <aquinault@gmail.com>
3+
Maintained by Anthony Quinault <anthony.quinault@puremvc.org>
54
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
65
Your reuse is governed by the Creative Commons Attribution 3.0 License
76
*/

src/org/puremvc/java/multicore/interfaces/IController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
PureMVC Java MultiCore Port by Ima OpenSource <opensource@ima.eu>
3-
Maintained by Matthieu Mauny <matthieu.mauny@puremvc.org>
4-
And Anthony Quinault <aquinault@gmail.com>
3+
Maintained by Anthony Quinault <anthony.quinault@puremvc.org>
54
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
65
Your reuse is governed by the Creative Commons Attribution 3.0 License
76
*/

src/org/puremvc/java/multicore/interfaces/IFacade.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
PureMVC Java MultiCore Port by Ima OpenSource <opensource@ima.eu>
3-
Maintained by Matthieu Mauny <matthieu.mauny@puremvc.org>
4-
And Anthony Quinault <aquinault@gmail.com>
3+
Maintained by Anthony Quinault <anthony.quinault@puremvc.org>
54
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
65
Your reuse is governed by the Creative Commons Attribution 3.0 License
76
*/

src/org/puremvc/java/multicore/interfaces/IFunction.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
PureMVC Java MultiCore Port by Ima OpenSource <opensource@ima.eu>
3-
Maintained by Matthieu Mauny <matthieu.mauny@puremvc.org>
4-
And Anthony Quinault <aquinault@gmail.com>
3+
Maintained by Anthony Quinault <anthony.quinault@puremvc.org>
54
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
65
Your reuse is governed by the Creative Commons Attribution 3.0 License
76
*/

src/org/puremvc/java/multicore/interfaces/IMediator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
PureMVC Java MultiCore Port by Ima OpenSource <opensource@ima.eu>
3-
Maintained by Matthieu Mauny <matthieu.mauny@puremvc.org>
4-
And Anthony Quinault <aquinault@gmail.com>
3+
Maintained by Anthony Quinault <anthony.quinault@puremvc.org>
54
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
65
Your reuse is governed by the Creative Commons Attribution 3.0 License
76
*/

src/org/puremvc/java/multicore/interfaces/IModel.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
PureMVC Java MultiCore Port by Ima OpenSource <opensource@ima.eu>
3-
Maintained by Matthieu Mauny <matthieu.mauny@puremvc.org>
4-
And Anthony Quinault <aquinault@gmail.com>
3+
Maintained by Anthony Quinault <anthony.quinault@puremvc.org>
54
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
65
Your reuse is governed by the Creative Commons Attribution 3.0 License
76
*/

0 commit comments

Comments
 (0)