From 40639cde5742a8fc340234c38ae3c5daed2cc5f9 Mon Sep 17 00:00:00 2001 From: Jesse Yang Date: Wed, 1 Dec 2021 21:18:19 -0800 Subject: [PATCH] Fix license check --- .../src/visualizations/TimeTable/types.d.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/superset-frontend/src/visualizations/TimeTable/types.d.ts b/superset-frontend/src/visualizations/TimeTable/types.d.ts index da78b66351fac..71ee4453d29a6 100644 --- a/superset-frontend/src/visualizations/TimeTable/types.d.ts +++ b/superset-frontend/src/visualizations/TimeTable/types.d.ts @@ -1 +1,19 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ declare module '@data-ui/sparkline';