Skip to content

Commit 8ba5353

Browse files
committed
fix: licenses banners
Signed-off-by: Rafael Silva (rafaelsi) <rafaelsi@cisco.com>
1 parent ef1c37f commit 8ba5353

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"lib:dev": "turbo run lib:dev",
2929
"lib:build": "turbo run lib:build",
3030
"build": "turbo run build",
31-
"license:add": "turbo run license:add",
32-
"license:add:force": "turbo run license:add:force",
31+
"license:add": "turbo run license:add && yarn prettier:fix",
32+
"license:add:force": "turbo run license:add:force && yarn prettier:fix",
3333
"license:check": "turbo run license:check",
3434
"prettier": "prettier --check \"**/*.{js,ts,tsx,md,mdx}\"",
3535
"prettier:fix": "prettier --write \"**/*.{js,ts,tsx,md,mdx}\"",

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";

0 commit comments

Comments
 (0)