Commit Graph

5 Commits

Author SHA1 Message Date
Neil Fraser
4e2f8e6e02 Use SPDX licences.
This is a followup to #3127.
At the time, SPDX licenses were pending approval by Google.
2020-02-11 13:27:20 -08:00
Neil Fraser
b46a4fe286 Bring our license format up to date (#3127)
* Google changed from an Inc to an LLC.

This happened back in 2017 but we didn’t notice.  Officially we should update files from Inc to LLC when they are changed as part of regular edits, but this is a nightmare to remember for the next decade.

* Remove project description/titles from licenses

This is no longer part of Google’s header requirements.  Our existing descriptions were useless (“Visual Blocks Editor”) or grossly obselete (“Visual Blocks Language”).

* License no longer requires URL.

* Fix license regexps.
2019-10-02 14:46:56 -07:00
Neil Fraser
52b6ce18a5 Fix unit tests 2019-07-08 13:29:43 -07:00
RoboErikG
6a1f30bd12 Move finished codelab code and fix paths (#1337)
* Move the finished version of the codelab

This moves the finished version of the codelab to
app-completed so it's at the same level as the starting
app code.

* Fix paths to be relative

The paths for blockly files and media were absolute, which would
break if you ran it from any directory that wasn't identical.
2017-09-22 14:15:05 -07:00
Ewa
d45d42dad7 Initial checkin for the code for Blockly for the Web codelab (#1273)
* Add Blockly for the Web codelab code

* Adding licences and comments as per review

* Renaming a4/b4 sounds to a5/b5

* Define blocks with defineBlocksWithJsonArray istead of jsonInit
2017-09-21 10:22:47 -07:00