Skip to content

Commit

Permalink
Add License header
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-M committed May 27, 2024
1 parent a327c95 commit 988af0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xilem_core/src/views/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
// Copyright 2024 the Xilem Authors
// SPDX-License-Identifier: Apache-2.0

mod memoize;
pub use memoize::{memoize, Memoize};

0 comments on commit 988af0d

Please sign in to comment.