Skip to content

Commit

Permalink
Add MPL 2.0 header to files that can be licensed as such
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Mar 14, 2012
1 parent 757c68f commit a679566
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.html
@@ -1,4 +1,7 @@
<!DOCTYPE html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html>
<head>
<title>パラパラアニメーション</title>
Expand Down
4 changes: 4 additions & 0 deletions src/js/parapara.js
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

var ParaPara = ParaPara || {};

ParaPara.SVG_NS = "http://www.w3.org/2000/svg";
Expand Down
4 changes: 4 additions & 0 deletions src/ui/css/editor.css
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

/* Page layout */
body, html, div {
margin: 0;
Expand Down
4 changes: 4 additions & 0 deletions src/ui/css/parapara.css
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

/* Previous (greyed-out) animation frames */
g.prevFrames circle {
fill: grey;
Expand Down
3 changes: 3 additions & 0 deletions src/ui/img/eraser.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/ui/img/pencil.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/ui/img/space-bg.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/ui/js/editor-ui.js
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

var EditorUI = EditorUI || {};

EditorUI.INITIAL_SPEED_FPS = 3.3;
Expand Down

0 comments on commit a679566

Please sign in to comment.