forked from gfd-dennou-club/smt-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LEGAL
67 lines (60 loc) · 2.22 KB
/
LEGAL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
LEGAL NOTICE INFORMATION
------------------------
All the files in this distribution are covered under either the Scratch's
license (see the file scratch-gui_LICENSE) except some files mentioned below.
README.md
Dockerfile
src/components/coming-soon/icon-hatti.png
src/components/coming-soon/icon2-hatti.png
src/components/gui/icon--ruby.svg
src/components/menu-bar/hatti.svg
src/components/menu-bar/profile-hatti.png
src/components/preview-modal/hatti.png
src/containers/ruby-downloader.jsx
src/containers/ruby-tab.jsx
src/lib/define-ruby-blocks.js
src/lib/generator.js
src/lib/ruby-generator/colour.js
src/lib/ruby-generator/control.js
src/lib/ruby-generator/data.js
src/lib/ruby-generator/event.js
src/lib/ruby-generator/index.js
src/lib/ruby-generator/looks.js
src/lib/ruby-generator/math.js
src/lib/ruby-generator/motion.js
src/lib/ruby-generator/operators.js
src/lib/ruby-generator/procedure.js
src/lib/ruby-generator/ruby.js
src/lib/ruby-generator/sensing.js
src/lib/ruby-generator/sound.js
src/lib/ruby-generator/text.js
src/lib/ruby-parser.js
src/lib/ruby-to-blocks-converter-hoc.jsx
src/lib/ruby-to-blocks-converter/.eslintrc.js
src/lib/ruby-to-blocks-converter/index.js
src/locales/.eslintrc.js
src/locales/en.js
src/locales/index.js
src/locales/ja-Hira.js
src/locales/ja.js
src/reducers/ruby-code.js
static/favicon.ico
static/title.ico
test/unit/lib/ruby-generator.test.jsx
These files are licensed under the MIT License (see the file LICENSE).
opal/opal.js
opal/opal.min.js
opal/opal-parser.js
opal/opal-parser.min.js
These files are licensed under the MIT License
(see https://github.com/opal/opal/blob/master/LICENSE ).
src/lib/libraries/extensions/microbitMore/connection-icon.svg
src/lib/libraries/extensions/microbitMore/connection-small-icon.svg
src/lib/libraries/extensions/microbitMore/entry-icon.png
src/lib/libraries/extensions/microbitMore/index.jsx
src/lib/libraries/extensions/microbitMore/inset-icon.svg
src/lib/libraries/extensions/microbitMore/mbit-more-v2-board.afdesign
src/lib/libraries/extensions/microbitMore/mbit-more-v2-entry-icon.afdesign
src/lib/libraries/extensions/microbitMore/translations.json
These files are licensed under the MIT License
(see https://github.com/microbit-more/mbit-more-v2/blob/master/LICENSE ).