Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 committed Sep 7, 2024
1 parent 9feb305 commit 13c7bd5
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pallets/automation-price/src/benchmarking.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK Blockchain.
// This file is part of Ava Protocol.

// Copyright (C) 2022 OAK Network
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions pallets/automation-price/src/fees.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK Blockchain.
// This file is part of Ava Protocol.

// Copyright (C) 2022 OAK Network
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions pallets/automation-price/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK Blockchain.
// This file is part of Ava Protocol.

// Copyright (C) 2022 OAK Network
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions pallets/automation-price/src/mock.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK Blockchain.
// This file is part of Ava Protocol.

// Copyright (C) 2022 OAK Network
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions pallets/automation-price/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK Blockchain.
// This file is part of Ava Protocol.

// Copyright (C) 2022 OAK Network
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
16 changes: 16 additions & 0 deletions pallets/automation-price/src/trigger.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// This file is part of Ava Protocol.

// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
use crate::{Config, PriceData, Task};

use sp_std::ops::{
Expand Down
16 changes: 16 additions & 0 deletions pallets/automation-price/src/types.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// This file is part of Ava Protocol.

// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
use crate::{weights::WeightInfo, Config, InstructionSequence};

use frame_support::pallet_prelude::*;
Expand Down
4 changes: 2 additions & 2 deletions pallets/automation-price/src/weights.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK-blockchain.
// This file is part of Ava Protocol.

// Copyright (C) OAK Network Ltd.
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0

// This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 13c7bd5

Please sign in to comment.