From b46a4fe286024874c41cf24b9f3c667f3e6cfdb1 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Wed, 2 Oct 2019 14:46:56 -0700 Subject: [PATCH] Bring our license format up to date (#3127) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- appengine/storage.js | 5 +---- appengine/storage.py | 3 +-- blocks/colour.js | 5 +---- blocks/lists.js | 5 +---- blocks/logic.js | 5 +---- blocks/loops.js | 5 +---- blocks/math.js | 5 +---- blocks/procedures.js | 5 +---- blocks/text.js | 5 +---- blocks/variables.js | 5 +---- blocks/variables_dynamic.js | 5 +---- build.py | 11 ++++------- core/block.js | 5 +---- core/block_animations.js | 5 +---- core/block_drag_surface.js | 5 +---- core/block_dragger.js | 5 +---- core/block_events.js | 5 +---- core/block_render_svg.js | 5 +---- core/block_svg.js | 5 +---- core/blockly.js | 5 +---- core/blocks.js | 5 +---- core/bubble.js | 5 +---- core/bubble_dragger.js | 5 +---- core/comment.js | 5 +---- core/components/component.js | 5 +---- core/components/menu/menu.js | 5 +---- core/components/menu/menuitem.js | 5 +---- core/components/tree/basenode.js | 5 +---- core/components/tree/treecontrol.js | 5 +---- core/components/tree/treenode.js | 5 +---- core/connection.js | 5 +---- core/connection_db.js | 5 +---- core/constants.js | 5 +---- core/contextmenu.js | 5 +---- core/css.js | 5 +---- core/dropdowndiv.js | 2 -- core/events.js | 5 +---- core/events_abstract.js | 5 +---- core/extensions.js | 5 +---- core/field.js | 5 +---- core/field_angle.js | 5 +---- core/field_checkbox.js | 5 +---- core/field_colour.js | 5 +---- core/field_date.js | 5 +---- core/field_dropdown.js | 5 +---- core/field_image.js | 5 +---- core/field_label.js | 5 +---- core/field_label_serializable.js | 5 +---- core/field_multilineinput.js | 5 +---- core/field_number.js | 5 +---- core/field_registry.js | 5 +---- core/field_textinput.js | 5 +---- core/field_variable.js | 5 +---- core/flyout_base.js | 5 +---- core/flyout_button.js | 5 +---- core/flyout_dragger.js | 5 +---- core/flyout_horizontal.js | 5 +---- core/flyout_vertical.js | 5 +---- core/generator.js | 5 +---- core/gesture.js | 5 +---- core/grid.js | 5 +---- core/icon.js | 5 +---- core/inject.js | 5 +---- core/input.js | 5 +---- core/insertion_marker_manager.js | 5 +---- core/keyboard_nav/action.js | 5 +---- core/keyboard_nav/ast_node.js | 5 +---- core/keyboard_nav/cursor.js | 5 +---- core/keyboard_nav/cursor_svg.js | 5 +---- core/keyboard_nav/flyout_cursor.js | 5 +---- core/keyboard_nav/key_map.js | 5 +---- core/keyboard_nav/marker_cursor.js | 5 +---- core/keyboard_nav/navigation.js | 5 +---- core/msg.js | 5 +---- core/mutator.js | 5 +---- core/names.js | 5 +---- core/options.js | 5 +---- core/procedures.js | 5 +---- core/rendered_connection.js | 5 +---- core/renderers/common/block_rendering.js | 5 +---- core/renderers/common/constants.js | 5 +---- core/renderers/common/debugger.js | 5 +---- core/renderers/common/drawer.js | 5 +---- core/renderers/common/info.js | 5 +---- core/renderers/common/path_object.js | 5 +---- core/renderers/common/renderer.js | 5 +---- core/renderers/geras/constants.js | 5 +---- core/renderers/geras/drawer.js | 5 +---- core/renderers/geras/highlight_constants.js | 5 +---- core/renderers/geras/highlighter.js | 5 +---- core/renderers/geras/info.js | 5 +---- core/renderers/geras/measurables/inputs.js | 5 +---- core/renderers/geras/path_object.js | 5 +---- core/renderers/geras/renderer.js | 5 +---- core/renderers/measurables/base.js | 5 +---- core/renderers/measurables/connections.js | 5 +---- core/renderers/measurables/inputs.js | 5 +---- core/renderers/measurables/row_elements.js | 5 +---- core/renderers/measurables/rows.js | 5 +---- core/renderers/measurables/types.js | 5 +---- core/renderers/thrasos/info.js | 5 +---- core/renderers/thrasos/renderer.js | 5 +---- core/renderers/zelos/constants.js | 5 +---- core/renderers/zelos/drawer.js | 5 +---- core/renderers/zelos/info.js | 5 +---- core/renderers/zelos/measurables/rows.js | 5 +---- core/renderers/zelos/renderer.js | 5 +---- core/requires.js | 5 +---- core/scrollbar.js | 5 +---- core/theme.js | 5 +---- core/theme/classic.js | 5 +---- core/theme/dark.js | 5 +---- core/theme/highcontrast.js | 5 +---- core/theme/modern.js | 5 +---- core/theme_manager.js | 5 +---- core/toolbox.js | 5 +---- core/tooltip.js | 5 +---- core/touch.js | 5 +---- core/touch_gesture.js | 5 +---- core/trashcan.js | 5 +---- core/ui_events.js | 5 +---- core/ui_menu_utils.js | 5 +---- core/utils.js | 5 +---- core/utils/aria.js | 5 +---- core/utils/colour.js | 5 +---- core/utils/coordinate.js | 5 +---- core/utils/dom.js | 5 +---- core/utils/global.js | 5 +---- core/utils/idgenerator.js | 5 +---- core/utils/keycodes.js | 5 +---- core/utils/math.js | 5 +---- core/utils/object.js | 5 +---- core/utils/rect.js | 5 +---- core/utils/size.js | 5 +---- core/utils/string.js | 5 +---- core/utils/style.js | 5 +---- core/utils/svg_paths.js | 5 +---- core/utils/useragent.js | 5 +---- core/utils/xml.js | 5 +---- core/variable_events.js | 5 +---- core/variable_map.js | 5 +---- core/variable_model.js | 5 +---- core/variables.js | 5 +---- core/variables_dynamic.js | 5 +---- core/warning.js | 5 +---- core/widgetdiv.js | 5 +---- core/workspace.js | 5 +---- core/workspace_audio.js | 5 +---- core/workspace_comment.js | 5 +---- core/workspace_comment_render_svg.js | 5 +---- core/workspace_comment_svg.js | 5 +---- core/workspace_drag_surface_svg.js | 5 +---- core/workspace_dragger.js | 5 +---- core/workspace_events.js | 5 +---- core/workspace_svg.js | 5 +---- core/ws_comment_events.js | 5 +---- core/xml.js | 5 +---- core/zoom_controls.js | 5 +---- demos/blockfactory/analytics.js | 5 +---- demos/blockfactory/app_controller.js | 5 +---- demos/blockfactory/block_exporter_controller.js | 5 +---- demos/blockfactory/block_exporter_tools.js | 5 +---- demos/blockfactory/block_exporter_view.js | 5 +---- demos/blockfactory/block_library_controller.js | 5 +---- demos/blockfactory/block_library_storage.js | 5 +---- demos/blockfactory/block_library_view.js | 5 +---- demos/blockfactory/block_option.js | 5 +---- demos/blockfactory/blocks.js | 6 ++---- demos/blockfactory/factory.css | 5 +---- demos/blockfactory/factory.js | 5 +---- demos/blockfactory/factory_utils.js | 5 +---- demos/blockfactory/standard_categories.js | 5 +---- .../workspacefactory/wfactory_controller.js | 5 +---- .../workspacefactory/wfactory_generator.js | 5 +---- .../workspacefactory/wfactory_init.js | 5 +---- .../workspacefactory/wfactory_model.js | 5 +---- .../workspacefactory/wfactory_view.js | 5 +---- demos/blockfactory_old/blocks.js | 6 ++---- demos/blockfactory_old/factory.js | 6 ++---- demos/code/code.js | 6 ++---- demos/codelab/app-complete/scripts/main.js | 4 ++-- .../codelab/app-complete/scripts/music_maker.js | 4 ++-- .../app-complete/scripts/sound_blocks.js | 4 ++-- demos/codelab/app/scripts/main.js | 4 ++-- demos/codelab/app/scripts/music_maker.js | 4 ++-- demos/custom-dialogs/custom-dialog.js | 6 ++---- demos/custom-fields/pitch/blocks.js | 5 +---- demos/custom-fields/pitch/field_pitch.js | 5 ++--- demos/custom-fields/pitch/pitch.css | 5 +---- demos/custom-fields/turtle/blocks.js | 5 +---- demos/custom-fields/turtle/field_turtle.js | 5 +---- demos/custom-fields/turtle/turtle.css | 5 +---- demos/interpreter/wait_block.js | 5 +---- demos/keyboard_nav/basic_cursor.js | 5 +---- demos/minimap/minimap.js | 6 ++---- demos/plane/blocks.js | 6 ++---- demos/plane/plane.js | 6 ++---- demos/plane/slider.js | 6 ++---- demos/plane/soy/README | 2 +- demos/plane/soy/soyutils.js | 5 +++-- generators/dart.js | 5 +---- generators/dart/colour.js | 5 +---- generators/dart/lists.js | 5 +---- generators/dart/logic.js | 5 +---- generators/dart/loops.js | 5 +---- generators/dart/math.js | 5 +---- generators/dart/procedures.js | 5 +---- generators/dart/text.js | 5 +---- generators/dart/variables.js | 5 +---- generators/dart/variables_dynamic.js | 5 +---- generators/javascript.js | 5 +---- generators/javascript/colour.js | 5 +---- generators/javascript/lists.js | 5 +---- generators/javascript/logic.js | 5 +---- generators/javascript/loops.js | 5 +---- generators/javascript/math.js | 5 +---- generators/javascript/procedures.js | 5 +---- generators/javascript/text.js | 5 +---- generators/javascript/variables.js | 5 +---- generators/javascript/variables_dynamic.js | 5 +---- generators/lua.js | 5 +---- generators/lua/colour.js | 5 +---- generators/lua/lists.js | 5 +---- generators/lua/logic.js | 5 +---- generators/lua/loops.js | 5 +---- generators/lua/math.js | 5 +---- generators/lua/procedures.js | 5 +---- generators/lua/text.js | 5 +---- generators/lua/variables.js | 5 +---- generators/lua/variables_dynamic.js | 5 +---- generators/php.js | 5 +---- generators/php/colour.js | 5 +---- generators/php/lists.js | 5 +---- generators/php/logic.js | 5 +---- generators/php/loops.js | 5 +---- generators/php/math.js | 5 +---- generators/php/procedures.js | 5 +---- generators/php/text.js | 5 +---- generators/php/variables.js | 5 +---- generators/php/variables_dynamic.js | 5 +---- generators/python.js | 5 +---- generators/python/colour.js | 5 +---- generators/python/lists.js | 5 +---- generators/python/logic.js | 5 +---- generators/python/loops.js | 5 +---- generators/python/math.js | 5 +---- generators/python/procedures.js | 5 +---- generators/python/text.js | 5 +---- generators/python/variables.js | 5 +---- generators/python/variables_dynamic.js | 5 +---- gulpfile.js | 13 ++++--------- i18n/common.py | 3 +-- i18n/create_messages.py | 3 +-- i18n/dedup_json.py | 3 +-- i18n/js_to_json.py | 3 +-- i18n/tests.py | 3 +-- local_build/local_build.sh | 3 +-- msg/messages.js | 5 +---- package/browser/core.js | 5 +---- package/browser/index.js | 5 +---- package/index.js | 5 +---- package/node/core.js | 5 +---- package/node/index.js | 5 +---- tests/blocks/logic_ternary_test.js | 5 +---- tests/blocks/test_blocks.js | 5 +---- tests/compile/main.js | 17 +++++++++++++++++ tests/generators/run_generators_in_browser.js | 5 +---- tests/generators/unittest.js | 5 +---- tests/generators/unittest_dart.js | 5 +---- tests/generators/unittest_javascript.js | 5 +---- tests/generators/unittest_lua.js | 5 +---- tests/generators/unittest_php.js | 5 +---- tests/generators/unittest_python.js | 5 +---- tests/jsunit/block_test.js | 5 +---- tests/jsunit/event_test.js | 5 +---- tests/jsunit/extensions_test.js | 5 +---- tests/jsunit/generator_test.js | 5 +---- tests/jsunit/gesture_test.js | 5 +---- tests/jsunit/json_test.js | 5 +---- tests/jsunit/metrics_test.js | 5 +---- tests/jsunit/mocha_jsunit_test_runner.js | 5 +---- tests/jsunit/names_test.js | 5 +---- tests/jsunit/run_jsunit_tests_in_browser.js | 5 +---- tests/jsunit/test_utilities.js | 5 +---- tests/jsunit/theme_test.js | 5 +---- tests/jsunit/utils_dom_test.js | 5 +---- tests/jsunit/utils_math_test.js | 5 +---- tests/jsunit/utils_string_test.js | 5 +---- tests/jsunit/utils_test.js | 5 +---- tests/jsunit/variable_map_test.js | 5 +---- tests/jsunit/variable_model_test.js | 5 +---- tests/jsunit/variables_test.js | 5 +---- tests/jsunit/widget_div_test.js | 5 +---- tests/jsunit/workspace_comment_test.js | 5 +---- tests/jsunit/workspace_test.js | 5 +---- tests/jsunit/workspace_undo_redo_test.js | 5 +---- tests/jsunit/xml_test.js | 5 +---- tests/mocha/astnode_test.js | 17 +++++++++++++++++ tests/mocha/block_test.js | 5 +---- tests/mocha/comment_test.js | 5 +---- tests/mocha/connection_db_test.js | 5 +---- tests/mocha/connection_test.js | 5 +---- tests/mocha/cursor_test.js | 17 +++++++++++++++++ tests/mocha/dropdowndiv_test.js | 5 +---- tests/mocha/event_test.js | 16 ++++++++++++++++ tests/mocha/field_angle_test.js | 5 +---- tests/mocha/field_checkbox_test.js | 5 +---- tests/mocha/field_colour_test.js | 5 +---- tests/mocha/field_date_test.js | 5 +---- tests/mocha/field_dropdown_test.js | 5 +---- tests/mocha/field_image_test.js | 5 +---- tests/mocha/field_label_serializable_test.js | 5 +---- tests/mocha/field_label_test.js | 5 +---- tests/mocha/field_number_test.js | 5 +---- tests/mocha/field_registry_test.js | 5 +---- tests/mocha/field_test.js | 5 +---- tests/mocha/field_textinput_test.js | 5 +---- tests/mocha/field_variable_test.js | 5 +---- tests/mocha/gesture_test.js | 5 +---- tests/mocha/input_test.js | 5 +---- tests/mocha/key_map_test.js | 17 +++++++++++++++++ tests/mocha/metrics_test.js | 5 +---- tests/mocha/names_test.js | 5 +---- tests/mocha/navigation_modify_test.js | 17 +++++++++++++++++ tests/mocha/navigation_test.js | 5 +---- tests/mocha/procedures_test.js | 5 +---- tests/mocha/run_mocha_tests_in_browser.js | 5 +---- tests/mocha/test_helpers.js | 17 +++++++++++++++++ tests/mocha/theme_test.js | 5 +---- tests/mocha/trashcan_test.js | 5 +---- tests/mocha/utils_test.js | 16 ++++++++++++++++ tests/mocha/xml_procedures_test.js | 5 +---- tests/mocha/xml_test.js | 5 +---- tests/node/run_node_test.js | 5 +---- tests/rendering/svg_paths.html | 5 +---- tests/screenshot/diff-reporter.js | 5 +---- tests/screenshot/diff_screenshots.js | 5 +---- tests/screenshot/diff_viewer.html | 5 +---- tests/screenshot/gen_screenshots.js | 5 +---- tests/screenshot/img_viewer.html | 5 +---- tests/screenshot/playground_new.html | 5 +---- tests/screenshot/playground_old.html | 5 +---- tests/screenshot/run_differ.py | 3 +-- tests/workspace_svg/event_svg_test.js | 5 +---- tests/workspace_svg/procedure_svg_test.js | 5 +---- tests/workspace_svg/workspace_svg_test.js | 5 +---- theme_scripts/create_blockStyles.py | 3 +-- typings/blockly.d.ts | 5 +---- typings/parts/blockly-header.d.ts | 5 +---- 349 files changed, 497 insertions(+), 1336 deletions(-) diff --git a/appengine/storage.js b/appengine/storage.js index 379bcf2c2..dc62a0035 100644 --- a/appengine/storage.js +++ b/appengine/storage.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 122fe364d..dc4ee89e6 100644 --- a/appengine/storage.py +++ b/appengine/storage.py @@ -1,7 +1,6 @@ """Blockly Demo: Storage -Copyright 2012 Google Inc. -https://developers.google.com/blockly/ +Copyright 2012 Google LLC 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 1f987c089..fdd196630 100644 --- a/blocks/colour.js +++ b/blocks/colour.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 8effd6a27..4f4967567 100644 --- a/blocks/lists.js +++ b/blocks/lists.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 11ad00bda..0ac516986 100644 --- a/blocks/logic.js +++ b/blocks/logic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 931e6e7e5..3e95ed685 100644 --- a/blocks/loops.js +++ b/blocks/loops.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 01b0c223a..56ccc6afb 100644 --- a/blocks/math.js +++ b/blocks/math.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 c200528a2..a2bea65ac 100644 --- a/blocks/procedures.js +++ b/blocks/procedures.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 8937b0e23..21a4e4df5 100644 --- a/blocks/text.js +++ b/blocks/text.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 64e683f2b..f97b18118 100644 --- a/blocks/variables.js +++ b/blocks/variables.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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_dynamic.js b/blocks/variables_dynamic.js index 110b46909..ca236af1e 100644 --- a/blocks/variables_dynamic.js +++ b/blocks/variables_dynamic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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 bff0b5cb8..0ac8efd23 100755 --- a/build.py +++ b/build.py @@ -1,8 +1,7 @@ #!/usr/bin/python2.7 # Compresses the core Blockly files into a single JavaScript file. # -# Copyright 2012 Google Inc. -# https://developers.google.com/blockly/ +# Copyright 2012 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -379,11 +378,9 @@ goog.provide('Blockly.utils.string'); """ apache2 = re.compile("""/\\* - [\\w: ]+ - - (Copyright \\d+ (Google Inc.|Massachusetts Institute of Technology)) - (https://developers.google.com/blockly/|All rights reserved.) - + (Copyright \\d+ (Google LLC|Massachusetts Institute of Technology)) +( All rights reserved. +)? 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 diff --git a/core/block.js b/core/block.js index f8233f67b..ae0295d96 100644 --- a/core/block.js +++ b/core/block.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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_animations.js b/core/block_animations.js index e6006f9d3..08c742d80 100644 --- a/core/block_animations.js +++ b/core/block_animations.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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_drag_surface.js b/core/block_drag_surface.js index d80924d90..45fbae47a 100644 --- a/core/block_drag_surface.js +++ b/core/block_drag_surface.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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_dragger.js b/core/block_dragger.js index 7e64b8e8e..7b8f3232b 100644 --- a/core/block_dragger.js +++ b/core/block_dragger.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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_events.js b/core/block_events.js index c64a8e3e7..8638a57e0 100644 --- a/core/block_events.js +++ b/core/block_events.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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_render_svg.js b/core/block_render_svg.js index 7d16e5c57..75eb3697b 100644 --- a/core/block_render_svg.js +++ b/core/block_render_svg.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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 b04f5eccb..20c948de8 100644 --- a/core/block_svg.js +++ b/core/block_svg.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 03f84cd6c..63952e0df 100644 --- a/core/blockly.js +++ b/core/blockly.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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 f3ad06826..328eacf43 100644 --- a/core/blocks.js +++ b/core/blocks.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2013 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2013 Google LLC * * 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 ad7e95e7e..6e5476a30 100644 --- a/core/bubble.js +++ b/core/bubble.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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_dragger.js b/core/bubble_dragger.js index 421e0c6ea..e19bb6169 100644 --- a/core/bubble_dragger.js +++ b/core/bubble_dragger.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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 c29f582c3..f0fadf12e 100644 --- a/core/comment.js +++ b/core/comment.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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/components/component.js b/core/components/component.js index 93aa46ae3..92776a3a9 100644 --- a/core/components/component.js +++ b/core/components/component.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/components/menu/menu.js b/core/components/menu/menu.js index d8f9aa3d8..67c51f35a 100644 --- a/core/components/menu/menu.js +++ b/core/components/menu/menu.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/components/menu/menuitem.js b/core/components/menu/menuitem.js index b0863efe3..7e529279d 100644 --- a/core/components/menu/menuitem.js +++ b/core/components/menu/menuitem.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/components/tree/basenode.js b/core/components/tree/basenode.js index c67805330..f1e846c82 100644 --- a/core/components/tree/basenode.js +++ b/core/components/tree/basenode.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/components/tree/treecontrol.js b/core/components/tree/treecontrol.js index 953435251..de0e461dd 100644 --- a/core/components/tree/treecontrol.js +++ b/core/components/tree/treecontrol.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/components/tree/treenode.js b/core/components/tree/treenode.js index 5d4c9e0e4..7ffcdd155 100644 --- a/core/components/tree/treenode.js +++ b/core/components/tree/treenode.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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 082eb9b8c..90c38685d 100644 --- a/core/connection.js +++ b/core/connection.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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_db.js b/core/connection_db.js index ce7e9487b..d4a2fc213 100644 --- a/core/connection_db.js +++ b/core/connection_db.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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/constants.js b/core/constants.js index 7d2111e69..06cb1fafa 100644 --- a/core/constants.js +++ b/core/constants.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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 2966c2fcd..5d19bd0f7 100644 --- a/core/contextmenu.js +++ b/core/contextmenu.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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 85f677907..c3c5e04ee 100644 --- a/core/css.js +++ b/core/css.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2013 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2013 Google LLC * * 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/dropdowndiv.js b/core/dropdowndiv.js index f00d3ae00..09d9b334c 100644 --- a/core/dropdowndiv.js +++ b/core/dropdowndiv.js @@ -1,7 +1,5 @@ /** * @license - * Visual Blocks Editor - * * Copyright 2016 Massachusetts Institute of Technology * All rights reserved. * diff --git a/core/events.js b/core/events.js index 178a922d6..bcc5cb100 100644 --- a/core/events.js +++ b/core/events.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/events_abstract.js b/core/events_abstract.js index 387276cf8..5f9073d30 100644 --- a/core/events_abstract.js +++ b/core/events_abstract.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/extensions.js b/core/extensions.js index 6c0d93b9e..6997cc33d 100644 --- a/core/extensions.js +++ b/core/extensions.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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 254802f38..ea0160c6c 100644 --- a/core/field.js +++ b/core/field.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 5d45682f4..6bf6e26c8 100644 --- a/core/field_angle.js +++ b/core/field_angle.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2013 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2013 Google LLC * * 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 49a0dec10..5769fd2ac 100644 --- a/core/field_checkbox.js +++ b/core/field_checkbox.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 532434823..0910a3db7 100644 --- a/core/field_colour.js +++ b/core/field_colour.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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_date.js b/core/field_date.js index 35cd8f2ff..c870fd485 100644 --- a/core/field_date.js +++ b/core/field_date.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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 6b6e61bd8..700b86311 100644 --- a/core/field_dropdown.js +++ b/core/field_dropdown.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 448913296..b060ebe39 100644 --- a/core/field_image.js +++ b/core/field_image.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 75373dab2..77857cef1 100644 --- a/core/field_label.js +++ b/core/field_label.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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_serializable.js b/core/field_label_serializable.js index d43824b25..412c7e6f6 100644 --- a/core/field_label_serializable.js +++ b/core/field_label_serializable.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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_multilineinput.js b/core/field_multilineinput.js index a7a6edcf9..2b1f21c73 100644 --- a/core/field_multilineinput.js +++ b/core/field_multilineinput.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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_number.js b/core/field_number.js index 8ca6805c2..458061ccd 100644 --- a/core/field_number.js +++ b/core/field_number.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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_registry.js b/core/field_registry.js index c20be98b7..3b009a753 100644 --- a/core/field_registry.js +++ b/core/field_registry.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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 9901b56e1..bfa2a35ba 100644 --- a/core/field_textinput.js +++ b/core/field_textinput.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 70d4fbef4..34ec9ca55 100644 --- a/core/field_variable.js +++ b/core/field_variable.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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_base.js b/core/flyout_base.js index 3ec2872ba..e772de121 100644 --- a/core/flyout_base.js +++ b/core/flyout_base.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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_button.js b/core/flyout_button.js index 3a36ca41a..0dac1fdf8 100644 --- a/core/flyout_button.js +++ b/core/flyout_button.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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_dragger.js b/core/flyout_dragger.js index ea6074bb3..545c2fb1e 100644 --- a/core/flyout_dragger.js +++ b/core/flyout_dragger.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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_horizontal.js b/core/flyout_horizontal.js index 7ac9ddc50..199a8ea70 100644 --- a/core/flyout_horizontal.js +++ b/core/flyout_horizontal.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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_vertical.js b/core/flyout_vertical.js index 76fe71554..ac380f303 100644 --- a/core/flyout_vertical.js +++ b/core/flyout_vertical.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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 5f33b5a89..fee9478b6 100644 --- a/core/generator.js +++ b/core/generator.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/gesture.js b/core/gesture.js index 2baff66c4..f27dfa982 100644 --- a/core/gesture.js +++ b/core/gesture.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/grid.js b/core/grid.js index f8d7bee74..3311264c4 100644 --- a/core/grid.js +++ b/core/grid.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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 be54e9747..084df886c 100644 --- a/core/icon.js +++ b/core/icon.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2013 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2013 Google LLC * * 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 bd9bc0823..6cd73c6b0 100644 --- a/core/inject.js +++ b/core/inject.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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 2ad195d94..e2d5a639d 100644 --- a/core/input.js +++ b/core/input.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/insertion_marker_manager.js b/core/insertion_marker_manager.js index 598130e2d..62f46719c 100644 --- a/core/insertion_marker_manager.js +++ b/core/insertion_marker_manager.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/keyboard_nav/action.js b/core/keyboard_nav/action.js index e5896565e..d4a3dbbe8 100644 --- a/core/keyboard_nav/action.js +++ b/core/keyboard_nav/action.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/keyboard_nav/ast_node.js b/core/keyboard_nav/ast_node.js index 003b9c94f..9f1ed6e9d 100644 --- a/core/keyboard_nav/ast_node.js +++ b/core/keyboard_nav/ast_node.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/keyboard_nav/cursor.js b/core/keyboard_nav/cursor.js index 2337cb396..01ed5b737 100644 --- a/core/keyboard_nav/cursor.js +++ b/core/keyboard_nav/cursor.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/keyboard_nav/cursor_svg.js b/core/keyboard_nav/cursor_svg.js index 7ad27e34c..0151d4881 100644 --- a/core/keyboard_nav/cursor_svg.js +++ b/core/keyboard_nav/cursor_svg.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/keyboard_nav/flyout_cursor.js b/core/keyboard_nav/flyout_cursor.js index c788a98bb..7c296f422 100644 --- a/core/keyboard_nav/flyout_cursor.js +++ b/core/keyboard_nav/flyout_cursor.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/keyboard_nav/key_map.js b/core/keyboard_nav/key_map.js index 12c90cdba..2e0be2850 100644 --- a/core/keyboard_nav/key_map.js +++ b/core/keyboard_nav/key_map.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/keyboard_nav/marker_cursor.js b/core/keyboard_nav/marker_cursor.js index 17fa338ed..0150ca66f 100644 --- a/core/keyboard_nav/marker_cursor.js +++ b/core/keyboard_nav/marker_cursor.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/keyboard_nav/navigation.js b/core/keyboard_nav/navigation.js index 11e6f9503..cbe189a53 100644 --- a/core/keyboard_nav/navigation.js +++ b/core/keyboard_nav/navigation.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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 b294be4b6..905ea8ec3 100644 --- a/core/msg.js +++ b/core/msg.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2013 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2013 Google LLC * * 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 abfa14e43..71e10dec0 100644 --- a/core/mutator.js +++ b/core/mutator.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 249cc0620..a36bd244b 100644 --- a/core/names.js +++ b/core/names.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/options.js b/core/options.js index 5eb16a0b1..ed081da42 100644 --- a/core/options.js +++ b/core/options.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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 3d44ec290..5388bf943 100644 --- a/core/procedures.js +++ b/core/procedures.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/rendered_connection.js b/core/rendered_connection.js index 5320f819d..94c9fab70 100644 --- a/core/rendered_connection.js +++ b/core/rendered_connection.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/renderers/common/block_rendering.js b/core/renderers/common/block_rendering.js index f476d1400..d8b4b9247 100644 --- a/core/renderers/common/block_rendering.js +++ b/core/renderers/common/block_rendering.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/common/constants.js b/core/renderers/common/constants.js index b0ce776ab..b21d5646a 100644 --- a/core/renderers/common/constants.js +++ b/core/renderers/common/constants.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/common/debugger.js b/core/renderers/common/debugger.js index 9c2ca82b6..023405588 100644 --- a/core/renderers/common/debugger.js +++ b/core/renderers/common/debugger.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/common/drawer.js b/core/renderers/common/drawer.js index 6cb88ccb4..5887fa767 100644 --- a/core/renderers/common/drawer.js +++ b/core/renderers/common/drawer.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/common/info.js b/core/renderers/common/info.js index 0738d4999..2819623d7 100644 --- a/core/renderers/common/info.js +++ b/core/renderers/common/info.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/common/path_object.js b/core/renderers/common/path_object.js index a3bde956e..81370fcdf 100644 --- a/core/renderers/common/path_object.js +++ b/core/renderers/common/path_object.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/common/renderer.js b/core/renderers/common/renderer.js index b10931a66..bd16cef4d 100644 --- a/core/renderers/common/renderer.js +++ b/core/renderers/common/renderer.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/geras/constants.js b/core/renderers/geras/constants.js index 688ec8038..fd20f14ba 100644 --- a/core/renderers/geras/constants.js +++ b/core/renderers/geras/constants.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/geras/drawer.js b/core/renderers/geras/drawer.js index 4cd13127c..61b38826b 100644 --- a/core/renderers/geras/drawer.js +++ b/core/renderers/geras/drawer.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/geras/highlight_constants.js b/core/renderers/geras/highlight_constants.js index 2a25c37a7..a95ea2d12 100644 --- a/core/renderers/geras/highlight_constants.js +++ b/core/renderers/geras/highlight_constants.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/geras/highlighter.js b/core/renderers/geras/highlighter.js index 355839ba9..7a49b6f4d 100644 --- a/core/renderers/geras/highlighter.js +++ b/core/renderers/geras/highlighter.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/geras/info.js b/core/renderers/geras/info.js index d62053e90..a95a408ac 100644 --- a/core/renderers/geras/info.js +++ b/core/renderers/geras/info.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/geras/measurables/inputs.js b/core/renderers/geras/measurables/inputs.js index ad455df48..441b7550f 100644 --- a/core/renderers/geras/measurables/inputs.js +++ b/core/renderers/geras/measurables/inputs.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/geras/path_object.js b/core/renderers/geras/path_object.js index 4a7f544d7..416cb54a9 100644 --- a/core/renderers/geras/path_object.js +++ b/core/renderers/geras/path_object.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/geras/renderer.js b/core/renderers/geras/renderer.js index 073cdae1c..fcd5e516d 100644 --- a/core/renderers/geras/renderer.js +++ b/core/renderers/geras/renderer.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/measurables/base.js b/core/renderers/measurables/base.js index 2e2d0d5e4..43ee29618 100644 --- a/core/renderers/measurables/base.js +++ b/core/renderers/measurables/base.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/measurables/connections.js b/core/renderers/measurables/connections.js index db93fa2c6..d514a6439 100644 --- a/core/renderers/measurables/connections.js +++ b/core/renderers/measurables/connections.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/measurables/inputs.js b/core/renderers/measurables/inputs.js index 2908cda5f..5ff02a77b 100644 --- a/core/renderers/measurables/inputs.js +++ b/core/renderers/measurables/inputs.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/measurables/row_elements.js b/core/renderers/measurables/row_elements.js index d3664cc8f..c445ce6b0 100644 --- a/core/renderers/measurables/row_elements.js +++ b/core/renderers/measurables/row_elements.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/measurables/rows.js b/core/renderers/measurables/rows.js index d4aa39a1c..3783a0f4c 100644 --- a/core/renderers/measurables/rows.js +++ b/core/renderers/measurables/rows.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/measurables/types.js b/core/renderers/measurables/types.js index 6bdc5dcc2..02c3c48f6 100644 --- a/core/renderers/measurables/types.js +++ b/core/renderers/measurables/types.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/thrasos/info.js b/core/renderers/thrasos/info.js index c2e34200f..48ed1f9ed 100644 --- a/core/renderers/thrasos/info.js +++ b/core/renderers/thrasos/info.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/thrasos/renderer.js b/core/renderers/thrasos/renderer.js index 1a682ee8f..048cf2a5e 100644 --- a/core/renderers/thrasos/renderer.js +++ b/core/renderers/thrasos/renderer.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/zelos/constants.js b/core/renderers/zelos/constants.js index 96079b88b..66f06c47f 100644 --- a/core/renderers/zelos/constants.js +++ b/core/renderers/zelos/constants.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/zelos/drawer.js b/core/renderers/zelos/drawer.js index feb780b0c..584c3d286 100644 --- a/core/renderers/zelos/drawer.js +++ b/core/renderers/zelos/drawer.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/zelos/info.js b/core/renderers/zelos/info.js index 47e71124e..c852afb70 100644 --- a/core/renderers/zelos/info.js +++ b/core/renderers/zelos/info.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/zelos/measurables/rows.js b/core/renderers/zelos/measurables/rows.js index 51cb7010f..376fa90e3 100644 --- a/core/renderers/zelos/measurables/rows.js +++ b/core/renderers/zelos/measurables/rows.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/renderers/zelos/renderer.js b/core/renderers/zelos/renderer.js index bf92635e3..576697030 100644 --- a/core/renderers/zelos/renderer.js +++ b/core/renderers/zelos/renderer.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/requires.js b/core/requires.js index a1887c358..46a61706a 100644 --- a/core/requires.js +++ b/core/requires.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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 2ac539cde..c327d8f52 100644 --- a/core/scrollbar.js +++ b/core/scrollbar.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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/theme.js b/core/theme.js index 87428fdcb..b5528863f 100644 --- a/core/theme.js +++ b/core/theme.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/theme/classic.js b/core/theme/classic.js index ad46626ce..b84057700 100644 --- a/core/theme/classic.js +++ b/core/theme/classic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/theme/dark.js b/core/theme/dark.js index fba1f9a32..2aff84c02 100644 --- a/core/theme/dark.js +++ b/core/theme/dark.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/theme/highcontrast.js b/core/theme/highcontrast.js index f2737e19c..449619a6d 100644 --- a/core/theme/highcontrast.js +++ b/core/theme/highcontrast.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/theme/modern.js b/core/theme/modern.js index b6fbd49df..09e892dba 100644 --- a/core/theme/modern.js +++ b/core/theme/modern.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/theme_manager.js b/core/theme_manager.js index cc89785cc..d53e9cba6 100644 --- a/core/theme_manager.js +++ b/core/theme_manager.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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 5a7cbaa7d..0d72efc78 100644 --- a/core/toolbox.js +++ b/core/toolbox.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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 24d661cc0..747bd3f18 100644 --- a/core/tooltip.js +++ b/core/tooltip.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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/touch.js b/core/touch.js index 1464b355a..7e6d097ea 100644 --- a/core/touch.js +++ b/core/touch.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/touch_gesture.js b/core/touch_gesture.js index ab1052053..309ff9744 100644 --- a/core/touch_gesture.js +++ b/core/touch_gesture.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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 98af6c1ca..78b25b183 100644 --- a/core/trashcan.js +++ b/core/trashcan.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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/ui_events.js b/core/ui_events.js index e4f433d98..080ec3fc4 100644 --- a/core/ui_events.js +++ b/core/ui_events.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/ui_menu_utils.js b/core/ui_menu_utils.js index b7aaa572f..35907e381 100644 --- a/core/ui_menu_utils.js +++ b/core/ui_menu_utils.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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 170e81cd1..48f91e64e 100644 --- a/core/utils.js +++ b/core/utils.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/aria.js b/core/utils/aria.js index 08a55976d..14f31beb2 100644 --- a/core/utils/aria.js +++ b/core/utils/aria.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/colour.js b/core/utils/colour.js index 5a4f6ca71..be304ef3e 100644 --- a/core/utils/colour.js +++ b/core/utils/colour.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/coordinate.js b/core/utils/coordinate.js index 21d6ca50f..a2f843e95 100644 --- a/core/utils/coordinate.js +++ b/core/utils/coordinate.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/dom.js b/core/utils/dom.js index 2a52e331b..045cc17ad 100644 --- a/core/utils/dom.js +++ b/core/utils/dom.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/global.js b/core/utils/global.js index 0903aa437..bf12c6b25 100644 --- a/core/utils/global.js +++ b/core/utils/global.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/idgenerator.js b/core/utils/idgenerator.js index 3b99df9c6..88a1a84cb 100644 --- a/core/utils/idgenerator.js +++ b/core/utils/idgenerator.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/keycodes.js b/core/utils/keycodes.js index 51a8b2a65..f156765d7 100644 --- a/core/utils/keycodes.js +++ b/core/utils/keycodes.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/math.js b/core/utils/math.js index 7a8cc3ff0..9bd1fe928 100644 --- a/core/utils/math.js +++ b/core/utils/math.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/object.js b/core/utils/object.js index df0b29891..f8b6a55ba 100644 --- a/core/utils/object.js +++ b/core/utils/object.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/rect.js b/core/utils/rect.js index ff09cd44f..1e5406c3d 100644 --- a/core/utils/rect.js +++ b/core/utils/rect.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/size.js b/core/utils/size.js index fd9243e65..45ff4a158 100644 --- a/core/utils/size.js +++ b/core/utils/size.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/string.js b/core/utils/string.js index 75425f707..1d468e567 100644 --- a/core/utils/string.js +++ b/core/utils/string.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/style.js b/core/utils/style.js index bdcf290c2..8f9ecddbb 100644 --- a/core/utils/style.js +++ b/core/utils/style.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/svg_paths.js b/core/utils/svg_paths.js index 99d5be526..34f4d8c0b 100644 --- a/core/utils/svg_paths.js +++ b/core/utils/svg_paths.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/useragent.js b/core/utils/useragent.js index 9dbb51b66..0f72c7e1d 100644 --- a/core/utils/useragent.js +++ b/core/utils/useragent.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/xml.js b/core/utils/xml.js index 082844ec1..054aac94f 100644 --- a/core/utils/xml.js +++ b/core/utils/xml.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/variable_events.js b/core/variable_events.js index 71dbdbbf6..36018019b 100644 --- a/core/variable_events.js +++ b/core/variable_events.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/variable_map.js b/core/variable_map.js index 50ffd72cd..3e13d67d2 100644 --- a/core/variable_map.js +++ b/core/variable_map.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/variable_model.js b/core/variable_model.js index af1230ed7..89e0ca17d 100644 --- a/core/variable_model.js +++ b/core/variable_model.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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 ed2fd9f78..9ea9c4539 100644 --- a/core/variables.js +++ b/core/variables.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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_dynamic.js b/core/variables_dynamic.js index a2c006b00..e07f03eae 100644 --- a/core/variables_dynamic.js +++ b/core/variables_dynamic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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 7e436e0e8..e6d3dcc71 100644 --- a/core/warning.js +++ b/core/warning.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 3a20542ae..0c846ed1f 100644 --- a/core/widgetdiv.js +++ b/core/widgetdiv.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2013 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2013 Google LLC * * 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 b813d883e..1d615dbae 100644 --- a/core/workspace.js +++ b/core/workspace.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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_audio.js b/core/workspace_audio.js index 138c5625a..256cd5166 100644 --- a/core/workspace_audio.js +++ b/core/workspace_audio.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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_comment.js b/core/workspace_comment.js index ec9735c0c..66e494398 100644 --- a/core/workspace_comment.js +++ b/core/workspace_comment.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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_comment_render_svg.js b/core/workspace_comment_render_svg.js index 41dbb00cb..74e43d23b 100644 --- a/core/workspace_comment_render_svg.js +++ b/core/workspace_comment_render_svg.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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_comment_svg.js b/core/workspace_comment_svg.js index 5484abc90..93018fc4c 100644 --- a/core/workspace_comment_svg.js +++ b/core/workspace_comment_svg.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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_drag_surface_svg.js b/core/workspace_drag_surface_svg.js index 27cd1d200..a51a23689 100644 --- a/core/workspace_drag_surface_svg.js +++ b/core/workspace_drag_surface_svg.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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_dragger.js b/core/workspace_dragger.js index ce3288e5c..67527322f 100644 --- a/core/workspace_dragger.js +++ b/core/workspace_dragger.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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_events.js b/core/workspace_events.js index 19bfc91b5..44b3a6af3 100644 --- a/core/workspace_events.js +++ b/core/workspace_events.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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_svg.js b/core/workspace_svg.js index 731d6a00d..f6b15898d 100644 --- a/core/workspace_svg.js +++ b/core/workspace_svg.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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/ws_comment_events.js b/core/ws_comment_events.js index 6181e03f8..be90436ff 100644 --- a/core/ws_comment_events.js +++ b/core/ws_comment_events.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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 817110c55..e9b37bde9 100644 --- a/core/xml.js +++ b/core/xml.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/zoom_controls.js b/core/zoom_controls.js index dcf50e792..7e02bdb99 100644 --- a/core/zoom_controls.js +++ b/core/zoom_controls.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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/blockfactory/analytics.js b/demos/blockfactory/analytics.js index 9750367fa..e3d112f20 100644 --- a/demos/blockfactory/analytics.js +++ b/demos/blockfactory/analytics.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/blockfactory/app_controller.js b/demos/blockfactory/app_controller.js index d6e8cd256..3693b8dd6 100644 --- a/demos/blockfactory/app_controller.js +++ b/demos/blockfactory/app_controller.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/block_exporter_controller.js b/demos/blockfactory/block_exporter_controller.js index aac4a93c4..37d2f15f6 100644 --- a/demos/blockfactory/block_exporter_controller.js +++ b/demos/blockfactory/block_exporter_controller.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/block_exporter_tools.js b/demos/blockfactory/block_exporter_tools.js index 61218dbab..495d77211 100644 --- a/demos/blockfactory/block_exporter_tools.js +++ b/demos/blockfactory/block_exporter_tools.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/block_exporter_view.js b/demos/blockfactory/block_exporter_view.js index 009ecf986..39fa67c81 100644 --- a/demos/blockfactory/block_exporter_view.js +++ b/demos/blockfactory/block_exporter_view.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/block_library_controller.js b/demos/blockfactory/block_library_controller.js index 0b2eb5bcf..cdd32bca2 100644 --- a/demos/blockfactory/block_library_controller.js +++ b/demos/blockfactory/block_library_controller.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/block_library_storage.js b/demos/blockfactory/block_library_storage.js index b4b50d59b..3330732a7 100644 --- a/demos/blockfactory/block_library_storage.js +++ b/demos/blockfactory/block_library_storage.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/block_library_view.js b/demos/blockfactory/block_library_view.js index b081ec4d2..2b914766a 100644 --- a/demos/blockfactory/block_library_view.js +++ b/demos/blockfactory/block_library_view.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/block_option.js b/demos/blockfactory/block_option.js index c72fabf3f..8f6b0bbdf 100644 --- a/demos/blockfactory/block_option.js +++ b/demos/blockfactory/block_option.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/blocks.js b/demos/blockfactory/blocks.js index 59e0b25e7..c5106899b 100644 --- a/demos/blockfactory/blocks.js +++ b/demos/blockfactory/blocks.js @@ -1,8 +1,6 @@ /** - * Blockly Demos: Block Factory Blocks - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + + * Copyright 2012 Google LLC * * 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/blockfactory/factory.css b/demos/blockfactory/factory.css index 10afa4dcf..751f6f0ed 100644 --- a/demos/blockfactory/factory.css +++ b/demos/blockfactory/factory.css @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/factory.js b/demos/blockfactory/factory.js index e3df005b2..8218846f1 100644 --- a/demos/blockfactory/factory.js +++ b/demos/blockfactory/factory.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/factory_utils.js b/demos/blockfactory/factory_utils.js index 610aff54a..048760567 100644 --- a/demos/blockfactory/factory_utils.js +++ b/demos/blockfactory/factory_utils.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/standard_categories.js b/demos/blockfactory/standard_categories.js index a40dd275a..95c33242f 100644 --- a/demos/blockfactory/standard_categories.js +++ b/demos/blockfactory/standard_categories.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/workspacefactory/wfactory_controller.js b/demos/blockfactory/workspacefactory/wfactory_controller.js index bdfab3bed..c1305fde6 100644 --- a/demos/blockfactory/workspacefactory/wfactory_controller.js +++ b/demos/blockfactory/workspacefactory/wfactory_controller.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/workspacefactory/wfactory_generator.js b/demos/blockfactory/workspacefactory/wfactory_generator.js index f2b2ca73c..a58c565c0 100644 --- a/demos/blockfactory/workspacefactory/wfactory_generator.js +++ b/demos/blockfactory/workspacefactory/wfactory_generator.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/workspacefactory/wfactory_init.js b/demos/blockfactory/workspacefactory/wfactory_init.js index 1ccd3206a..f99e85649 100644 --- a/demos/blockfactory/workspacefactory/wfactory_init.js +++ b/demos/blockfactory/workspacefactory/wfactory_init.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/workspacefactory/wfactory_model.js b/demos/blockfactory/workspacefactory/wfactory_model.js index 700d457ac..a295a496a 100644 --- a/demos/blockfactory/workspacefactory/wfactory_model.js +++ b/demos/blockfactory/workspacefactory/wfactory_model.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory/workspacefactory/wfactory_view.js b/demos/blockfactory/workspacefactory/wfactory_view.js index ec95ad6ad..287fb3d26 100644 --- a/demos/blockfactory/workspacefactory/wfactory_view.js +++ b/demos/blockfactory/workspacefactory/wfactory_view.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Demos: Block Factory - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/blockfactory_old/blocks.js b/demos/blockfactory_old/blocks.js index f3152a4e4..58c7ca383 100644 --- a/demos/blockfactory_old/blocks.js +++ b/demos/blockfactory_old/blocks.js @@ -1,8 +1,6 @@ /** - * Blockly Demos: Block Factory Blocks - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2012 Google LLC * * 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/blockfactory_old/factory.js b/demos/blockfactory_old/factory.js index 28e508b95..fce170a82 100644 --- a/demos/blockfactory_old/factory.js +++ b/demos/blockfactory_old/factory.js @@ -1,8 +1,6 @@ /** - * Blockly Demos: Block Factory - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2012 Google LLC * * 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/code/code.js b/demos/code/code.js index 373650603..67cace73c 100644 --- a/demos/code/code.js +++ b/demos/code/code.js @@ -1,8 +1,6 @@ /** - * Blockly Demos: Code - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2012 Google LLC * * 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/codelab/app-complete/scripts/main.js b/demos/codelab/app-complete/scripts/main.js index 2e8e1572e..795dd1a68 100644 --- a/demos/codelab/app-complete/scripts/main.js +++ b/demos/codelab/app-complete/scripts/main.js @@ -1,6 +1,6 @@ /** - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2017 Google LLC * * 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/codelab/app-complete/scripts/music_maker.js b/demos/codelab/app-complete/scripts/music_maker.js index 50a8a3b7f..e3d4effe0 100644 --- a/demos/codelab/app-complete/scripts/music_maker.js +++ b/demos/codelab/app-complete/scripts/music_maker.js @@ -1,6 +1,6 @@ /** - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2017 Google LLC * * 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/codelab/app-complete/scripts/sound_blocks.js b/demos/codelab/app-complete/scripts/sound_blocks.js index b666d4f4d..55462267b 100644 --- a/demos/codelab/app-complete/scripts/sound_blocks.js +++ b/demos/codelab/app-complete/scripts/sound_blocks.js @@ -1,6 +1,6 @@ /** - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2017 Google LLC * * 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/codelab/app/scripts/main.js b/demos/codelab/app/scripts/main.js index 31fba5a97..21b884830 100644 --- a/demos/codelab/app/scripts/main.js +++ b/demos/codelab/app/scripts/main.js @@ -1,6 +1,6 @@ /** - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2017 Google LLC * * 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/codelab/app/scripts/music_maker.js b/demos/codelab/app/scripts/music_maker.js index 50a8a3b7f..e3d4effe0 100644 --- a/demos/codelab/app/scripts/music_maker.js +++ b/demos/codelab/app/scripts/music_maker.js @@ -1,6 +1,6 @@ /** - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2017 Google LLC * * 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/custom-dialogs/custom-dialog.js b/demos/custom-dialogs/custom-dialog.js index e49a25051..99c66be0a 100644 --- a/demos/custom-dialogs/custom-dialog.js +++ b/demos/custom-dialogs/custom-dialog.js @@ -1,8 +1,6 @@ /** - * Blockly Demos: Custom Dialogs - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2016 Google LLC * * 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/custom-fields/pitch/blocks.js b/demos/custom-fields/pitch/blocks.js index 7fc106886..3e02ac80a 100644 --- a/demos/custom-fields/pitch/blocks.js +++ b/demos/custom-fields/pitch/blocks.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/custom-fields/pitch/field_pitch.js b/demos/custom-fields/pitch/field_pitch.js index 1abba54e0..b69789d52 100644 --- a/demos/custom-fields/pitch/field_pitch.js +++ b/demos/custom-fields/pitch/field_pitch.js @@ -1,7 +1,6 @@ /** - * Visual Blocks Editor - * - * Copyright 2016 Google Inc. + * @license + * Copyright 2016 Google LLC * https://github.com/google/blockly-games * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/demos/custom-fields/pitch/pitch.css b/demos/custom-fields/pitch/pitch.css index 249a3c605..586c6cdb5 100644 --- a/demos/custom-fields/pitch/pitch.css +++ b/demos/custom-fields/pitch/pitch.css @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/custom-fields/turtle/blocks.js b/demos/custom-fields/turtle/blocks.js index 298303812..b7766c5b7 100644 --- a/demos/custom-fields/turtle/blocks.js +++ b/demos/custom-fields/turtle/blocks.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/custom-fields/turtle/field_turtle.js b/demos/custom-fields/turtle/field_turtle.js index 36dfc7cf5..3cff025f6 100644 --- a/demos/custom-fields/turtle/field_turtle.js +++ b/demos/custom-fields/turtle/field_turtle.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/custom-fields/turtle/turtle.css b/demos/custom-fields/turtle/turtle.css index 40af25e94..c5e5e589a 100644 --- a/demos/custom-fields/turtle/turtle.css +++ b/demos/custom-fields/turtle/turtle.css @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/interpreter/wait_block.js b/demos/interpreter/wait_block.js index f64d84047..4f49d8afc 100644 --- a/demos/interpreter/wait_block.js +++ b/demos/interpreter/wait_block.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/keyboard_nav/basic_cursor.js b/demos/keyboard_nav/basic_cursor.js index 30b09c83e..feaa53ea2 100644 --- a/demos/keyboard_nav/basic_cursor.js +++ b/demos/keyboard_nav/basic_cursor.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/minimap/minimap.js b/demos/minimap/minimap.js index 2a4b245e3..05e00bb7a 100644 --- a/demos/minimap/minimap.js +++ b/demos/minimap/minimap.js @@ -1,8 +1,6 @@ /** - * Blockly Demos: Minimap - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + + * Copyright 2017 Google LLC * * 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/plane/blocks.js b/demos/plane/blocks.js index 8514b6f8c..33c66c78c 100644 --- a/demos/plane/blocks.js +++ b/demos/plane/blocks.js @@ -1,8 +1,6 @@ /** - * Blockly Demos: Plane Seat Calculator Blocks - * - * Copyright 2013 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2013 Google LLC * * 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/plane/plane.js b/demos/plane/plane.js index 1bfc03229..182de9edc 100644 --- a/demos/plane/plane.js +++ b/demos/plane/plane.js @@ -1,8 +1,6 @@ /** - * Blockly Demos: Plane Seat Calculator - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2012 Google LLC * * 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/plane/slider.js b/demos/plane/slider.js index 2df67b834..a21965346 100644 --- a/demos/plane/slider.js +++ b/demos/plane/slider.js @@ -1,8 +1,6 @@ /** - * Blockly Demos: SVG Slider - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * @license + * Copyright 2012 Google LLC * * 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/plane/soy/README b/demos/plane/soy/README index e3447f2d8..51aa75caf 100644 --- a/demos/plane/soy/README +++ b/demos/plane/soy/README @@ -1,4 +1,4 @@ -// Copyright 2009 Google Inc. +// Copyright 2009 Google LLC // // 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/plane/soy/soyutils.js b/demos/plane/soy/soyutils.js index 5b480c192..861c81f9f 100644 --- a/demos/plane/soy/soyutils.js +++ b/demos/plane/soy/soyutils.js @@ -1,5 +1,6 @@ -/* - * Copyright 2008 Google Inc. +/** + * @license + * Copyright 2008 Google LLC * * 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.js b/generators/dart.js index e8e31b442..c5eadde41 100644 --- a/generators/dart.js +++ b/generators/dart.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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 300099d8c..8f58bd426 100644 --- a/generators/dart/colour.js +++ b/generators/dart/colour.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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 3e45ca190..19ad8871b 100644 --- a/generators/dart/lists.js +++ b/generators/dart/lists.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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 bd99aa2b3..abfdd05f9 100644 --- a/generators/dart/logic.js +++ b/generators/dart/logic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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 12e5e3dc4..63a5dbb7c 100644 --- a/generators/dart/loops.js +++ b/generators/dart/loops.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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 c26cf791f..09b36f0e7 100644 --- a/generators/dart/math.js +++ b/generators/dart/math.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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 451be16d8..b9c628607 100644 --- a/generators/dart/procedures.js +++ b/generators/dart/procedures.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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 c3b0df161..bb8c41860 100644 --- a/generators/dart/text.js +++ b/generators/dart/text.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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 446f7aa15..5c8db1b21 100644 --- a/generators/dart/variables.js +++ b/generators/dart/variables.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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_dynamic.js b/generators/dart/variables_dynamic.js index 4f724623c..0fad712cc 100644 --- a/generators/dart/variables_dynamic.js +++ b/generators/dart/variables_dynamic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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 14aa82e00..fa71a5d5b 100644 --- a/generators/javascript.js +++ b/generators/javascript.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 8f5c86f89..55cc80c14 100644 --- a/generators/javascript/colour.js +++ b/generators/javascript/colour.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 2dc538993..6f9e1a4b3 100644 --- a/generators/javascript/lists.js +++ b/generators/javascript/lists.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 27c439f2b..3160fa538 100644 --- a/generators/javascript/logic.js +++ b/generators/javascript/logic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 f49323c18..f408ca1e4 100644 --- a/generators/javascript/loops.js +++ b/generators/javascript/loops.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 7137a39ac..935c2e4f5 100644 --- a/generators/javascript/math.js +++ b/generators/javascript/math.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 9c2ac09ac..6225f14c3 100644 --- a/generators/javascript/procedures.js +++ b/generators/javascript/procedures.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 5e9d2e5e5..4e89b9591 100644 --- a/generators/javascript/text.js +++ b/generators/javascript/text.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 fe0135b12..99c63e448 100644 --- a/generators/javascript/variables.js +++ b/generators/javascript/variables.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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_dynamic.js b/generators/javascript/variables_dynamic.js index fd3297b8d..c513e7b44 100644 --- a/generators/javascript/variables_dynamic.js +++ b/generators/javascript/variables_dynamic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/lua.js b/generators/lua.js index bc968cd75..74eabcd4e 100644 --- a/generators/lua.js +++ b/generators/lua.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/lua/colour.js b/generators/lua/colour.js index c77325a84..1ec5ccba3 100644 --- a/generators/lua/colour.js +++ b/generators/lua/colour.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/lua/lists.js b/generators/lua/lists.js index a8b32e30f..93bc1b090 100644 --- a/generators/lua/lists.js +++ b/generators/lua/lists.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/lua/logic.js b/generators/lua/logic.js index ac08521f7..bc0d89507 100644 --- a/generators/lua/logic.js +++ b/generators/lua/logic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/lua/loops.js b/generators/lua/loops.js index 8b64bd004..58edb130b 100644 --- a/generators/lua/loops.js +++ b/generators/lua/loops.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/lua/math.js b/generators/lua/math.js index bc80d1597..47332a88b 100644 --- a/generators/lua/math.js +++ b/generators/lua/math.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/lua/procedures.js b/generators/lua/procedures.js index 917ee2493..3bf01e07f 100644 --- a/generators/lua/procedures.js +++ b/generators/lua/procedures.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/lua/text.js b/generators/lua/text.js index d4442b934..2c6bdb2e5 100644 --- a/generators/lua/text.js +++ b/generators/lua/text.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/lua/variables.js b/generators/lua/variables.js index 10b53d1de..f08fc3621 100644 --- a/generators/lua/variables.js +++ b/generators/lua/variables.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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/lua/variables_dynamic.js b/generators/lua/variables_dynamic.js index 60b07ef5e..841c7795d 100644 --- a/generators/lua/variables_dynamic.js +++ b/generators/lua/variables_dynamic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/php.js b/generators/php.js index 9d5ed9ab5..702eb7790 100644 --- a/generators/php.js +++ b/generators/php.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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/php/colour.js b/generators/php/colour.js index 98aa4e9b8..b1f7b7317 100644 --- a/generators/php/colour.js +++ b/generators/php/colour.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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/php/lists.js b/generators/php/lists.js index d82cfa314..17b522a6c 100644 --- a/generators/php/lists.js +++ b/generators/php/lists.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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/php/logic.js b/generators/php/logic.js index fe618210b..290eeb292 100644 --- a/generators/php/logic.js +++ b/generators/php/logic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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/php/loops.js b/generators/php/loops.js index c311d27c9..f87a80813 100644 --- a/generators/php/loops.js +++ b/generators/php/loops.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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/php/math.js b/generators/php/math.js index a9478e73e..e9b637b73 100644 --- a/generators/php/math.js +++ b/generators/php/math.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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/php/procedures.js b/generators/php/procedures.js index 0f9dd91ac..ec70ace1a 100644 --- a/generators/php/procedures.js +++ b/generators/php/procedures.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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/php/text.js b/generators/php/text.js index a40ac6b80..a3eb618d2 100644 --- a/generators/php/text.js +++ b/generators/php/text.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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/php/variables.js b/generators/php/variables.js index 466774b3f..61b162edb 100644 --- a/generators/php/variables.js +++ b/generators/php/variables.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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/php/variables_dynamic.js b/generators/php/variables_dynamic.js index 9ccc41465..1a5383b47 100644 --- a/generators/php/variables_dynamic.js +++ b/generators/php/variables_dynamic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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 498d8eed4..6676fea2e 100644 --- a/generators/python.js +++ b/generators/python.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 8a17844d3..6b1d2ad81 100644 --- a/generators/python/colour.js +++ b/generators/python/colour.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 657e44d1d..a31ec2769 100644 --- a/generators/python/lists.js +++ b/generators/python/lists.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 1642ef5b0..bd29f3e7e 100644 --- a/generators/python/logic.js +++ b/generators/python/logic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 bcbccfaf6..21a32c4f8 100644 --- a/generators/python/loops.js +++ b/generators/python/loops.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 c2d49d735..71fd50e6f 100644 --- a/generators/python/math.js +++ b/generators/python/math.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 3b81edca4..38559bbe9 100644 --- a/generators/python/procedures.js +++ b/generators/python/procedures.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 025499fcb..0089d5fc9 100644 --- a/generators/python/text.js +++ b/generators/python/text.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 00d9971af..3c9d7cffc 100644 --- a/generators/python/variables.js +++ b/generators/python/variables.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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_dynamic.js b/generators/python/variables_dynamic.js index 928421aee..6a3376dd0 100644 --- a/generators/python/variables_dynamic.js +++ b/generators/python/variables_dynamic.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/gulpfile.js b/gulpfile.js index 4624f6da0..aee799e8b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -47,11 +44,9 @@ var argv = require('yargs').argv; const licenseRegex = `\\/\\*\\* \\* @license - \\* [\\w: ]+ - \\* - \\* (Copyright \\d+ (Google Inc.|Massachusetts Institute of Technology)) - \\* (https://developers.google.com/blockly/|All rights reserved.) - \\* + \\* (Copyright \\d+ (Google LLC|Massachusetts Institute of Technology)) +( \\* All rights reserved. +)? \\* \\* 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 diff --git a/i18n/common.py b/i18n/common.py index 2323cea0e..7e568a5f6 100644 --- a/i18n/common.py +++ b/i18n/common.py @@ -2,8 +2,7 @@ # Code shared by translation conversion scripts. # -# Copyright 2013 Google Inc. -# https://developers.google.com/blockly/ +# Copyright 2013 Google LLC # # 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 3d77d9c8c..dba3b35ff 100755 --- a/i18n/create_messages.py +++ b/i18n/create_messages.py @@ -2,8 +2,7 @@ # Generate .js files defining Blockly core and language messages. # -# Copyright 2013 Google Inc. -# https://developers.google.com/blockly/ +# Copyright 2013 Google LLC # # 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 a27df50f7..1329e4758 100755 --- a/i18n/dedup_json.py +++ b/i18n/dedup_json.py @@ -6,8 +6,7 @@ # There is also no guarantee as to the order of the key-value pairs # output. # -# Copyright 2013 Google Inc. -# https://developers.google.com/blockly/ +# Copyright 2013 Google LLC # # 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 8f83222ff..cd3d4dc2b 100755 --- a/i18n/js_to_json.py +++ b/i18n/js_to_json.py @@ -2,8 +2,7 @@ # Gives the translation status of the specified apps and languages. # -# Copyright 2013 Google Inc. -# https://developers.google.com/blockly/ +# Copyright 2013 Google LLC # # 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 2de6fef60..2fd3bc76a 100644 --- a/i18n/tests.py +++ b/i18n/tests.py @@ -3,8 +3,7 @@ # Tests of i18n scripts. # -# Copyright 2013 Google Inc. -# https://developers.google.com/blockly/ +# Copyright 2013 Google LLC # # 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/local_build/local_build.sh b/local_build/local_build.sh index e7797c24b..5017d2e3a 100755 --- a/local_build/local_build.sh +++ b/local_build/local_build.sh @@ -3,8 +3,7 @@ # Locally build and compress the core Blockly files into a single JavaScript # file. # -# Copyright 2018 Google Inc. -# https://developers.google.com/blockly/ +# Copyright 2018 Google LLC # # 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/messages.js b/msg/messages.js index 62b48730f..2cb5c3ed8 100644 --- a/msg/messages.js +++ b/msg/messages.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/package/browser/core.js b/package/browser/core.js index faffd9ef6..b385cb8ca 100644 --- a/package/browser/core.js +++ b/package/browser/core.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/package/browser/index.js b/package/browser/index.js index 7fe521399..390d24fa7 100644 --- a/package/browser/index.js +++ b/package/browser/index.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/package/index.js b/package/index.js index 4133bb18d..0b5658e9b 100644 --- a/package/index.js +++ b/package/index.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/package/node/core.js b/package/node/core.js index c5f46b3b6..951f8c85a 100644 --- a/package/node/core.js +++ b/package/node/core.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/package/node/index.js b/package/node/index.js index 9154d8fde..718a1ee48 100644 --- a/package/node/index.js +++ b/package/node/index.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/blocks/logic_ternary_test.js b/tests/blocks/logic_ternary_test.js index 0157c5eed..9e28c137b 100644 --- a/tests/blocks/logic_ternary_test.js +++ b/tests/blocks/logic_ternary_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/blocks/test_blocks.js b/tests/blocks/test_blocks.js index b724f5479..537adb0f5 100644 --- a/tests/blocks/test_blocks.js +++ b/tests/blocks/test_blocks.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/compile/main.js b/tests/compile/main.js index e0e19f69f..d0c882114 100644 --- a/tests/compile/main.js +++ b/tests/compile/main.js @@ -1,3 +1,20 @@ +/** + * @license + * Copyright 2019 Google LLC + * + * 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. + */ + goog.provide('Main'); // Core // Either require 'Blockly.requires', or just the components you use: diff --git a/tests/generators/run_generators_in_browser.js b/tests/generators/run_generators_in_browser.js index 1674f9442..02c6e7827 100644 --- a/tests/generators/run_generators_in_browser.js +++ b/tests/generators/run_generators_in_browser.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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 96bea3342..8e318a881 100644 --- a/tests/generators/unittest.js +++ b/tests/generators/unittest.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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 cf87e1d79..12c5892dd 100644 --- a/tests/generators/unittest_dart.js +++ b/tests/generators/unittest_dart.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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 2afac9d45..4791fa2a7 100644 --- a/tests/generators/unittest_javascript.js +++ b/tests/generators/unittest_javascript.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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_lua.js b/tests/generators/unittest_lua.js index bdeba49a1..4f2532630 100644 --- a/tests/generators/unittest_lua.js +++ b/tests/generators/unittest_lua.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2016 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2016 Google LLC * * 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_php.js b/tests/generators/unittest_php.js index b2f499bda..d208045fc 100644 --- a/tests/generators/unittest_php.js +++ b/tests/generators/unittest_php.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2015 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2015 Google LLC * * 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 637be2830..bafcb93d9 100644 --- a/tests/generators/unittest_python.js +++ b/tests/generators/unittest_python.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Language - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/jsunit/block_test.js b/tests/jsunit/block_test.js index b03f5d036..f8fba5bed 100644 --- a/tests/jsunit/block_test.js +++ b/tests/jsunit/block_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/jsunit/event_test.js b/tests/jsunit/event_test.js index 8ea5517a8..d6452e009 100644 --- a/tests/jsunit/event_test.js +++ b/tests/jsunit/event_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/jsunit/extensions_test.js b/tests/jsunit/extensions_test.js index 0c917d9a4..a465b4f8b 100644 --- a/tests/jsunit/extensions_test.js +++ b/tests/jsunit/extensions_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/jsunit/generator_test.js b/tests/jsunit/generator_test.js index f1a04cd29..4cdae64fc 100644 --- a/tests/jsunit/generator_test.js +++ b/tests/jsunit/generator_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/jsunit/gesture_test.js b/tests/jsunit/gesture_test.js index 5642c4e40..9140ab6ff 100644 --- a/tests/jsunit/gesture_test.js +++ b/tests/jsunit/gesture_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/jsunit/json_test.js b/tests/jsunit/json_test.js index 6832e151d..f6127e23d 100644 --- a/tests/jsunit/json_test.js +++ b/tests/jsunit/json_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/jsunit/metrics_test.js b/tests/jsunit/metrics_test.js index fb9ca4d37..870dc5446 100644 --- a/tests/jsunit/metrics_test.js +++ b/tests/jsunit/metrics_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/jsunit/mocha_jsunit_test_runner.js b/tests/jsunit/mocha_jsunit_test_runner.js index e6fa84225..7de2401be 100644 --- a/tests/jsunit/mocha_jsunit_test_runner.js +++ b/tests/jsunit/mocha_jsunit_test_runner.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/jsunit/names_test.js b/tests/jsunit/names_test.js index 8a4b008e5..45dfafaa9 100644 --- a/tests/jsunit/names_test.js +++ b/tests/jsunit/names_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/jsunit/run_jsunit_tests_in_browser.js b/tests/jsunit/run_jsunit_tests_in_browser.js index a5358b61d..90babadf7 100644 --- a/tests/jsunit/run_jsunit_tests_in_browser.js +++ b/tests/jsunit/run_jsunit_tests_in_browser.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/jsunit/test_utilities.js b/tests/jsunit/test_utilities.js index 6c072097b..b47f341e4 100644 --- a/tests/jsunit/test_utilities.js +++ b/tests/jsunit/test_utilities.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/jsunit/theme_test.js b/tests/jsunit/theme_test.js index 2b9a987e1..22ba32c2e 100644 --- a/tests/jsunit/theme_test.js +++ b/tests/jsunit/theme_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/jsunit/utils_dom_test.js b/tests/jsunit/utils_dom_test.js index 7f4264a79..8cb8d28a1 100644 --- a/tests/jsunit/utils_dom_test.js +++ b/tests/jsunit/utils_dom_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/jsunit/utils_math_test.js b/tests/jsunit/utils_math_test.js index daaf928f9..6e4f4a36d 100644 --- a/tests/jsunit/utils_math_test.js +++ b/tests/jsunit/utils_math_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/jsunit/utils_string_test.js b/tests/jsunit/utils_string_test.js index d37e85ea2..bdd2a65c8 100644 --- a/tests/jsunit/utils_string_test.js +++ b/tests/jsunit/utils_string_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/jsunit/utils_test.js b/tests/jsunit/utils_test.js index 1fd66be99..1edc696f5 100644 --- a/tests/jsunit/utils_test.js +++ b/tests/jsunit/utils_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2011 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2011 Google LLC * * 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/jsunit/variable_map_test.js b/tests/jsunit/variable_map_test.js index 46b297bf6..dc24abd3c 100644 --- a/tests/jsunit/variable_map_test.js +++ b/tests/jsunit/variable_map_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/jsunit/variable_model_test.js b/tests/jsunit/variable_model_test.js index 3f22f287a..4eb4cb046 100644 --- a/tests/jsunit/variable_model_test.js +++ b/tests/jsunit/variable_model_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/jsunit/variables_test.js b/tests/jsunit/variables_test.js index b1f5bd2a5..6d6515ff8 100644 --- a/tests/jsunit/variables_test.js +++ b/tests/jsunit/variables_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2018 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2018 Google LLC * * 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/jsunit/widget_div_test.js b/tests/jsunit/widget_div_test.js index 1eea7ad45..c064b5f71 100644 --- a/tests/jsunit/widget_div_test.js +++ b/tests/jsunit/widget_div_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/jsunit/workspace_comment_test.js b/tests/jsunit/workspace_comment_test.js index d7fe2f71a..e746dfa7d 100644 --- a/tests/jsunit/workspace_comment_test.js +++ b/tests/jsunit/workspace_comment_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/jsunit/workspace_test.js b/tests/jsunit/workspace_test.js index 18a8775c3..ff85e7f3d 100644 --- a/tests/jsunit/workspace_test.js +++ b/tests/jsunit/workspace_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2012 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2012 Google LLC * * 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/jsunit/workspace_undo_redo_test.js b/tests/jsunit/workspace_undo_redo_test.js index 66735bdd4..9fc06d114 100644 --- a/tests/jsunit/workspace_undo_redo_test.js +++ b/tests/jsunit/workspace_undo_redo_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2017 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2017 Google LLC * * 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/jsunit/xml_test.js b/tests/jsunit/xml_test.js index 33804fc1e..c2c6ec741 100644 --- a/tests/jsunit/xml_test.js +++ b/tests/jsunit/xml_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2014 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2014 Google LLC * * 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/mocha/astnode_test.js b/tests/mocha/astnode_test.js index b0455ac64..ae3f65a43 100644 --- a/tests/mocha/astnode_test.js +++ b/tests/mocha/astnode_test.js @@ -1,3 +1,20 @@ +/** + * @license + * Copyright 2019 Google LLC + * + * 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. + */ + suite('ASTNode', function() { setup(function() { Blockly.defineBlocksWithJsonArray([{ diff --git a/tests/mocha/block_test.js b/tests/mocha/block_test.js index 927d91445..d0cc4f1a8 100644 --- a/tests/mocha/block_test.js +++ b/tests/mocha/block_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/comment_test.js b/tests/mocha/comment_test.js index 4651405c1..901edd69e 100644 --- a/tests/mocha/comment_test.js +++ b/tests/mocha/comment_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/connection_db_test.js b/tests/mocha/connection_db_test.js index 1e2639a8e..e918ef8c7 100644 --- a/tests/mocha/connection_db_test.js +++ b/tests/mocha/connection_db_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/connection_test.js b/tests/mocha/connection_test.js index 6b98984bc..0e8776425 100644 --- a/tests/mocha/connection_test.js +++ b/tests/mocha/connection_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/cursor_test.js b/tests/mocha/cursor_test.js index e0fede85c..efe38a812 100644 --- a/tests/mocha/cursor_test.js +++ b/tests/mocha/cursor_test.js @@ -1,3 +1,20 @@ +/** + * @license + * Copyright 2019 Google LLC + * + * 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. + */ + suite('Cursor', function() { setup(function() { Blockly.defineBlocksWithJsonArray([{ diff --git a/tests/mocha/dropdowndiv_test.js b/tests/mocha/dropdowndiv_test.js index 69c4a783e..541c262e6 100644 --- a/tests/mocha/dropdowndiv_test.js +++ b/tests/mocha/dropdowndiv_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/event_test.js b/tests/mocha/event_test.js index ef7267871..cf8676971 100644 --- a/tests/mocha/event_test.js +++ b/tests/mocha/event_test.js @@ -1,3 +1,19 @@ +/** + * @license + * Copyright 2019 Google LLC + * + * 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. + */ suite('Events', function() { setup(function() { diff --git a/tests/mocha/field_angle_test.js b/tests/mocha/field_angle_test.js index 5e3c04f7e..500c35599 100644 --- a/tests/mocha/field_angle_test.js +++ b/tests/mocha/field_angle_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_checkbox_test.js b/tests/mocha/field_checkbox_test.js index a39e7bcdd..76084a63a 100644 --- a/tests/mocha/field_checkbox_test.js +++ b/tests/mocha/field_checkbox_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_colour_test.js b/tests/mocha/field_colour_test.js index a567746a4..d28620e82 100644 --- a/tests/mocha/field_colour_test.js +++ b/tests/mocha/field_colour_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_date_test.js b/tests/mocha/field_date_test.js index 348a6d35e..852eed5f0 100644 --- a/tests/mocha/field_date_test.js +++ b/tests/mocha/field_date_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_dropdown_test.js b/tests/mocha/field_dropdown_test.js index 307e52edf..896e2ef55 100644 --- a/tests/mocha/field_dropdown_test.js +++ b/tests/mocha/field_dropdown_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_image_test.js b/tests/mocha/field_image_test.js index 97ef53e03..415faf8e0 100644 --- a/tests/mocha/field_image_test.js +++ b/tests/mocha/field_image_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_label_serializable_test.js b/tests/mocha/field_label_serializable_test.js index 07b8544be..adb0dc06d 100644 --- a/tests/mocha/field_label_serializable_test.js +++ b/tests/mocha/field_label_serializable_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_label_test.js b/tests/mocha/field_label_test.js index 1ed552345..b707a7252 100644 --- a/tests/mocha/field_label_test.js +++ b/tests/mocha/field_label_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_number_test.js b/tests/mocha/field_number_test.js index 6bc67c2be..ca2a94dc3 100644 --- a/tests/mocha/field_number_test.js +++ b/tests/mocha/field_number_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_registry_test.js b/tests/mocha/field_registry_test.js index 7f1e4574e..574e6dfee 100644 --- a/tests/mocha/field_registry_test.js +++ b/tests/mocha/field_registry_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_test.js b/tests/mocha/field_test.js index 893e48463..f700fa19e 100644 --- a/tests/mocha/field_test.js +++ b/tests/mocha/field_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_textinput_test.js b/tests/mocha/field_textinput_test.js index 06ad18a0d..7e94da589 100644 --- a/tests/mocha/field_textinput_test.js +++ b/tests/mocha/field_textinput_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/field_variable_test.js b/tests/mocha/field_variable_test.js index 1f6f18f65..0c6474289 100644 --- a/tests/mocha/field_variable_test.js +++ b/tests/mocha/field_variable_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/gesture_test.js b/tests/mocha/gesture_test.js index 1d717a440..460e885da 100644 --- a/tests/mocha/gesture_test.js +++ b/tests/mocha/gesture_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/input_test.js b/tests/mocha/input_test.js index b4f95f8b6..2e8be2a56 100644 --- a/tests/mocha/input_test.js +++ b/tests/mocha/input_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/key_map_test.js b/tests/mocha/key_map_test.js index 2b7d3a60b..b206d8a60 100644 --- a/tests/mocha/key_map_test.js +++ b/tests/mocha/key_map_test.js @@ -1,3 +1,20 @@ +/** + * @license + * Copyright 2019 Google LLC + * + * 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. + */ + suite('Key Map Tests', function() { setup(function() { Blockly.user.keyMap.setKeyMap(Blockly.user.keyMap.createDefaultKeyMap()); diff --git a/tests/mocha/metrics_test.js b/tests/mocha/metrics_test.js index 203de5486..486946817 100644 --- a/tests/mocha/metrics_test.js +++ b/tests/mocha/metrics_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/names_test.js b/tests/mocha/names_test.js index 257578f63..5ec208ec3 100644 --- a/tests/mocha/names_test.js +++ b/tests/mocha/names_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/navigation_modify_test.js b/tests/mocha/navigation_modify_test.js index ce64d7966..6fa8d5d61 100644 --- a/tests/mocha/navigation_modify_test.js +++ b/tests/mocha/navigation_modify_test.js @@ -1,3 +1,20 @@ +/** + * @license + * Copyright 2019 Google LLC + * + * 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. + */ + suite('Insert/Modify', function() { setup(function() { var xmlText = '' + diff --git a/tests/mocha/navigation_test.js b/tests/mocha/navigation_test.js index 5a29f8d43..f4ed06978 100644 --- a/tests/mocha/navigation_test.js +++ b/tests/mocha/navigation_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/procedures_test.js b/tests/mocha/procedures_test.js index 06121bf8d..85adf8c8d 100644 --- a/tests/mocha/procedures_test.js +++ b/tests/mocha/procedures_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/run_mocha_tests_in_browser.js b/tests/mocha/run_mocha_tests_in_browser.js index b9f732444..4f68d5c1b 100644 --- a/tests/mocha/run_mocha_tests_in_browser.js +++ b/tests/mocha/run_mocha_tests_in_browser.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/test_helpers.js b/tests/mocha/test_helpers.js index 084967d0b..b65430e63 100644 --- a/tests/mocha/test_helpers.js +++ b/tests/mocha/test_helpers.js @@ -1,3 +1,20 @@ +/** + * @license + * Copyright 2019 Google LLC + * + * 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. + */ + /* exported assertEquals, assertNotEquals, assertArrayEquals, assertTrue, assertFalse, assertNull, assertNotNull, assertNotNullNorUndefined, assert, isEqualArrays, assertUndefined, assertNotUndefined, diff --git a/tests/mocha/theme_test.js b/tests/mocha/theme_test.js index 94a03fdb4..4f17b730b 100644 --- a/tests/mocha/theme_test.js +++ b/tests/mocha/theme_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/trashcan_test.js b/tests/mocha/trashcan_test.js index cb1234bee..c2e8584f5 100644 --- a/tests/mocha/trashcan_test.js +++ b/tests/mocha/trashcan_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/utils_test.js b/tests/mocha/utils_test.js index 3f508f9c6..eb22c28d8 100644 --- a/tests/mocha/utils_test.js +++ b/tests/mocha/utils_test.js @@ -1,3 +1,19 @@ +/** + * @license + * Copyright 2019 Google LLC + * + * 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. + */ suite('Utils', function() { test('genUid', function() { diff --git a/tests/mocha/xml_procedures_test.js b/tests/mocha/xml_procedures_test.js index caa085435..7af53e635 100644 --- a/tests/mocha/xml_procedures_test.js +++ b/tests/mocha/xml_procedures_test.js @@ -1,9 +1,6 @@ /** * @license - * Blockly Tests - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/mocha/xml_test.js b/tests/mocha/xml_test.js index 3037f178c..84f767c31 100644 --- a/tests/mocha/xml_test.js +++ b/tests/mocha/xml_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/node/run_node_test.js b/tests/node/run_node_test.js index c2c9847ee..7e2530662 100644 --- a/tests/node/run_node_test.js +++ b/tests/node/run_node_test.js @@ -1,9 +1,6 @@ /** * @license - * Visual Blocks Editor - * - * Copyright 2019 Google Inc. - * https://developers.google.com/blockly/ + * Copyright 2019 Google LLC * * 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/rendering/svg_paths.html b/tests/rendering/svg_paths.html index 6efe9a651..48223e37c 100644 --- a/tests/rendering/svg_paths.html +++ b/tests/rendering/svg_paths.html @@ -1,10 +1,7 @@