Skip to content

Commit

Permalink
fix: add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Jun 18, 2024
1 parent 5212b91 commit af303e1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/logging.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
//
// Copyright (c) 2024 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]>
//
use std::{
collections::HashMap,
sync::{
Expand Down

0 comments on commit af303e1

Please sign in to comment.