From 6fd2b09d59da321638273031cc59fde5cde10f29 Mon Sep 17 00:00:00 2001 From: capossele Date: Fri, 10 Jan 2025 15:34:21 +0000 Subject: [PATCH] update license year --- build/src/lib.rs | 2 +- examples/erc20-counter/apps/src/bin/publisher.rs | 2 +- examples/token-stats/host/src/main.rs | 2 +- examples/token-stats/methods/guest/src/main.rs | 2 +- steel/src/block.rs | 2 +- steel/src/history/mod.rs | 2 +- steel/src/host/db/mod.rs | 2 +- steel/src/host/db/proof.rs | 2 +- steel/src/host/mod.rs | 2 +- steel/src/lib.rs | 2 +- steel/src/state.rs | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build/src/lib.rs b/build/src/lib.rs index ffc9a897..2d30c1bc 100644 --- a/build/src/lib.rs +++ b/build/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/erc20-counter/apps/src/bin/publisher.rs b/examples/erc20-counter/apps/src/bin/publisher.rs index c6c9bab9..b45fefa9 100644 --- a/examples/erc20-counter/apps/src/bin/publisher.rs +++ b/examples/erc20-counter/apps/src/bin/publisher.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/token-stats/host/src/main.rs b/examples/token-stats/host/src/main.rs index fa9e3037..fe76dd68 100644 --- a/examples/token-stats/host/src/main.rs +++ b/examples/token-stats/host/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/token-stats/methods/guest/src/main.rs b/examples/token-stats/methods/guest/src/main.rs index f2d26fc7..6808a7a5 100644 --- a/examples/token-stats/methods/guest/src/main.rs +++ b/examples/token-stats/methods/guest/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/steel/src/block.rs b/steel/src/block.rs index 1615321d..3e9fe16d 100644 --- a/steel/src/block.rs +++ b/steel/src/block.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/steel/src/history/mod.rs b/steel/src/history/mod.rs index 4bfb4aac..73a064ff 100644 --- a/steel/src/history/mod.rs +++ b/steel/src/history/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/steel/src/host/db/mod.rs b/steel/src/host/db/mod.rs index f41cad6b..f7aae3fc 100644 --- a/steel/src/host/db/mod.rs +++ b/steel/src/host/db/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/steel/src/host/db/proof.rs b/steel/src/host/db/proof.rs index 23c804cf..3b597ba2 100644 --- a/steel/src/host/db/proof.rs +++ b/steel/src/host/db/proof.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/steel/src/host/mod.rs b/steel/src/host/mod.rs index 058a0a84..338976b5 100644 --- a/steel/src/host/mod.rs +++ b/steel/src/host/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/steel/src/lib.rs b/steel/src/lib.rs index 7bc54ae1..196e553f 100644 --- a/steel/src/lib.rs +++ b/steel/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/steel/src/state.rs b/steel/src/state.rs index d35cf00f..79853886 100644 --- a/steel/src/state.rs +++ b/steel/src/state.rs @@ -1,4 +1,4 @@ -// Copyright 2024 RISC Zero, Inc. +// Copyright 2025 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.