Bring our license format up to date (#3127)

* Google changed from an Inc to an LLC.

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

* Remove project description/titles from licenses

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

* License no longer requires URL.

* Fix license regexps.
This commit is contained in:
Neil Fraser
2019-10-02 14:46:56 -07:00
committed by GitHub
parent 31a2544989
commit b46a4fe286
349 changed files with 497 additions and 1336 deletions

View File

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

View File

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