From 7122410373bb44f235d8e2637b99d6a9365fef89 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Mon, 8 Sep 2014 15:18:02 -0700 Subject: [PATCH] Changing project location from Google Code to GitHub. --- .gitignore | 1 + appengine/report.py | 53 ------------------------- appengine/storage.js | 2 +- appengine/storage.py | 2 +- apps/blockfactory/blocks.js | 2 +- apps/blockfactory/factory.js | 2 +- apps/blockfactory/preview.js | 2 +- apps/code/code.js | 2 +- apps/common.js | 2 +- apps/graph/blocks.js | 2 +- apps/graph/graph.js | 2 +- apps/index/index.js | 2 +- apps/index/template.soy | 2 +- apps/maze/blocks.js | 2 +- apps/maze/maze.js | 2 +- apps/plane/blocks.js | 2 +- apps/plane/plane.js | 2 +- apps/puzzle/blocks.js | 2 +- apps/puzzle/puzzle.js | 2 +- apps/slider.js | 2 +- apps/turtle/blocks.js | 2 +- apps/turtle/turtle.js | 2 +- blocks/colour.js | 2 +- blocks/lists.js | 2 +- blocks/logic.js | 2 +- blocks/loops.js | 2 +- blocks/math.js | 2 +- blocks/procedures.js | 2 +- blocks/text.js | 2 +- blocks/variables.js | 2 +- build.py | 4 +- codereview.settings | 3 -- core/block.js | 2 +- core/block_svg.js | 2 +- core/blockly.js | 2 +- core/blocks.js | 2 +- core/bubble.js | 2 +- core/comment.js | 2 +- core/connection.js | 2 +- core/contextmenu.js | 2 +- core/css.js | 2 +- core/field.js | 2 +- core/field_angle.js | 2 +- core/field_checkbox.js | 2 +- core/field_colour.js | 2 +- core/field_dropdown.js | 2 +- core/field_image.js | 2 +- core/field_label.js | 2 +- core/field_textinput.js | 2 +- core/field_variable.js | 2 +- core/flyout.js | 2 +- core/generator.js | 2 +- core/icon.js | 2 +- core/inject.js | 2 +- core/input.js | 2 +- core/msg.js | 2 +- core/mutator.js | 2 +- core/names.js | 2 +- core/procedures.js | 2 +- core/realtime-client-utils.js | 2 +- core/realtime.js | 2 +- core/scrollbar.js | 2 +- core/toolbox.js | 2 +- core/tooltip.js | 2 +- core/trashcan.js | 2 +- core/utils.js | 2 +- core/variables.js | 2 +- core/warning.js | 2 +- core/widgetdiv.js | 2 +- core/workspace.js | 2 +- core/xml.js | 2 +- demos/fixed/index.html | 2 +- demos/generator/index.html | 2 +- demos/iframe/index.html | 2 +- demos/index.html | 2 +- demos/interpreter/index.html | 2 +- demos/maxBlocks/index.html | 2 +- demos/realtime/index.html | 2 +- demos/rtl/index.html | 2 +- demos/storage/index.html | 2 +- demos/toolbox/index.html | 2 +- generators/dart.js | 2 +- generators/dart/colour.js | 2 +- generators/dart/lists.js | 2 +- generators/dart/logic.js | 2 +- generators/dart/loops.js | 2 +- generators/dart/math.js | 2 +- generators/dart/procedures.js | 2 +- generators/dart/text.js | 2 +- generators/dart/variables.js | 2 +- generators/javascript.js | 2 +- generators/javascript/colour.js | 2 +- generators/javascript/lists.js | 2 +- generators/javascript/logic.js | 2 +- generators/javascript/loops.js | 2 +- generators/javascript/math.js | 2 +- generators/javascript/procedures.js | 2 +- generators/javascript/text.js | 2 +- generators/javascript/variables.js | 2 +- generators/python.js | 2 +- generators/python/colour.js | 2 +- generators/python/lists.js | 2 +- generators/python/logic.js | 2 +- generators/python/loops.js | 2 +- generators/python/math.js | 2 +- generators/python/procedures.js | 2 +- generators/python/text.js | 2 +- generators/python/variables.js | 2 +- i18n/common.py | 2 +- i18n/create_messages.py | 2 +- i18n/dedup_json.py | 2 +- i18n/js_to_json.py | 2 +- i18n/json_to_js.py | 2 +- i18n/status.py | 2 +- i18n/tests.py | 2 +- i18n/xliff_to_json.py | 2 +- msg/js/en_us.js | 2 +- msg/json/en.json | 2 +- msg/messages.js | 2 +- tests/blockly_test.js | 2 +- tests/generator_test.js | 2 +- tests/generators/unittest.js | 2 +- tests/generators/unittest_dart.js | 2 +- tests/generators/unittest_javascript.js | 2 +- tests/generators/unittest_python.js | 2 +- tests/names_test.js | 2 +- 126 files changed, 125 insertions(+), 180 deletions(-) delete mode 100644 appengine/report.py delete mode 100644 codereview.settings diff --git a/.gitignore b/.gitignore index dde3895fc..43638e075 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store *.pyc +*.komodoproject diff --git a/appengine/report.py b/appengine/report.py deleted file mode 100644 index e15a8ff4c..000000000 --- a/appengine/report.py +++ /dev/null @@ -1,53 +0,0 @@ -"""Blockly Demo: Report - -Copyright 2012 Google Inc. -https://blockly.googlecode.com/ - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -""" - -"""Store reports about code written by users. -""" - -__author__ = "ellen.spertus@gmail.com (Ellen Spertus)" - -import cgi -import logging - -from google.appengine.ext import db - -print "Content-type: text/plain\n" - -class Report(db.Model): - identifier = db.FloatProperty() - application = db.StringProperty() - date = db.DateTimeProperty(auto_now_add=True) - level = db.IntegerProperty() - result = db.IntegerProperty() - # StringProperty is limited to 500 characters, so use TextProperty. - program = db.TextProperty() - -# Catch errors extracting form fields or converting to numeric types. -# Let any other errors propagate up. -try: - forms = cgi.FieldStorage() - identifier = float(forms["id"].value) - application = forms["app"].value - level = int(forms["level"].value) - result = int(forms["result"].value) - program = forms["program"].value - row = Report(identifier = identifier, application = application, - level = level, result = result, program = program) - row.put() -except ValueError, KeyError: - logging.error("Unable to extract all form fields.") diff --git a/appengine/storage.js b/appengine/storage.js index 8ba7c0a20..756bd7d67 100644 --- a/appengine/storage.js +++ b/appengine/storage.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/appengine/storage.py b/appengine/storage.py index 983e15bde..014d986f8 100644 --- a/appengine/storage.py +++ b/appengine/storage.py @@ -1,7 +1,7 @@ """Blockly Demo: Storage Copyright 2012 Google Inc. -https://blockly.googlecode.com/ +https://github.com/google/blockly Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apps/blockfactory/blocks.js b/apps/blockfactory/blocks.js index 40b97c03f..224a8f18d 100644 --- a/apps/blockfactory/blocks.js +++ b/apps/blockfactory/blocks.js @@ -2,7 +2,7 @@ * Blockly Apps: Block Factory Blocks * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/blockfactory/factory.js b/apps/blockfactory/factory.js index 5a0e133f4..2bfebaadc 100644 --- a/apps/blockfactory/factory.js +++ b/apps/blockfactory/factory.js @@ -2,7 +2,7 @@ * Blockly Apps: Block Factory * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/blockfactory/preview.js b/apps/blockfactory/preview.js index 2a67be6a0..ca4dce04a 100644 --- a/apps/blockfactory/preview.js +++ b/apps/blockfactory/preview.js @@ -2,7 +2,7 @@ * Blockly Apps: Block Factory * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/code/code.js b/apps/code/code.js index dc9418e16..627d8db11 100644 --- a/apps/code/code.js +++ b/apps/code/code.js @@ -2,7 +2,7 @@ * Blockly Apps: Code * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/common.js b/apps/common.js index b91c65b76..80fc5ec2f 100644 --- a/apps/common.js +++ b/apps/common.js @@ -2,7 +2,7 @@ * Blockly Apps: Common code * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/graph/blocks.js b/apps/graph/blocks.js index 698bef8af..c52095c59 100644 --- a/apps/graph/blocks.js +++ b/apps/graph/blocks.js @@ -2,7 +2,7 @@ * Blockly Apps: Graphing Calculator Blocks * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/graph/graph.js b/apps/graph/graph.js index 2c5cbfbf6..fddbc7953 100644 --- a/apps/graph/graph.js +++ b/apps/graph/graph.js @@ -2,7 +2,7 @@ * Blockly Apps: Graphing Calculator * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/index/index.js b/apps/index/index.js index fd302b20e..871fef060 100644 --- a/apps/index/index.js +++ b/apps/index/index.js @@ -2,7 +2,7 @@ * Blockly Apps: Index * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/index/template.soy b/apps/index/template.soy index 6359329ee..b23a81480 100644 --- a/apps/index/template.soy +++ b/apps/index/template.soy @@ -123,6 +123,6 @@ span> // The footer messages are set in index.html.

- blockly.googlecode.com + github.com/google/blockly {/template} diff --git a/apps/maze/blocks.js b/apps/maze/blocks.js index 6beef11fe..a844a5080 100644 --- a/apps/maze/blocks.js +++ b/apps/maze/blocks.js @@ -2,7 +2,7 @@ * Blockly Apps: Maze Blocks * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/maze/maze.js b/apps/maze/maze.js index 1de4e1ba5..62e2ae6be 100644 --- a/apps/maze/maze.js +++ b/apps/maze/maze.js @@ -2,7 +2,7 @@ * Blockly Apps: Maze * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/plane/blocks.js b/apps/plane/blocks.js index b30227eb4..7441bc2e5 100644 --- a/apps/plane/blocks.js +++ b/apps/plane/blocks.js @@ -2,7 +2,7 @@ * Blockly Apps: Plane Seat Calculator Blocks * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/plane/plane.js b/apps/plane/plane.js index 39d8fa9d1..561aeee10 100644 --- a/apps/plane/plane.js +++ b/apps/plane/plane.js @@ -2,7 +2,7 @@ * Blockly Apps: Plane Seat Calculator * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/puzzle/blocks.js b/apps/puzzle/blocks.js index 22cf7fb54..43897b9da 100644 --- a/apps/puzzle/blocks.js +++ b/apps/puzzle/blocks.js @@ -2,7 +2,7 @@ * Blockly Apps: Puzzle Blocks * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/puzzle/puzzle.js b/apps/puzzle/puzzle.js index f478e2db9..9b5439cf4 100644 --- a/apps/puzzle/puzzle.js +++ b/apps/puzzle/puzzle.js @@ -2,7 +2,7 @@ * Blockly Apps: Puzzle * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/slider.js b/apps/slider.js index 73a0b8b2a..c2997d9d5 100644 --- a/apps/slider.js +++ b/apps/slider.js @@ -2,7 +2,7 @@ * Blockly Apps: SVG Slider * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/turtle/blocks.js b/apps/turtle/blocks.js index ea0af82da..1cf75f389 100644 --- a/apps/turtle/blocks.js +++ b/apps/turtle/blocks.js @@ -2,7 +2,7 @@ * Blockly Apps: Turtle Graphics Blocks * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/turtle/turtle.js b/apps/turtle/turtle.js index 3a4cf2979..348859a09 100644 --- a/apps/turtle/turtle.js +++ b/apps/turtle/turtle.js @@ -2,7 +2,7 @@ * Blockly Apps: Turtle Graphics * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blocks/colour.js b/blocks/colour.js index c5cb79cf6..a3a9843ae 100644 --- a/blocks/colour.js +++ b/blocks/colour.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blocks/lists.js b/blocks/lists.js index c54b2602a..83fc2abf3 100644 --- a/blocks/lists.js +++ b/blocks/lists.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blocks/logic.js b/blocks/logic.js index 87eb29442..a1a6f0630 100644 --- a/blocks/logic.js +++ b/blocks/logic.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blocks/loops.js b/blocks/loops.js index 3f7629920..5b1a38865 100644 --- a/blocks/loops.js +++ b/blocks/loops.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blocks/math.js b/blocks/math.js index e87b860b2..eb81b847a 100644 --- a/blocks/math.js +++ b/blocks/math.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blocks/procedures.js b/blocks/procedures.js index d872f1b81..505d3ec8c 100644 --- a/blocks/procedures.js +++ b/blocks/procedures.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blocks/text.js b/blocks/text.js index f7a23ebaf..99a268c2e 100644 --- a/blocks/text.js +++ b/blocks/text.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/blocks/variables.js b/blocks/variables.js index 16aa097f7..1c46b33a5 100644 --- a/blocks/variables.js +++ b/blocks/variables.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/build.py b/build.py index 13e1c8e73..7e14552b7 100755 --- a/build.py +++ b/build.py @@ -2,7 +2,7 @@ # Compresses the core Blockly files into a single JavaScript file. # # Copyright 2012 Google Inc. -# https://blockly.googlecode.com/ +# https://github.com/google/blockly # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -290,7 +290,7 @@ class Gen_compressed(threading.Thread): [\w ]+ (Copyright \\d+ Google Inc.) - https://blockly.googlecode.com/ + https://github.com/google/blockly Licensed under the Apache License, Version 2.0 \(the "License"\); you may not use this file except in compliance with the License. diff --git a/codereview.settings b/codereview.settings deleted file mode 100644 index 615c21885..000000000 --- a/codereview.settings +++ /dev/null @@ -1,3 +0,0 @@ -CODE_REVIEW_SERVER: codereview.appspot.com -VIEW_VC: http://code.google.com/p/blockly/source/detail?r= -CC_LIST: diff --git a/core/block.js b/core/block.js index 332ba357a..b3678caf8 100644 --- a/core/block.js +++ b/core/block.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/block_svg.js b/core/block_svg.js index ef78352b7..cc7fe7f89 100644 --- a/core/block_svg.js +++ b/core/block_svg.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/blockly.js b/core/blockly.js index 5b74ac91f..5b7b1142e 100644 --- a/core/blockly.js +++ b/core/blockly.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/blocks.js b/core/blocks.js index 79b0e1ed7..8d3e23e78 100644 --- a/core/blocks.js +++ b/core/blocks.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/bubble.js b/core/bubble.js index c5bc01351..a6cc14165 100644 --- a/core/bubble.js +++ b/core/bubble.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/comment.js b/core/comment.js index 86281b527..b42e02f30 100644 --- a/core/comment.js +++ b/core/comment.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/connection.js b/core/connection.js index 0e8fdf69b..bfe680135 100644 --- a/core/connection.js +++ b/core/connection.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/contextmenu.js b/core/contextmenu.js index 2f46d4bf6..fe25b8796 100644 --- a/core/contextmenu.js +++ b/core/contextmenu.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/css.js b/core/css.js index c01e22249..421066576 100644 --- a/core/css.js +++ b/core/css.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/field.js b/core/field.js index b9a692d01..109eee3ee 100644 --- a/core/field.js +++ b/core/field.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/field_angle.js b/core/field_angle.js index e49440020..e7b37eeae 100644 --- a/core/field_angle.js +++ b/core/field_angle.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/field_checkbox.js b/core/field_checkbox.js index d3066e1f5..3a75cb582 100644 --- a/core/field_checkbox.js +++ b/core/field_checkbox.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/field_colour.js b/core/field_colour.js index 87081f5e2..dd2923db7 100644 --- a/core/field_colour.js +++ b/core/field_colour.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/field_dropdown.js b/core/field_dropdown.js index 170e555db..e13767ede 100644 --- a/core/field_dropdown.js +++ b/core/field_dropdown.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/field_image.js b/core/field_image.js index 5719a0116..c64bf89c4 100644 --- a/core/field_image.js +++ b/core/field_image.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/field_label.js b/core/field_label.js index 308a9962d..3dc363316 100644 --- a/core/field_label.js +++ b/core/field_label.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/field_textinput.js b/core/field_textinput.js index ebb038379..54d2f8894 100644 --- a/core/field_textinput.js +++ b/core/field_textinput.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/field_variable.js b/core/field_variable.js index 83031a5dc..e7ca3d861 100644 --- a/core/field_variable.js +++ b/core/field_variable.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/flyout.js b/core/flyout.js index 2abcc17a4..7fb840182 100644 --- a/core/flyout.js +++ b/core/flyout.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/generator.js b/core/generator.js index 164ed590d..da5a16327 100644 --- a/core/generator.js +++ b/core/generator.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/icon.js b/core/icon.js index dfabab382..d378cbb02 100644 --- a/core/icon.js +++ b/core/icon.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/inject.js b/core/inject.js index e378700a0..df32c3d32 100644 --- a/core/inject.js +++ b/core/inject.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/input.js b/core/input.js index b931c85df..5d8895c4a 100644 --- a/core/input.js +++ b/core/input.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/msg.js b/core/msg.js index 5fd7c54d0..3d4f9de69 100644 --- a/core/msg.js +++ b/core/msg.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/mutator.js b/core/mutator.js index 0152bb810..561c3c0a2 100644 --- a/core/mutator.js +++ b/core/mutator.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/names.js b/core/names.js index 41e87705b..791a4c20f 100644 --- a/core/names.js +++ b/core/names.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/procedures.js b/core/procedures.js index 15787f25f..474603157 100644 --- a/core/procedures.js +++ b/core/procedures.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/realtime-client-utils.js b/core/realtime-client-utils.js index 04e43078a..ba8586328 100644 --- a/core/realtime-client-utils.js +++ b/core/realtime-client-utils.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/realtime.js b/core/realtime.js index d73629785..88bfd836c 100644 --- a/core/realtime.js +++ b/core/realtime.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/scrollbar.js b/core/scrollbar.js index 7df578b8b..a0e9618ed 100644 --- a/core/scrollbar.js +++ b/core/scrollbar.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/toolbox.js b/core/toolbox.js index e2ba412a1..10b4619d1 100644 --- a/core/toolbox.js +++ b/core/toolbox.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/tooltip.js b/core/tooltip.js index 876d20cf9..be59805cd 100644 --- a/core/tooltip.js +++ b/core/tooltip.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/trashcan.js b/core/trashcan.js index b489d0c66..a96ed845b 100644 --- a/core/trashcan.js +++ b/core/trashcan.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/utils.js b/core/utils.js index 152435d21..63d0c4dd8 100644 --- a/core/utils.js +++ b/core/utils.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/variables.js b/core/variables.js index 267f926fe..097af2bad 100644 --- a/core/variables.js +++ b/core/variables.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/warning.js b/core/warning.js index 9901deb66..e6e0fb9a2 100644 --- a/core/warning.js +++ b/core/warning.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/widgetdiv.js b/core/widgetdiv.js index 7dd45b145..882952149 100644 --- a/core/widgetdiv.js +++ b/core/widgetdiv.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2013 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/workspace.js b/core/workspace.js index 5ad6af55d..8ef1a3c35 100644 --- a/core/workspace.js +++ b/core/workspace.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/xml.js b/core/xml.js index 0323b08ae..32d93440b 100644 --- a/core/xml.js +++ b/core/xml.js @@ -3,7 +3,7 @@ * Visual Blocks Editor * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/demos/fixed/index.html b/demos/fixed/index.html index e9814cdaf..05cfdd0ac 100644 --- a/demos/fixed/index.html +++ b/demos/fixed/index.html @@ -18,7 +18,7 @@ -

Blockly > +

Blockly > Demos > Fixed Blockly

This is a simple demo of injecting Blockly into a fixed-sized 'div' element.

diff --git a/demos/generator/index.html b/demos/generator/index.html index f2d452ebb..7d09773a4 100644 --- a/demos/generator/index.html +++ b/demos/generator/index.html @@ -19,7 +19,7 @@ -

Blockly > +

Blockly > Demos > Generating JavaScript

This is a simple demo of generating code from blocks.

diff --git a/demos/iframe/index.html b/demos/iframe/index.html index fa4c31521..7736728ec 100644 --- a/demos/iframe/index.html +++ b/demos/iframe/index.html @@ -30,7 +30,7 @@
-

Blockly > +

Blockly > Demos > Iframe Blockly

This is a simple demo of injecting Blockly into a resizable 'iframe' element.

diff --git a/demos/index.html b/demos/index.html index e027cebeb..ff6e23dc1 100644 --- a/demos/index.html +++ b/demos/index.html @@ -18,7 +18,7 @@ -

Blockly > Demos

+

Blockly > Demos

These demos are intended for developers who want to integrate Blockly with their own applications.

diff --git a/demos/interpreter/index.html b/demos/interpreter/index.html index 3c9f1c59e..3f6aad591 100644 --- a/demos/interpreter/index.html +++ b/demos/interpreter/index.html @@ -20,7 +20,7 @@ -

Blockly > +

Blockly > Demos > JS Interpreter

This is a simple demo of executing code wth a sandboxed JavaScript interpreter.

diff --git a/demos/maxBlocks/index.html b/demos/maxBlocks/index.html index cd8bdf8bb..bccc96c17 100644 --- a/demos/maxBlocks/index.html +++ b/demos/maxBlocks/index.html @@ -21,7 +21,7 @@ -

Blockly > +

Blockly > Demos > Maximum Block Limit

This is a demo of Blockly which has been restricted to a maximum of five blocks.

diff --git a/demos/realtime/index.html b/demos/realtime/index.html index 470ab950e..f744702d1 100644 --- a/demos/realtime/index.html +++ b/demos/realtime/index.html @@ -26,7 +26,7 @@ -

Blockly > +

Blockly > Demos > Realtime Collaboration

This is a simple demo of realtime collaboration in Blockly.

diff --git a/demos/rtl/index.html b/demos/rtl/index.html index 40dd75701..4b5c77d5c 100644 --- a/demos/rtl/index.html +++ b/demos/rtl/index.html @@ -33,7 +33,7 @@ -

Blockly > +

Blockly > Demos > Right-to-Left

diff --git a/demos/storage/index.html b/demos/storage/index.html index 50c10ba07..c88708a41 100644 --- a/demos/storage/index.html +++ b/demos/storage/index.html @@ -24,7 +24,7 @@ -

Blockly > +

Blockly > Demos > Cloud Storage

This is a simple demo of cloud storage using App Engine.

diff --git a/demos/toolbox/index.html b/demos/toolbox/index.html index 6d14fc07a..3a1cb4a5e 100644 --- a/demos/toolbox/index.html +++ b/demos/toolbox/index.html @@ -18,7 +18,7 @@ -

Blockly > +

Blockly > Demos > Toolbox

This is a demo of a complex category structure for the toolbox.

diff --git a/generators/dart.js b/generators/dart.js index ef51e8d7e..a3a4b3634 100644 --- a/generators/dart.js +++ b/generators/dart.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/dart/colour.js b/generators/dart/colour.js index 37147db05..b5736e526 100644 --- a/generators/dart/colour.js +++ b/generators/dart/colour.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/dart/lists.js b/generators/dart/lists.js index c3e2c085c..060cf96c6 100644 --- a/generators/dart/lists.js +++ b/generators/dart/lists.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/dart/logic.js b/generators/dart/logic.js index 3053ae08c..dd84d7dfe 100644 --- a/generators/dart/logic.js +++ b/generators/dart/logic.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/dart/loops.js b/generators/dart/loops.js index d737d18d7..a042d6334 100644 --- a/generators/dart/loops.js +++ b/generators/dart/loops.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/dart/math.js b/generators/dart/math.js index 61159c6c1..1bae4bc5c 100644 --- a/generators/dart/math.js +++ b/generators/dart/math.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/dart/procedures.js b/generators/dart/procedures.js index 3c4a4b2d2..77165b1be 100644 --- a/generators/dart/procedures.js +++ b/generators/dart/procedures.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/dart/text.js b/generators/dart/text.js index 3f3c609f7..bcdd9f055 100644 --- a/generators/dart/text.js +++ b/generators/dart/text.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/dart/variables.js b/generators/dart/variables.js index 5e59c27c5..9b19643ad 100644 --- a/generators/dart/variables.js +++ b/generators/dart/variables.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/javascript.js b/generators/javascript.js index ab403f424..fea82ec48 100644 --- a/generators/javascript.js +++ b/generators/javascript.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/javascript/colour.js b/generators/javascript/colour.js index 90495979a..848fbe322 100644 --- a/generators/javascript/colour.js +++ b/generators/javascript/colour.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/javascript/lists.js b/generators/javascript/lists.js index dce65a387..c65ff4a1d 100644 --- a/generators/javascript/lists.js +++ b/generators/javascript/lists.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/javascript/logic.js b/generators/javascript/logic.js index 75a21a077..80c81b964 100644 --- a/generators/javascript/logic.js +++ b/generators/javascript/logic.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/javascript/loops.js b/generators/javascript/loops.js index 3e3607c17..fd8e4e889 100644 --- a/generators/javascript/loops.js +++ b/generators/javascript/loops.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/javascript/math.js b/generators/javascript/math.js index 3658a8d80..fcc5c1c09 100644 --- a/generators/javascript/math.js +++ b/generators/javascript/math.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/javascript/procedures.js b/generators/javascript/procedures.js index 75c23560f..8396c7376 100644 --- a/generators/javascript/procedures.js +++ b/generators/javascript/procedures.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/javascript/text.js b/generators/javascript/text.js index f9daf9b01..5a443853f 100644 --- a/generators/javascript/text.js +++ b/generators/javascript/text.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/javascript/variables.js b/generators/javascript/variables.js index f73b92c19..45dbf6355 100644 --- a/generators/javascript/variables.js +++ b/generators/javascript/variables.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/python.js b/generators/python.js index a927c7c9c..7906d4790 100644 --- a/generators/python.js +++ b/generators/python.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/python/colour.js b/generators/python/colour.js index 3aeb44d22..564b22f95 100644 --- a/generators/python/colour.js +++ b/generators/python/colour.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/python/lists.js b/generators/python/lists.js index 120d2f668..33bc9910c 100644 --- a/generators/python/lists.js +++ b/generators/python/lists.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/python/logic.js b/generators/python/logic.js index e291a60a0..04301a870 100644 --- a/generators/python/logic.js +++ b/generators/python/logic.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/python/loops.js b/generators/python/loops.js index bc6dccf69..1cfed9013 100644 --- a/generators/python/loops.js +++ b/generators/python/loops.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/python/math.js b/generators/python/math.js index 02d499f26..dcf314d07 100644 --- a/generators/python/math.js +++ b/generators/python/math.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/python/procedures.js b/generators/python/procedures.js index 7cf63f307..38c68f873 100644 --- a/generators/python/procedures.js +++ b/generators/python/procedures.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/python/text.js b/generators/python/text.js index 4f582fdbd..3a0894a71 100644 --- a/generators/python/text.js +++ b/generators/python/text.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/generators/python/variables.js b/generators/python/variables.js index a0eea85a9..60f3af617 100644 --- a/generators/python/variables.js +++ b/generators/python/variables.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/i18n/common.py b/i18n/common.py index fac4c39b6..007e40c56 100644 --- a/i18n/common.py +++ b/i18n/common.py @@ -3,7 +3,7 @@ # Code shared by translation conversion scripts. # # Copyright 2013 Google Inc. -# https://blockly.googlecode.com/ +# https://github.com/google/blockly # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/i18n/create_messages.py b/i18n/create_messages.py index cd63f1bd1..5eff6dcb3 100755 --- a/i18n/create_messages.py +++ b/i18n/create_messages.py @@ -3,7 +3,7 @@ # Generate .js files defining Blockly core and language messages. # # Copyright 2013 Google Inc. -# https://blockly.googlecode.com/ +# https://github.com/google/blockly # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/i18n/dedup_json.py b/i18n/dedup_json.py index b4b51ba10..19ce25837 100755 --- a/i18n/dedup_json.py +++ b/i18n/dedup_json.py @@ -7,7 +7,7 @@ # output. # # Copyright 2013 Google Inc. -# https://blockly.googlecode.com/ +# https://github.com/google/blockly # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/i18n/js_to_json.py b/i18n/js_to_json.py index 097bd5493..c3872ed11 100755 --- a/i18n/js_to_json.py +++ b/i18n/js_to_json.py @@ -3,7 +3,7 @@ # Gives the translation status of the specified apps and languages. # # Copyright 2013 Google Inc. -# https://blockly.googlecode.com/ +# https://github.com/google/blockly # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/i18n/json_to_js.py b/i18n/json_to_js.py index 44ab97882..cbc8dec98 100755 --- a/i18n/json_to_js.py +++ b/i18n/json_to_js.py @@ -3,7 +3,7 @@ # Converts .json files into .js files for use within Blockly apps. # # Copyright 2013 Google Inc. -# https://blockly.googlecode.com/ +# https://github.com/google/blockly # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/i18n/status.py b/i18n/status.py index 64fa98da1..f6facefd7 100755 --- a/i18n/status.py +++ b/i18n/status.py @@ -3,7 +3,7 @@ # Gives the translation status of the specified apps and languages. # # Copyright 2013 Google Inc. -# https://blockly.googlecode.com/ +# https://github.com/google/blockly # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/i18n/tests.py b/i18n/tests.py index f771a1ede..23b714927 100644 --- a/i18n/tests.py +++ b/i18n/tests.py @@ -4,7 +4,7 @@ # Tests of i18n scripts. # # Copyright 2013 Google Inc. -# https://blockly.googlecode.com/ +# https://github.com/google/blockly # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/i18n/xliff_to_json.py b/i18n/xliff_to_json.py index 4665173c0..58da5b1a2 100755 --- a/i18n/xliff_to_json.py +++ b/i18n/xliff_to_json.py @@ -3,7 +3,7 @@ # Converts .xlf files into .json files for use at http://translatewiki.net. # # Copyright 2013 Google Inc. -# https://blockly.googlecode.com/ +# https://github.com/google/blockly # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/msg/js/en_us.js b/msg/js/en_us.js index 3770b3957..680f424a6 100644 --- a/msg/js/en_us.js +++ b/msg/js/en_us.js @@ -2,7 +2,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/msg/json/en.json b/msg/json/en.json index 1c23fe3cc..7bdeaee02 100644 --- a/msg/json/en.json +++ b/msg/json/en.json @@ -1,7 +1,7 @@ { "@metadata": { "author": "Ellen Spertus ", - "lastupdated": "2014-06-30 14:33:15.750510", + "lastupdated": "2014-09-08 15:16:04.386164", "locale": "en", "messagedocumentation" : "qqq" }, diff --git a/msg/messages.js b/msg/messages.js index 693d0bc32..00b08f2de 100644 --- a/msg/messages.js +++ b/msg/messages.js @@ -3,7 +3,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/blockly_test.js b/tests/blockly_test.js index 1ee83ecf9..bd06c9516 100644 --- a/tests/blockly_test.js +++ b/tests/blockly_test.js @@ -2,7 +2,7 @@ * Visual Blocks Editor * * Copyright 2011 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/generator_test.js b/tests/generator_test.js index d67897caf..85149d856 100644 --- a/tests/generator_test.js +++ b/tests/generator_test.js @@ -2,7 +2,7 @@ * Blockly Tests * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/generators/unittest.js b/tests/generators/unittest.js index 3755c9adb..16b1fb17e 100644 --- a/tests/generators/unittest.js +++ b/tests/generators/unittest.js @@ -2,7 +2,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/generators/unittest_dart.js b/tests/generators/unittest_dart.js index 74ebb419f..7bd77926b 100644 --- a/tests/generators/unittest_dart.js +++ b/tests/generators/unittest_dart.js @@ -2,7 +2,7 @@ * Visual Blocks Language * * Copyright 2014 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/generators/unittest_javascript.js b/tests/generators/unittest_javascript.js index 6e096020e..ba26823de 100644 --- a/tests/generators/unittest_javascript.js +++ b/tests/generators/unittest_javascript.js @@ -2,7 +2,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/generators/unittest_python.js b/tests/generators/unittest_python.js index 5b1842b5e..dbd868bd4 100644 --- a/tests/generators/unittest_python.js +++ b/tests/generators/unittest_python.js @@ -2,7 +2,7 @@ * Visual Blocks Language * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/names_test.js b/tests/names_test.js index cce33d38c..4a173138c 100644 --- a/tests/names_test.js +++ b/tests/names_test.js @@ -2,7 +2,7 @@ * Blockly Tests * * Copyright 2012 Google Inc. - * https://blockly.googlecode.com/ + * https://github.com/google/blockly * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.