Skip to content

Commit

Permalink
copyright fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Aug 2, 2021
1 parent 1d2249e commit 9c7dac5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/datavalues/src/arrays/kernels/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020-2021 The Datafuse Authors.
//
// SPDX-License-Identifier: Apache-2.0.

mod iterator;
mod take;

Expand Down
4 changes: 4 additions & 0 deletions common/datavalues/src/arrays/trusted_len.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020-2021 The Datafuse Authors.
//
// SPDX-License-Identifier: Apache-2.0.

use std::borrow::Borrow;

use common_arrow::arrow::array::*;
Expand Down
1 change: 1 addition & 0 deletions common/datavalues/src/arrays/upstream_traits.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2020-2021 The Datafuse Authors.
//
// SPDX-License-Identifier: Apache-2.0.

//! Implementations of upstream traits for DataArray<T>
use std::borrow::Borrow;
use std::borrow::Cow;
Expand Down

0 comments on commit 9c7dac5

Please sign in to comment.