Skip to content

Commit

Permalink
HTML5: Fixed LICENSE URL
Browse files Browse the repository at this point in the history
  • Loading branch information
splhack committed May 14, 2015
1 parent 67122f2 commit 3bc1430
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion coffee/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ rule ".js" => lambda{|o| DEPENDS[o]} do |t|
f.puts "// Copyright (c) 2001 Robert Penner - http://goo.gl/Qjqc0"
f.puts "// Copyright (c) 2011 Gary Linscott"
f.puts "// Copyright (c) 2011-2012 Juan Mellado"
f.puts "// Copyright (c) 2013 C. Scott Ananian - http://git.io/QzutCQ"
f.puts "// Copyright (c) 2013 C. Scott Ananian - http://git.io/vUHSG"
f.puts "// Copyright (c) 2012 imaya - http://git.io/cC8gDw"
f.write js
f.close
Expand Down
2 changes: 1 addition & 1 deletion coffee/js/lwf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion coffee/js/lwf_cocos2d.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion coffee/js_debug/lwf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Copyright (c) 2001 Robert Penner - http://goo.gl/Qjqc0
// Copyright (c) 2011 Gary Linscott
// Copyright (c) 2011-2012 Juan Mellado
// Copyright (c) 2013 C. Scott Ananian - http://git.io/QzutCQ
// Copyright (c) 2013 C. Scott Ananian - http://git.io/vUHSG
// Copyright (c) 2012 imaya - http://git.io/cC8gDw
if (typeof global === "undefined" && typeof window !== "undefined") {
/* Browsers */
Expand Down
2 changes: 1 addition & 1 deletion coffee/js_debug/lwf_cocos2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Copyright (c) 2001 Robert Penner - http://goo.gl/Qjqc0
// Copyright (c) 2011 Gary Linscott
// Copyright (c) 2011-2012 Juan Mellado
// Copyright (c) 2013 C. Scott Ananian - http://git.io/QzutCQ
// Copyright (c) 2013 C. Scott Ananian - http://git.io/vUHSG
// Copyright (c) 2012 imaya - http://git.io/cC8gDw
if (typeof global === "undefined" && typeof window !== "undefined") {
/* Browsers */
Expand Down
2 changes: 1 addition & 1 deletion coffee/js_debug/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Copyright (c) 2001 Robert Penner - http://goo.gl/Qjqc0
// Copyright (c) 2011 Gary Linscott
// Copyright (c) 2011-2012 Juan Mellado
// Copyright (c) 2013 C. Scott Ananian - http://git.io/QzutCQ
// Copyright (c) 2013 C. Scott Ananian - http://git.io/vUHSG
// Copyright (c) 2012 imaya - http://git.io/cC8gDw
// Generated by CoffeeScript 1.8.0
(function() {
Expand Down

0 comments on commit 3bc1430

Please sign in to comment.