Skip to content

Commit

Permalink
Add copyright file header
Browse files Browse the repository at this point in the history
  • Loading branch information
oteffahi committed Apr 15, 2024
1 parent 410bc00 commit c3cbe76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions conan-recipes/prebuilt/all/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Copyright (c) 2022 ZettaScale Technology
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# ZettaScale Zenoh Team, <[email protected]>
#
from conan import ConanFile
from conan.errors import ConanInvalidConfiguration
from conan.tools.files import copy, download, get
Expand Down

0 comments on commit c3cbe76

Please sign in to comment.