Update newly added licenses.

The minimalist rendere was added while the licenses PR was waiting for review.
This commit is contained in:
Neil Fraser
2019-10-02 14:53:59 -07:00
committed by Neil Fraser
parent b46a4fe286
commit c6b8cd69b5
5 changed files with 5 additions and 18 deletions

View File

@@ -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.

View File

@@ -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.
@@ -44,4 +41,3 @@ Blockly.minimalist.Drawer = function(block, info) {
};
Blockly.utils.object.inherits(Blockly.minimalist.Drawer,
Blockly.blockRendering.Drawer);

View File

@@ -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.

View File

@@ -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.

File diff suppressed because one or more lines are too long