Skip to content

Commit

Permalink
fix: license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyr committed Dec 23, 2024
1 parent 10d5396 commit 912678c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) The Move Contributors
// Modifications Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use crate::compatibility::Compatibility;
use crate::file_format::Visibility;
use crate::normalized::{Enum, Function, Struct};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) The Move Contributors
// Modifications Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use crate::{
account_address::AccountAddress,
identifier::Identifier,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) The Move Contributors
// Modifications Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

pub(crate) mod tracer;

#[cfg(feature = "tracing")]
Expand Down

0 comments on commit 912678c

Please sign in to comment.