Skip to content

Commit 81978d3

Browse files
committed
lint
1 parent efa0c1f commit 81978d3

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

kuksa-cpp-client/conanfile.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
#********************************************************************************
2-
# Copyright (c) 2023 Contributors to the Eclipse Foundation
3-
#
4-
# See the NOTICE file(s) distributed with this work for additional
5-
# information regarding copyright ownership.
6-
#
7-
# This program and the accompanying materials are made available under the
8-
# terms of the Apache License 2.0 which is available at
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# SPDX-License-Identifier: Apache-2.0
12-
#*******************************************************************************/
1+
# /********************************************************************************
2+
# * Copyright (c) 2022 Contributors to the Eclipse Foundation
3+
# *
4+
# * See the NOTICE file(s) distributed with this work for additional
5+
# * information regarding copyright ownership.
6+
# *
7+
# * This program and the accompanying materials are made available under the
8+
# * terms of the Apache License 2.0 which is available at
9+
# * http://www.apache.org/licenses/LICENSE-2.0
10+
# *
11+
# * SPDX-License-Identifier: Apache-2.0
12+
# ********************************************************************************/
13+
1314

1415
from conan import ConanFile
1516
from conan.tools.cmake import CMake, cmake_layout

0 commit comments

Comments
 (0)