mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
chore: Add required @license tag to any_aliases.ts (#6899)
Missing licence tag causes presubmit failure when updating Blockly in third_party.
This commit is contained in:
committed by
GitHub
parent
7c40f6b62e
commit
4efd2042f9
@@ -1,2 +1,8 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2023 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
// eslint-disable-next-line
|
||||
type AnyDuringMigration = any;
|
||||
|
||||
Reference in New Issue
Block a user