Skip to content

Commit

Permalink
Updated the license details
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jan 8, 2012
1 parent 506aa2e commit d15512f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
14 changes: 14 additions & 0 deletions LICENSE
@@ -0,0 +1,14 @@
Copyright (c) 2011-12 Ronald Holshausen

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.
8 changes: 4 additions & 4 deletions lib/haml.js
Expand Up @@ -2,8 +2,8 @@
/*
clientside HAML compiler for Javascript and Coffeescript (Version 4)
* Copyright 2011-12, Ronald Holshausen (https://github.com/uglyog)
* Released under the MIT License
Copyright 2011-12, Ronald Holshausen (https://github.com/uglyog)
Released under the MIT License (http://www.opensource.org/licenses/MIT)
*/

(function() {
Expand All @@ -14,12 +14,12 @@
root = this;

/*
HamlRuntime: Haml runtime functions. These are used both by the compiler and the generated template fuctions
Haml runtime functions. These are used both by the compiler and the generated template functions
*/

HamlRuntime = {
/*
Taken from underscore.string.js escapeHTML, and replace the apos entity with character 39 so that it renderes
Taken from underscore.string.js escapeHTML, and replace the apos entity with character 39 so that it renders
correctly in IE7
*/
escapeHTML: function(str) {
Expand Down
3 changes: 3 additions & 0 deletions lib/haml.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/header.coffee
@@ -1,8 +1,8 @@
###
clientside HAML compiler for Javascript and Coffeescript (Version 4)
* Copyright 2011-12, Ronald Holshausen (https://github.com/uglyog)
* Released under the MIT License
Copyright 2011-12, Ronald Holshausen (https://github.com/uglyog)
Released under the MIT License (http://www.opensource.org/licenses/MIT)
###

root = this

0 comments on commit d15512f

Please sign in to comment.