Skip to content

Commit 49a0ae3

Browse files
committed
Fixed header comment
1 parent 54dee48 commit 49a0ae3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

css/snake.css

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
3+
JavaScript Snake
4+
By Patrick Gillespie
5+
http://patorjk.com/games/snake
6+
7+
Terms of Re-Use:
8+
- This app is free for you to build on and play around with.
9+
- Code for this file, the snake.js file, and the snake.css file are under the MIT license.
10+
11+
*/
112
body {
213
margin:0px;
314
padding:0px;

js/snake.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ By Patrick Gillespie
44
http://patorjk.com/games/snake
55
66
Terms of Re-Use:
7-
- If you're interested in using this app (which includes this file, patorjk.com/games/snake/index.htm and
8-
patorjk.com/games/snake/style.css) on your website, I give you permission as long as you link back to
9-
patorjk.com somewhere noticable in your application or on the website the app is hosted on.
10-
- As long as that condition is met, this app is free for you to build on and play around with.
7+
- This app is free for you to build on and play around with.
8+
- Code for this file, the snake.js file, and the snake.css file are under the MIT license.
119
1210
*/
1311

0 commit comments

Comments
 (0)