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:
Christopher Allen
2023-03-16 16:15:51 +00:00
committed by GitHub
parent 7c40f6b62e
commit 4efd2042f9

View File

@@ -1,2 +1,8 @@
/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
// eslint-disable-next-line
type AnyDuringMigration = any;