Skip to content

Commit

Permalink
Added license info to text files
Browse files Browse the repository at this point in the history
  • Loading branch information
ao5357 committed Jan 23, 2012
1 parent 0d8152c commit 51d85ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions behaviors.js
@@ -1,3 +1,4 @@
/* Library ROI Calculator is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License [ http://creativecommons.org/licenses/by-sa/3.0/ ] */
(function($){
$.fn.calcROI = function(){ // requires rather specific conditions
return this.each(function(){
Expand Down
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -71,5 +71,6 @@ <h1>Library ROI Calculator</h1>
</tfoot></table>
</form>
<noscript>Your computer does not support JavaScript. The form in the table above requires JavaScript for real-time calculation. Synopsis: Just checking out books and movies in a given year is worth $384 when compared to similar commercial offerings.</noscript>
<a href="https://github.com/ao5357/library-roi-calc">Get the kit</a> to use this calculator on your library site.
<a href="https://github.com/ao5357/library-roi-calc">Get the kit</a> to use this calculator on your library site.<br /><br />
Library ROI Calculator is licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="a Creative Commons Attribution-ShareAlike 3.0 Unported License" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a>.
</div></body></html>
3 changes: 3 additions & 0 deletions readme.md
Expand Up @@ -3,6 +3,9 @@
##Background
The calculator worksheet [started as a downloadable spreadsheet](http://www.maine.gov/msl/services/value.xls), originally provided by the Massachusetts Library Association. The spreadsheet was [adapted for the web by Brian Herzog at Chelmsford Public Library](http://www.chelmsfordlibrary.org/library_info/calculator.html). This version of the calculator was adapted from [Maine State Library](http://www.maine.gov/msl/services/customcal.htm).

##License
Library ROI Calculator is licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">a Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.

##Easy HTML Customization
In index.html, you will see table rows that look like:

Expand Down
1 change: 1 addition & 0 deletions styles.css
@@ -1,3 +1,4 @@
/* Library ROI Calculator is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License [ http://creativecommons.org/licenses/by-sa/3.0/ ] */
/* Plain demo page styles */
.page{margin:0 auto;width:45em;}
table{border:2px solid #cdced0;border-collapse:collapse;font-size:.875em;margin:1em 0;}
Expand Down

0 comments on commit 51d85ee

Please sign in to comment.