From 7629adb72fa7a4c681781a9b86490107d9997261 Mon Sep 17 00:00:00 2001 From: lihong Date: Sun, 26 Sep 2021 11:42:25 +0800 Subject: [PATCH] lohong67@huawei.com add Copyright Header Signed-off-by: lihong Change-Id: I1c0af19a919119414d3a6cd43b1725e9f141ff49 --- api/@internal/component/ets/inspector.d.ts | 15 +++++++++++++++ api/@internal/component/ets/stateManagement.d.ts | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/api/@internal/component/ets/inspector.d.ts b/api/@internal/component/ets/inspector.d.ts index c8a9d5b236..f6a0999cae 100644 --- a/api/@internal/component/ets/inspector.d.ts +++ b/api/@internal/component/ets/inspector.d.ts @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2021 Huawei Device Co., Ltd. + * Licensed 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. + */ + /** * Get inspector node infos. * @test diff --git a/api/@internal/component/ets/stateManagement.d.ts b/api/@internal/component/ets/stateManagement.d.ts index 7a4a27511a..edd681cd18 100644 --- a/api/@internal/component/ets/stateManagement.d.ts +++ b/api/@internal/component/ets/stateManagement.d.ts @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2021 Huawei Device Co., Ltd. + * Licensed 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. + */ + interface IPropertySubscriber { id(): number; aboutToBeDeleted(owningView?: IPropertySubscriber): void; -- Gitee