Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Small license updates
Browse files Browse the repository at this point in the history
Just making sure we are ok on license and attribution.
  • Loading branch information
tpowell committed Nov 30, 2011
1 parent 557a023 commit 9f83d07
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
21 changes: 21 additions & 0 deletions assets/scripts/common.js
@@ -1,3 +1,24 @@
/*
Copyright © 2011, PINT, Inc.
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.
*/
if(typeof this.PINT=="undefined"){var PINT={}; } if(typeof this.PINT=="undefined"){var PINT={}; }
PINT.modalOverlay = false; PINT.modalOverlay = false;
PINT.calendarInfo = []; PINT.calendarInfo = [];
Expand Down
25 changes: 24 additions & 1 deletion index.htm
Expand Up @@ -2,6 +2,29 @@
<html lang="en-US"> <html lang="en-US">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<!--
Copyright © 2011, PINT, Inc.
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.
-->
<title>HTML5 ADVENTURE CALENDAR</title> <title>HTML5 ADVENTURE CALENDAR</title>
<meta name="keywords" content="HTML5 Advent"/> <meta name="keywords" content="HTML5 Advent"/>
<meta name="description" content="HTML5 Advent"/> <meta name="description" content="HTML5 Advent"/>
Expand Down Expand Up @@ -29,7 +52,7 @@ <h1 class="headline">
</h1> </h1>
<h2 class="headline">Your Tagline Here</h2> <h2 class="headline">Your Tagline Here</h2>
</hgroup> </hgroup>
<p class="disclaimer">( HTML5 Advent calendar was designed and developed by ZingChart. This code may be distributed, altered and re-used for new projects provided that attribution and a backlink to <a href="http://www.zingchart.com/" target="_blank">http://zingchart.com</a> are prominently displayed in the page footer. )</p> <p class="disclaimer">( HTML5 Advent calendar was designed and developed by ZingChart. This code may be distributed, altered and re-used for new projects per the license but we would prefer attribution and a backlink to <a href="http://www.zingchart.com/" target="_blank">http://zingchart.com</a> be displayed in the page footer. )</p>
<p>( Click 'day' below to jump to 'day' content )</p> <p>( Click 'day' below to jump to 'day' content )</p>
</div><!--// ENDS: #HEADER --> </div><!--// ENDS: #HEADER -->
</header> </header>
Expand Down

0 comments on commit 9f83d07

Please sign in to comment.