From 4efd2042f9163d4545f70dbdbb0833c8d974d909 Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Thu, 16 Mar 2023 16:15:51 +0000 Subject: [PATCH] chore: Add required @license tag to any_aliases.ts (#6899) Missing licence tag causes presubmit failure when updating Blockly in third_party. --- core/any_aliases.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/any_aliases.ts b/core/any_aliases.ts index 6b3c413cb..b04621726 100644 --- a/core/any_aliases.ts +++ b/core/any_aliases.ts @@ -1,2 +1,8 @@ +/** + * @license + * Copyright 2023 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + // eslint-disable-next-line type AnyDuringMigration = any;