Skip to content

Commit d28da5f

Browse files
committed
fix: copyright message
1 parent 8923564 commit d28da5f

File tree

3 files changed

+6
-36
lines changed

3 files changed

+6
-36
lines changed

packages/open-ui-kit/src/theme/dark/dark-vars.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
/*
2-
* Copyright 2025 Open UI Kit Contributors
2+
* Copyright 2025 Cisco Systems, Inc. and its affiliates
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
4+
* SPDX-License-Identifier: Apache-2.0
155
*/
166

177
import { VarsType } from "@/types/vars";

packages/open-ui-kit/src/theme/light/light-vars.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
/*
2-
* Copyright 2025 Open UI Kit Contributors
2+
* Copyright 2025 Cisco Systems, Inc. and its affiliates
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
4+
* SPDX-License-Identifier: Apache-2.0
155
*/
166

177
import { VarsType } from "@/types/vars";

packages/open-ui-kit/src/types/vars.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
/*
2-
* Copyright 2025 Open UI Kit Contributors
2+
* Copyright 2025 Cisco Systems, Inc. and its affiliates
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
4+
* SPDX-License-Identifier: Apache-2.0
155
*/
166

177
export interface VarsType {

0 commit comments

Comments
 (0)