Skip to content

Commit

Permalink
Updated copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
Aregnaz Harutyunyan committed Dec 4, 2024
1 parent 03352ab commit 61a72a2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/src/transactions.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright © Aptos Foundation
// Parts of the project are originally copyright © Meta Platforms, Inc.
// SPDX-License-Identifier: Apache-2.0
//
// Copyright (c) 2024 Supra.

use crate::{
accept_type::AcceptType,
Expand Down
2 changes: 2 additions & 0 deletions aptos-move/aptos-debugger/src/aptos_debugger.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0
//
// Copyright (c) 2024 Supra.

use anyhow::{bail, format_err, Result};
use aptos_gas_profiling::{GasProfiler, TransactionGasLog};
Expand Down
1 change: 0 additions & 1 deletion aptos-move/aptos-vm/src/aptos_vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ impl AptosVM {
},
TransactionPayload::EntryFunction(entry_fn) => {
session.execute(|session| {
// TODO To enclosed payload validation as well before actually executing the entry function
self.validate_and_execute_entry_function(
resolver,
session,
Expand Down
2 changes: 2 additions & 0 deletions aptos-move/e2e-tests/src/executor.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright © Aptos Foundation
// Parts of the project are originally copyright © Meta Platforms, Inc.
// SPDX-License-Identifier: Apache-2.0
//
// Copyright (c) 2024 Supra.

//! Support for running the VM to execute and verify transactions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0
//
// Copyright (c) 2024 Supra.

use crate::transaction_shuffler::fairness::conflict_key::ConflictKey;
use aptos_types::transaction::automation::AutomationTransactionPayload;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0
//
// Copyright (c) 2024 Supra.

use crate::transaction_shuffler::fairness::conflict_key::ConflictKey;
use aptos_types::transaction::automation::AutomationTransactionPayload;
Expand Down
2 changes: 2 additions & 0 deletions third_party/move/move-core/types/src/vm_status.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) The Diem Core Contributors
// Copyright (c) The Move Contributors
// SPDX-License-Identifier: Apache-2.0
//
// Copyright (c) 2024 Supra.

#![allow(clippy::unit_arg)]
#![allow(clippy::arc_with_non_send_sync)]
Expand Down

0 comments on commit 61a72a2

Please sign in to comment.