Skip to content

Commit

Permalink
Updated Readme.html (some color too)
Browse files Browse the repository at this point in the history
Added License.html
Added License.txt

git-svn-id: https://pushbuttonengine.googlecode.com/svn/trunk@8 6b8e678a-0755-11de-b5bf-434079a3519f
  • Loading branch information
timothy.aste committed Mar 17, 2009
1 parent 4d46cfb commit ce8022b
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 5 deletions.
36 changes: 36 additions & 0 deletions License.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<html>
<head>
<title>PBEngine SDK - Beta License</title>
</head>
<body>

<h1>PBEngine SDK - Beta License</h1>

<h3>The MIT License for PushButton Engine</h3>

<p>Copyright (c) 2009 PushButton Labs, LLC</p>

<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:</p>

<p>The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.</p>

<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.</p>

<p><a href="http://www.pushbuttonengine.com">http://www.pushbuttonengine.com</a><br>
<a href="http://www.pushbuttonengine.com">http://www.pushbuttonlabs.com</a></p>


</body>
</html>
19 changes: 14 additions & 5 deletions Readme.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
<html>
<head>
<title>PushButton Engine Readme</title>
<head><META http-equiv="Content-Style-Type" content="text/css">
<STYLE type="text/css">
body{background:#0B1D45; color:#FFF;margin:0; font-family:Arial, Helvetica, sans-serif; }
a{color:#DB3500; font-weight:bold; text-decoration:underline}
a:hover{color:#0058db;}
a:visited{color:#960000;}
h1{font-weight:bold; font-size:24px; margin:0px;}
</STYLE>

<title>PushButton Engine™ Readme</title>
</head>
<body>
<center>
<h1>PushButton Engine Readme</h1>
<h1>PushButton Engine Readme</h1>
</center>

<div style="width:600px; margin-left:auto; margin-right:auto;">
Expand All @@ -28,10 +36,11 @@ <h2>PushButton On The Web</h2>
<h2>Where Do I Start?</h2>

<p>You should read the <a href="Documentation/02-GettingStarted.html">Getting Started</a> chapter of the manual. It tells you where everything is and how to build the SDK. Quick answers: code is in subdirectories of Project/, docs are in Documentation/. Build/ contains build files for use with Flex Builder and/or Ant. Libraries/ is where compiled component libraries go.</p>


<p>Lastly, the PushButton Engine is covered under the MIT license in it's entirety, not including 3rd party components. Please read our <a href="License.html">license</a> for more information on the MIT license.</p>
<hr>

<center><i>(c) 2009 PushButton Labs, LLC. All rights reserved.<br><a href="http://www.pushbuttonengine.com">www.pushbuttonengine.com</a></i></center>
<center><h5>© 2009 PushButton Labs, LLC. All rights reserved.<br><a href="http://www.pushbuttonengine.com">www.pushbuttonengine.com</a></center></h5>

</div>
</body>
Expand Down
24 changes: 24 additions & 0 deletions license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
The MIT License for PushButton Engine

Copyright (c) 2009 PushButton Labs, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

http://www.pushbuttonengine.com
http://www.pushbuttonlabs.com

0 comments on commit ce8022b

Please sign in to comment.