Whitespace and layout corrections

Signed-off-by: Erik de Bruin <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/753a36cd
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/753a36cd
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/753a36cd

Branch: refs/heads/develop
Commit: 753a36cd862626c4e6c2d68740280837b9544e49
Parents: e4219d6
Author: Erik de Bruin <[email protected]>
Authored: Wed Nov 19 12:02:09 2014 +0100
Committer: Erik de Bruin <[email protected]>
Committed: Wed Nov 19 14:45:34 2014 +0100

----------------------------------------------------------------------
 CONTRIBUTING | 135 ++++++++++++++++++++++++++----------------------------
 LICENSE      |  54 +++++++++++-----------
 NOTICE       |  29 ++++++------
 3 files changed, 107 insertions(+), 111 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/753a36cd/CONTRIBUTING
----------------------------------------------------------------------
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 8938901..890cec5 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -1,105 +1,98 @@
 Apache Flex (Flex)
 ==================
 
-    Apache Flex SDK is an application development framework for easily building
-    Flash-based applications for mobile devices, web browsers, and desktops.
-   
-    For detailed information about Apache Flex SDK and other Apache Flex 
projects
-    please visit:
+Apache Flex SDK is an application development framework for easily building
+Flash-based applications for mobile devices, web browsers, and desktops.
+
+For detailed information about Apache Flex SDK and other Apache Flex projects
+please visit:
     http://flex.apache.org/
 
 
 Contributing
 ============
 
-    Apache Flex is for the community and we would like to see more
-    community involvement.
-
-    The community can help the Apache Flex project by helping out in the
-    following areas.
-      - Testing / Fixing bugs. Providing patches.
-      - Assisting other users with their requests for help.
-      - Helping out with release candidates.
-      - Wiki / Documentation.
-      - Translations into other languages.
-      - Public relations.
-      - Examples of code and components.
-      
-    All contributions are welcome. Continued involvement in the project may
-    warrant you being selected as a committer by the Apache Flex PMC.
-    
-    For more details information please visit:
+Apache Flex is for the community and we would like to see more
+community involvement.
+
+The community can help the Apache Flex project by helping out in the following
+areas.
+    - Testing / Fixing bugs. Providing patches.
+    - Assisting other users with their requests for help.
+    - Helping out with release candidates.
+    - Wiki / Documentation.
+    - Translations into other languages.
+    - Public relations.
+    - Examples of code and components.
+
+All contributions are welcome. Continued involvement in the project may warrant
+you being selected as a committer by the Apache Flex PMC.
+
+For more details information please visit:
     https://cwiki.apache.org/confluence/display/FLEX/Helping+Out
-    
+
+
 Mailing Lists
 =============
 
-    The two main mailing list are the user list for discussing how to code in
-    Flex and any issues you run into and the dev list for discussing ongoing
-    development of the SDK.
-    
-    You can subscribe to the mailing lists by sending an email to:
+The two main mailing list are the user list for discussing how to code in Flex
+and any issues you run into and the dev list for discussing ongoing development
+of the SDK.
+
+You can subscribe to the mailing lists by sending an email to:
     [email protected]
     [email protected]
-    
-    Note that both mailing lists have are mid-high volume lists.
-    
-    For those who prefer forums:
+
+Note that both mailing lists have are mid-high volume lists.
+
+For those who prefer forums:
     http://s.apache.org/flex-users-forum
     http://s.apache.org/flex-dev-forum
-    
+
+
 Reporting Bugs
 ==============
-   
-    The bug base for Apache Flex can be found here:
+
+The bug base for Apache Flex can be found here:
     https://issues.apache.org/jira/browse/FLEX
-    
-    You need to set up a JIRA account to submit a bug report but can browse
-    and search the bug base without an account.
+
+You need to set up a JIRA account to submit a bug report but can browse and
+search the bug base without an account.
     https://cwiki.apache.org/confluence/display/FLEX/3.1+JIRA+Account
-    
-    When reporting an issue the follow information is helpful:
+
+When reporting an issue the follow information is helpful:
     - OS, browser and Flash Player version or AIR version
     - Screen shots
     - Small sample application showing the issue
     - Steps on how to reproduce the issue
-         
-    Please search through JIRA before submitting new bugs. It may be that the
-    bug you've found has already been reported.
+     
+Please search through JIRA before submitting new bugs. It may be that the bug 
+you've found has already been reported.
+
 
 Getting the code
 ================
 
-    The Apache FLex SDK code is stored in a git repository.
-    https://cwiki.apache.org/confluence/display/FLEX/1.+Setting+up+the+SDK
+See the README for how to prepare your system, and get and build the SDK.
 
-    To check out:
-    git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git sdk
-    cd sdk
-    git checkout develop
-
-    You will also need:
-    git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf
-
-    See the RELEASE_NOTE for how to set up and build the SDK.
-    
-    You can also see a GitHub mirror here:
+You can also see a GitHub mirror here:
     https://github.com/apache/flex-sdk
 
+
 Contributing Code
 =================
-    
-    If you have a bug fix, new component or other code you which to give to
-    Apache Flex please open a JIRA ticket and attach the code to it.
-    
-    A committer will take a look, review and test it and help you get the code
-    into the SDK.
-    
-    If the code is a significant size we may ask you to sign an license
-    agreement (ICLA) or software grant.
-    
-
-Thanks for using Apache Flex.  Enjoy!
-
-The Apache Flex Project
-<http://flex.apache.org>
+
+If you have a bug fix, new component or other code you which to give to Apache
+Flex please open a JIRA ticket and attach the code to it.
+
+A committer will take a look, review and test it and help you get the code into
+the SDK.
+
+If the code is a significant size we may ask you to sign an license agreement
+(ICLA) or software grant.
+
+
+                                            Thanks for using Apache Flex. 
Enjoy!
+
+                                                         The Apache Flex 
Project
+                                                          
http://flex.apache.org

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/753a36cd/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 90a134e..a661961 100644
--- a/LICENSE
+++ b/LICENSE
@@ -201,7 +201,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-------------------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
 
 For the easing algorithms used in frameworks/src/mx/effect/easing:
 
@@ -212,33 +212,35 @@ Open source under the BSD License.
 Easing Equations © 2001-2003, Robert Penner
 All rights reserved.
 
-Redistribution and use in source and binary forms, with or without 
modification, are 
-permitted provided that the following conditions are met:
-
-Redistributions of source code must retain the above copyright notice, this 
list of 
-conditions and the following disclaimer.
-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.
-Neither the name of the author nor the names of contributors may be used to 
endorse or 
-promote products derived from this software without specific prior written 
permission.
-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 OWNER 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 
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this 
list
+of conditions and the following disclaimer.
+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.
+Neither the name of the author nor the names of contributors may be used to
+endorse or promote products derived from this software without specific prior
+written permission.
+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 OWNER 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.
 
-See frameworks/project/framework/src/mx/effect/easing/easing_readme.txt for 
more details 
-on what was used in this product.
+See frameworks/project/framework/src/mx/effect/easing/easing_readme.txt for 
more
+details on what was used in this product.
 
-------------------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
 
-For all directories except for the asc compiler in modules/asc, and 
modules/thirdparty 
-directories:
+For all directories except for the asc compiler in modules/asc, and
+modules/thirdparty directories:
 
 Adobe Flex
 Copyright date 2003 - 2013 Adobe Systems Incorporated. All Rights Reserved.
@@ -713,7 +715,7 @@ EXHIBIT A -Mozilla Public License.
      use the text of this Exhibit A rather than the text found in the
      Original Code Source Code for Your Modifications.]
 
-------------------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
 
 APACHE FLEX SUBCOMPONENTS:
 
@@ -734,4 +736,4 @@ see 
frameworks/projects/flatspark/src/flatspark/assets/fonts/awesome
 The Lato font is available under OFL. For details
 see frameworks/projects/flatspark/src/flatspark/assets/fonts/lato
 
-------------------------------------------------------------------------------------------
+--------------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/753a36cd/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index ca0b3ca..5aa5688 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,27 +1,28 @@
 Apache Flex
 Copyright 2014 The Apache Software Foundation
 
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
+This product includes software developed at The Apache Software Foundation
+(http://www.apache.org/).
 
-The Initial Developer of the Original Code, known as Adobe Flex, 
-is Adobe Systems Incorporated (http://www.adobe.com/).
+The Initial Developer of the Original Code, known as Adobe Flex, is Adobe
+Systems Incorporated (http://www.adobe.com/).
     Copyright 2003 - 2012 Adobe Systems Incorporated. All Rights Reserved.
 
 The asc compiler contains code written by Jeff Dyer at: 
     Copyright Mountain View Compiler Company (1998-2003).
 
-The easing equations in the mx tween class are based on code written by Robert 
Penner.
-    Copyright 2001 Robert Penner
-    All rights reserved.
+The easing equations in the mx tween class are based on code written by Robert
+Penner.
+    Copyright 2001 Robert Penner. All rights reserved.
 
-The Batik SVG toolkit source contains code from the World Wide Web Consortium 
(W3C) for
-     the Document Object Model API (DOM API) and SVG Document Type Definition 
(DTD).
+The Batik SVG toolkit source contains code from the World Wide Web Consortium
+(W3C) for the Document Object Model API (DOM API) and SVG Document Type
+Definition (DTD).
 
-The Batik SVG toolkit source contains code from the International Organisation 
for
-     Standardization for the definition of character entities used in the 
software's 
-     documentation.
+The Batik SVG toolkit source contains code from the International Organisation
+for Standardization for the definition of character entities used in the
+software's documentation.
 
-The Open Source Media Framework used by the video components is licensed under 
the 
-    Mozilla Public License Version 1.1.  The source code can be found here:
+The Open Source Media Framework used by the video components is licensed under
+the Mozilla Public License Version 1.1. The source code can be found here:
     
http://sourceforge.net/projects/osmf.adobe/files/OSMF%201.0%20%28final%20source%2C%20ASDocs%2C%20PDF%20guides%2C%20and%20release%20notes%29/OSMF_1.0.zip

Reply via email to