Skip to content

Commit a75439b

Browse files
committed
header fix
1 parent a0eec37 commit a75439b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

bindings/python/src/svs/leanvec.py

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
# Copyright (C) 2023 Intel Corporation
1+
# Copyright 2023 Intel Corporation
22
#
3-
# This software and the related documents are Intel copyrighted materials,
4-
# and your use of them is governed by the express license under which they
5-
# were provided to you ("License"). Unless the License provides otherwise,
6-
# you may not use, modify, copy, publish, distribute, disclose or transmit
7-
# this software or the related documents without Intel's prior written
8-
# permission.
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
96
#
10-
# This software and the related documents are provided as is, with no
11-
# express or implied warranties, other than those that are expressly stated
12-
# in the License.
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
1314

1415
import numpy as np
1516
from typing import Tuple

0 commit comments

Comments
 (0)