diff --git a/.resources/license_header b/.resources/license_header index 01efeb5a7c..be7a635c1c 100644 --- a/.resources/license_header +++ b/.resources/license_header @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/build.rs b/build.rs index c374d98662..2c10c1a791 100644 --- a/build.rs +++ b/build.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/access/array_access.rs b/compiler/ast/src/access/array_access.rs index e7c4f6988f..9129070304 100644 --- a/compiler/ast/src/access/array_access.rs +++ b/compiler/ast/src/access/array_access.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/access/associated_constant_access.rs b/compiler/ast/src/access/associated_constant_access.rs index 325e7e4bbd..12d3ffac76 100644 --- a/compiler/ast/src/access/associated_constant_access.rs +++ b/compiler/ast/src/access/associated_constant_access.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/access/associated_function_access.rs b/compiler/ast/src/access/associated_function_access.rs index 37e20d78a2..7f54a78392 100644 --- a/compiler/ast/src/access/associated_function_access.rs +++ b/compiler/ast/src/access/associated_function_access.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/access/member_access.rs b/compiler/ast/src/access/member_access.rs index 3121a741d6..156f1098a3 100644 --- a/compiler/ast/src/access/member_access.rs +++ b/compiler/ast/src/access/member_access.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/access/mod.rs b/compiler/ast/src/access/mod.rs index 3ad8805eb4..cf1f98b33d 100644 --- a/compiler/ast/src/access/mod.rs +++ b/compiler/ast/src/access/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/access/tuple_access.rs b/compiler/ast/src/access/tuple_access.rs index a22c57dfcb..a62a4b5b01 100644 --- a/compiler/ast/src/access/tuple_access.rs +++ b/compiler/ast/src/access/tuple_access.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/common/identifier.rs b/compiler/ast/src/common/identifier.rs index 0e44b17ada..e33e6b5dfb 100644 --- a/compiler/ast/src/common/identifier.rs +++ b/compiler/ast/src/common/identifier.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/common/imported_modules.rs b/compiler/ast/src/common/imported_modules.rs index cfede476e9..adaf4f09b2 100644 --- a/compiler/ast/src/common/imported_modules.rs +++ b/compiler/ast/src/common/imported_modules.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/common/location.rs b/compiler/ast/src/common/location.rs index 9ed5c01eba..6d7b442334 100644 --- a/compiler/ast/src/common/location.rs +++ b/compiler/ast/src/common/location.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/common/mod.rs b/compiler/ast/src/common/mod.rs index f8fad56122..5daedc4585 100644 --- a/compiler/ast/src/common/mod.rs +++ b/compiler/ast/src/common/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/common/node.rs b/compiler/ast/src/common/node.rs index fce6169055..3f4aedbf1f 100644 --- a/compiler/ast/src/common/node.rs +++ b/compiler/ast/src/common/node.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/common/node_builder.rs b/compiler/ast/src/common/node_builder.rs index 52923543bd..00358b0911 100644 --- a/compiler/ast/src/common/node_builder.rs +++ b/compiler/ast/src/common/node_builder.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/common/positive_number.rs b/compiler/ast/src/common/positive_number.rs index 617c8fe917..35ed9240e1 100644 --- a/compiler/ast/src/common/positive_number.rs +++ b/compiler/ast/src/common/positive_number.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/common/static_string.rs b/compiler/ast/src/common/static_string.rs index 024b15e09e..283d803464 100644 --- a/compiler/ast/src/common/static_string.rs +++ b/compiler/ast/src/common/static_string.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/access.rs b/compiler/ast/src/expressions/access.rs index e7120cf194..f775ef0c07 100644 --- a/compiler/ast/src/expressions/access.rs +++ b/compiler/ast/src/expressions/access.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/array.rs b/compiler/ast/src/expressions/array.rs index cf8020721a..fa24977a33 100644 --- a/compiler/ast/src/expressions/array.rs +++ b/compiler/ast/src/expressions/array.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/binary.rs b/compiler/ast/src/expressions/binary.rs index ded2e762e2..f8ad11d4c1 100644 --- a/compiler/ast/src/expressions/binary.rs +++ b/compiler/ast/src/expressions/binary.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/call.rs b/compiler/ast/src/expressions/call.rs index 32b000eeb1..15df5ea9ac 100644 --- a/compiler/ast/src/expressions/call.rs +++ b/compiler/ast/src/expressions/call.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/cast.rs b/compiler/ast/src/expressions/cast.rs index b99d486b32..49354ad3db 100644 --- a/compiler/ast/src/expressions/cast.rs +++ b/compiler/ast/src/expressions/cast.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/err.rs b/compiler/ast/src/expressions/err.rs index 5f6d95af5a..cf147935ef 100644 --- a/compiler/ast/src/expressions/err.rs +++ b/compiler/ast/src/expressions/err.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/literal.rs b/compiler/ast/src/expressions/literal.rs index f5bc71f724..8f783bafb3 100644 --- a/compiler/ast/src/expressions/literal.rs +++ b/compiler/ast/src/expressions/literal.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/locator.rs b/compiler/ast/src/expressions/locator.rs index 82e425d01f..0dd2663cee 100644 --- a/compiler/ast/src/expressions/locator.rs +++ b/compiler/ast/src/expressions/locator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/mod.rs b/compiler/ast/src/expressions/mod.rs index da3a846651..42b54733e4 100644 --- a/compiler/ast/src/expressions/mod.rs +++ b/compiler/ast/src/expressions/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/struct_init.rs b/compiler/ast/src/expressions/struct_init.rs index ee3e7d853d..ff4a69e1fb 100644 --- a/compiler/ast/src/expressions/struct_init.rs +++ b/compiler/ast/src/expressions/struct_init.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/ternary.rs b/compiler/ast/src/expressions/ternary.rs index da46af12de..c509fe62ad 100644 --- a/compiler/ast/src/expressions/ternary.rs +++ b/compiler/ast/src/expressions/ternary.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/tuple.rs b/compiler/ast/src/expressions/tuple.rs index 448e715bf8..4eef0edc69 100644 --- a/compiler/ast/src/expressions/tuple.rs +++ b/compiler/ast/src/expressions/tuple.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/unary.rs b/compiler/ast/src/expressions/unary.rs index 6223ad5551..2a1ab502f9 100644 --- a/compiler/ast/src/expressions/unary.rs +++ b/compiler/ast/src/expressions/unary.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/expressions/unit.rs b/compiler/ast/src/expressions/unit.rs index 90bfd80285..a891081721 100644 --- a/compiler/ast/src/expressions/unit.rs +++ b/compiler/ast/src/expressions/unit.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/functions/annotation.rs b/compiler/ast/src/functions/annotation.rs index 2cb07b54f4..7945f1fc95 100644 --- a/compiler/ast/src/functions/annotation.rs +++ b/compiler/ast/src/functions/annotation.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/functions/core_function.rs b/compiler/ast/src/functions/core_function.rs index 2c0d6c3583..9716dcfe9a 100644 --- a/compiler/ast/src/functions/core_function.rs +++ b/compiler/ast/src/functions/core_function.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/functions/input.rs b/compiler/ast/src/functions/input.rs index 36638350ac..dc353a3fc6 100644 --- a/compiler/ast/src/functions/input.rs +++ b/compiler/ast/src/functions/input.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/functions/mod.rs b/compiler/ast/src/functions/mod.rs index f0b9f9622d..11eda507c0 100644 --- a/compiler/ast/src/functions/mod.rs +++ b/compiler/ast/src/functions/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/functions/mode.rs b/compiler/ast/src/functions/mode.rs index 169cb73aca..0edeb9002a 100644 --- a/compiler/ast/src/functions/mode.rs +++ b/compiler/ast/src/functions/mode.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/functions/output.rs b/compiler/ast/src/functions/output.rs index 12799c91a1..bd42ba6f6c 100644 --- a/compiler/ast/src/functions/output.rs +++ b/compiler/ast/src/functions/output.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/functions/variant.rs b/compiler/ast/src/functions/variant.rs index eb2851456f..7e4645afba 100644 --- a/compiler/ast/src/functions/variant.rs +++ b/compiler/ast/src/functions/variant.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/groups/group_coordinate.rs b/compiler/ast/src/groups/group_coordinate.rs index b108b4127a..03ade0da83 100644 --- a/compiler/ast/src/groups/group_coordinate.rs +++ b/compiler/ast/src/groups/group_coordinate.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/groups/group_literal.rs b/compiler/ast/src/groups/group_literal.rs index ea9e627615..42de152869 100644 --- a/compiler/ast/src/groups/group_literal.rs +++ b/compiler/ast/src/groups/group_literal.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/groups/mod.rs b/compiler/ast/src/groups/mod.rs index 808950c89a..546cb1e00d 100644 --- a/compiler/ast/src/groups/mod.rs +++ b/compiler/ast/src/groups/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/lib.rs b/compiler/ast/src/lib.rs index 2d079a93c5..82e9260e7b 100644 --- a/compiler/ast/src/lib.rs +++ b/compiler/ast/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/mapping/mod.rs b/compiler/ast/src/mapping/mod.rs index 7c13a86332..d2ee989259 100644 --- a/compiler/ast/src/mapping/mod.rs +++ b/compiler/ast/src/mapping/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/passes/consumer.rs b/compiler/ast/src/passes/consumer.rs index 3d8edea460..0b71dbe5a2 100644 --- a/compiler/ast/src/passes/consumer.rs +++ b/compiler/ast/src/passes/consumer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/passes/mod.rs b/compiler/ast/src/passes/mod.rs index 3343f4ba7b..88141a4b86 100644 --- a/compiler/ast/src/passes/mod.rs +++ b/compiler/ast/src/passes/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/passes/reconstructor.rs b/compiler/ast/src/passes/reconstructor.rs index dea305c0f4..d3b78b7a27 100644 --- a/compiler/ast/src/passes/reconstructor.rs +++ b/compiler/ast/src/passes/reconstructor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/passes/visitor.rs b/compiler/ast/src/passes/visitor.rs index 4c33c8f95d..2c7d5a9a3b 100644 --- a/compiler/ast/src/passes/visitor.rs +++ b/compiler/ast/src/passes/visitor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/program/mod.rs b/compiler/ast/src/program/mod.rs index 083aa6072a..7935bde24e 100644 --- a/compiler/ast/src/program/mod.rs +++ b/compiler/ast/src/program/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/program/program_id.rs b/compiler/ast/src/program/program_id.rs index 01bcf6b9c6..255670172f 100644 --- a/compiler/ast/src/program/program_id.rs +++ b/compiler/ast/src/program/program_id.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/program/program_scope.rs b/compiler/ast/src/program/program_scope.rs index 75d9dd4c4e..f17086e8e1 100644 --- a/compiler/ast/src/program/program_scope.rs +++ b/compiler/ast/src/program/program_scope.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/assert.rs b/compiler/ast/src/statement/assert.rs index 60711473dc..2bfd3c1c8b 100644 --- a/compiler/ast/src/statement/assert.rs +++ b/compiler/ast/src/statement/assert.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/assign.rs b/compiler/ast/src/statement/assign.rs index 1262754bfe..2b5a731b1f 100644 --- a/compiler/ast/src/statement/assign.rs +++ b/compiler/ast/src/statement/assign.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/block.rs b/compiler/ast/src/statement/block.rs index 37d5711ff2..bfb3a4d5d1 100644 --- a/compiler/ast/src/statement/block.rs +++ b/compiler/ast/src/statement/block.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/conditional.rs b/compiler/ast/src/statement/conditional.rs index 79aa773254..6f7fa4ae85 100644 --- a/compiler/ast/src/statement/conditional.rs +++ b/compiler/ast/src/statement/conditional.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/console/console_function.rs b/compiler/ast/src/statement/console/console_function.rs index 4f9dbb4eea..b5fa95a6f7 100644 --- a/compiler/ast/src/statement/console/console_function.rs +++ b/compiler/ast/src/statement/console/console_function.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/console/console_statement.rs b/compiler/ast/src/statement/console/console_statement.rs index 48601ac6a2..6016dd3707 100644 --- a/compiler/ast/src/statement/console/console_statement.rs +++ b/compiler/ast/src/statement/console/console_statement.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/console/mod.rs b/compiler/ast/src/statement/console/mod.rs index c016b9b253..37bdb69e72 100644 --- a/compiler/ast/src/statement/console/mod.rs +++ b/compiler/ast/src/statement/console/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/const_.rs b/compiler/ast/src/statement/const_.rs index 162034e38a..3cae46ec76 100644 --- a/compiler/ast/src/statement/const_.rs +++ b/compiler/ast/src/statement/const_.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/definition/declaration_type.rs b/compiler/ast/src/statement/definition/declaration_type.rs index 3e5ea2abaa..07f03035ca 100644 --- a/compiler/ast/src/statement/definition/declaration_type.rs +++ b/compiler/ast/src/statement/definition/declaration_type.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/definition/mod.rs b/compiler/ast/src/statement/definition/mod.rs index e06f029c22..95eb5de995 100644 --- a/compiler/ast/src/statement/definition/mod.rs +++ b/compiler/ast/src/statement/definition/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/expression.rs b/compiler/ast/src/statement/expression.rs index 75fd80a756..048ea017ba 100644 --- a/compiler/ast/src/statement/expression.rs +++ b/compiler/ast/src/statement/expression.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/iteration.rs b/compiler/ast/src/statement/iteration.rs index 0a3fb85f94..4a203dd007 100644 --- a/compiler/ast/src/statement/iteration.rs +++ b/compiler/ast/src/statement/iteration.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/mod.rs b/compiler/ast/src/statement/mod.rs index 0a363984ab..753aac9e1c 100644 --- a/compiler/ast/src/statement/mod.rs +++ b/compiler/ast/src/statement/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/statement/return_.rs b/compiler/ast/src/statement/return_.rs index 61fc70618d..e627f6a607 100644 --- a/compiler/ast/src/statement/return_.rs +++ b/compiler/ast/src/statement/return_.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/struct/member.rs b/compiler/ast/src/struct/member.rs index f384e9abea..02d7402587 100644 --- a/compiler/ast/src/struct/member.rs +++ b/compiler/ast/src/struct/member.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/struct/mod.rs b/compiler/ast/src/struct/mod.rs index bd07ee18a9..02bfd8634c 100644 --- a/compiler/ast/src/struct/mod.rs +++ b/compiler/ast/src/struct/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/stub/function_stub.rs b/compiler/ast/src/stub/function_stub.rs index 5442f1ec9a..437de63a92 100644 --- a/compiler/ast/src/stub/function_stub.rs +++ b/compiler/ast/src/stub/function_stub.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/stub/mod.rs b/compiler/ast/src/stub/mod.rs index 1c81355552..d68750ed06 100644 --- a/compiler/ast/src/stub/mod.rs +++ b/compiler/ast/src/stub/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/types/array.rs b/compiler/ast/src/types/array.rs index 27bd08d52e..f2b258e79e 100644 --- a/compiler/ast/src/types/array.rs +++ b/compiler/ast/src/types/array.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/types/core_constant.rs b/compiler/ast/src/types/core_constant.rs index 4b9bbaddc1..b94f73cdca 100644 --- a/compiler/ast/src/types/core_constant.rs +++ b/compiler/ast/src/types/core_constant.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/types/future.rs b/compiler/ast/src/types/future.rs index abf0098c9a..4672969a77 100644 --- a/compiler/ast/src/types/future.rs +++ b/compiler/ast/src/types/future.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/types/integer_type.rs b/compiler/ast/src/types/integer_type.rs index 1de7f673c9..ca69632957 100644 --- a/compiler/ast/src/types/integer_type.rs +++ b/compiler/ast/src/types/integer_type.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/types/mapping.rs b/compiler/ast/src/types/mapping.rs index c42746154d..6574a3470c 100644 --- a/compiler/ast/src/types/mapping.rs +++ b/compiler/ast/src/types/mapping.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/types/mod.rs b/compiler/ast/src/types/mod.rs index f84fee6118..05ab9c8a17 100644 --- a/compiler/ast/src/types/mod.rs +++ b/compiler/ast/src/types/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/types/struct_type.rs b/compiler/ast/src/types/struct_type.rs index 8d8b7c7eb4..8b7924f4eb 100644 --- a/compiler/ast/src/types/struct_type.rs +++ b/compiler/ast/src/types/struct_type.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/types/tuple.rs b/compiler/ast/src/types/tuple.rs index ad191a8489..1717488d81 100644 --- a/compiler/ast/src/types/tuple.rs +++ b/compiler/ast/src/types/tuple.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/types/type_.rs b/compiler/ast/src/types/type_.rs index df097420d7..b7b746a546 100644 --- a/compiler/ast/src/types/type_.rs +++ b/compiler/ast/src/types/type_.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/ast/src/value/mod.rs b/compiler/ast/src/value/mod.rs index 91916186b5..49c56348fa 100644 --- a/compiler/ast/src/value/mod.rs +++ b/compiler/ast/src/value/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/compiler/src/compiler.rs b/compiler/compiler/src/compiler.rs index c505c43510..51444ec0b4 100644 --- a/compiler/compiler/src/compiler.rs +++ b/compiler/compiler/src/compiler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/compiler/src/lib.rs b/compiler/compiler/src/lib.rs index fbabd55d7a..a1f279293f 100644 --- a/compiler/compiler/src/lib.rs +++ b/compiler/compiler/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/compiler/src/options.rs b/compiler/compiler/src/options.rs index aca49eb742..fedf19bc0d 100644 --- a/compiler/compiler/src/options.rs +++ b/compiler/compiler/src/options.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/compiler/tests/integration/compile.rs b/compiler/compiler/tests/integration/compile.rs index 442dee8cca..aceead38f8 100644 --- a/compiler/compiler/tests/integration/compile.rs +++ b/compiler/compiler/tests/integration/compile.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/compiler/tests/integration/execute.rs b/compiler/compiler/tests/integration/execute.rs index bfc16e105c..a20eb1ed6c 100644 --- a/compiler/compiler/tests/integration/execute.rs +++ b/compiler/compiler/tests/integration/execute.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/compiler/tests/integration/main.rs b/compiler/compiler/tests/integration/main.rs index b4ee8d77cd..c1a5c0a2ee 100644 --- a/compiler/compiler/tests/integration/main.rs +++ b/compiler/compiler/tests/integration/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/compiler/tests/integration/utilities/check_unique_node_ids.rs b/compiler/compiler/tests/integration/utilities/check_unique_node_ids.rs index 1c895f0e8b..1a9b4cdea6 100644 --- a/compiler/compiler/tests/integration/utilities/check_unique_node_ids.rs +++ b/compiler/compiler/tests/integration/utilities/check_unique_node_ids.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/compiler/tests/integration/utilities/mod.rs b/compiler/compiler/tests/integration/utilities/mod.rs index 81db34cb1a..7f1d60d686 100644 --- a/compiler/compiler/tests/integration/utilities/mod.rs +++ b/compiler/compiler/tests/integration/utilities/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/compiler/tests/integration/utilities/output.rs b/compiler/compiler/tests/integration/utilities/output.rs index a568e64a31..2e701ddaf5 100644 --- a/compiler/compiler/tests/integration/utilities/output.rs +++ b/compiler/compiler/tests/integration/utilities/output.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/examples/parser.rs b/compiler/parser/examples/parser.rs index 54d1355887..de55b2ec51 100644 --- a/compiler/parser/examples/parser.rs +++ b/compiler/parser/examples/parser.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/lib.rs b/compiler/parser/src/lib.rs index 82fff54479..4a45474d84 100644 --- a/compiler/parser/src/lib.rs +++ b/compiler/parser/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/parser/context.rs b/compiler/parser/src/parser/context.rs index 423396ff8a..1e481ab387 100644 --- a/compiler/parser/src/parser/context.rs +++ b/compiler/parser/src/parser/context.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/parser/expression.rs b/compiler/parser/src/parser/expression.rs index 0e98f896ea..2629dca2d3 100644 --- a/compiler/parser/src/parser/expression.rs +++ b/compiler/parser/src/parser/expression.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/parser/file.rs b/compiler/parser/src/parser/file.rs index 043848b879..f419299848 100644 --- a/compiler/parser/src/parser/file.rs +++ b/compiler/parser/src/parser/file.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/parser/mod.rs b/compiler/parser/src/parser/mod.rs index d91d30e2eb..a664aa9f2d 100644 --- a/compiler/parser/src/parser/mod.rs +++ b/compiler/parser/src/parser/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/parser/statement.rs b/compiler/parser/src/parser/statement.rs index cdf1797115..fb64aefdbc 100644 --- a/compiler/parser/src/parser/statement.rs +++ b/compiler/parser/src/parser/statement.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/parser/type_.rs b/compiler/parser/src/parser/type_.rs index 71fc7fa7d4..c96219f457 100644 --- a/compiler/parser/src/parser/type_.rs +++ b/compiler/parser/src/parser/type_.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/test.rs b/compiler/parser/src/test.rs index 16f3e072ad..03c0d49665 100644 --- a/compiler/parser/src/test.rs +++ b/compiler/parser/src/test.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/tokenizer/lexer.rs b/compiler/parser/src/tokenizer/lexer.rs index 51e31412be..4a98614cc8 100644 --- a/compiler/parser/src/tokenizer/lexer.rs +++ b/compiler/parser/src/tokenizer/lexer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/tokenizer/mod.rs b/compiler/parser/src/tokenizer/mod.rs index 492b67237c..d6b6fa9ecf 100644 --- a/compiler/parser/src/tokenizer/mod.rs +++ b/compiler/parser/src/tokenizer/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/parser/src/tokenizer/token.rs b/compiler/parser/src/tokenizer/token.rs index d6499e8962..b0820de811 100644 --- a/compiler/parser/src/tokenizer/token.rs +++ b/compiler/parser/src/tokenizer/token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/code_generation/generator.rs b/compiler/passes/src/code_generation/generator.rs index a7d1801186..2e11cb6364 100644 --- a/compiler/passes/src/code_generation/generator.rs +++ b/compiler/passes/src/code_generation/generator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/code_generation/mod.rs b/compiler/passes/src/code_generation/mod.rs index 9f817086ca..22cf0445a7 100644 --- a/compiler/passes/src/code_generation/mod.rs +++ b/compiler/passes/src/code_generation/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/code_generation/visit_expressions.rs b/compiler/passes/src/code_generation/visit_expressions.rs index 59b6225f32..fe253ee089 100644 --- a/compiler/passes/src/code_generation/visit_expressions.rs +++ b/compiler/passes/src/code_generation/visit_expressions.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/code_generation/visit_program.rs b/compiler/passes/src/code_generation/visit_program.rs index 97bf0b78ec..fe73c2b742 100644 --- a/compiler/passes/src/code_generation/visit_program.rs +++ b/compiler/passes/src/code_generation/visit_program.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/code_generation/visit_statements.rs b/compiler/passes/src/code_generation/visit_statements.rs index c69bcc1666..33b15ff003 100644 --- a/compiler/passes/src/code_generation/visit_statements.rs +++ b/compiler/passes/src/code_generation/visit_statements.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/code_generation/visit_type.rs b/compiler/passes/src/code_generation/visit_type.rs index bc42ac3d35..3cfb035143 100644 --- a/compiler/passes/src/code_generation/visit_type.rs +++ b/compiler/passes/src/code_generation/visit_type.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/common/assigner/mod.rs b/compiler/passes/src/common/assigner/mod.rs index 0a4b959146..c19b3819fa 100644 --- a/compiler/passes/src/common/assigner/mod.rs +++ b/compiler/passes/src/common/assigner/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/common/graph/mod.rs b/compiler/passes/src/common/graph/mod.rs index a162dd3166..c56b0102e8 100644 --- a/compiler/passes/src/common/graph/mod.rs +++ b/compiler/passes/src/common/graph/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/common/mod.rs b/compiler/passes/src/common/mod.rs index 9f57c26754..fc504c8746 100644 --- a/compiler/passes/src/common/mod.rs +++ b/compiler/passes/src/common/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/common/rename_table/mod.rs b/compiler/passes/src/common/rename_table/mod.rs index 5d8154b148..a08bb4c660 100644 --- a/compiler/passes/src/common/rename_table/mod.rs +++ b/compiler/passes/src/common/rename_table/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/common/replacer/mod.rs b/compiler/passes/src/common/replacer/mod.rs index db4933ef1f..5fb03d96a1 100644 --- a/compiler/passes/src/common/replacer/mod.rs +++ b/compiler/passes/src/common/replacer/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/common/symbol_table/mod.rs b/compiler/passes/src/common/symbol_table/mod.rs index 6b46c8b37a..84bb78b5a9 100644 --- a/compiler/passes/src/common/symbol_table/mod.rs +++ b/compiler/passes/src/common/symbol_table/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/common/symbol_table/symbols.rs b/compiler/passes/src/common/symbol_table/symbols.rs index 5d5ceec0f4..a25a5d6d7e 100644 --- a/compiler/passes/src/common/symbol_table/symbols.rs +++ b/compiler/passes/src/common/symbol_table/symbols.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/common/tree_node/mod.rs b/compiler/passes/src/common/tree_node/mod.rs index 45ef3c5fdc..37ac2ee61d 100644 --- a/compiler/passes/src/common/tree_node/mod.rs +++ b/compiler/passes/src/common/tree_node/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/common/type_table/mod.rs b/compiler/passes/src/common/type_table/mod.rs index 7ab19055b4..2d15c4f8ee 100644 --- a/compiler/passes/src/common/type_table/mod.rs +++ b/compiler/passes/src/common/type_table/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/dead_code_elimination/dead_code_eliminator.rs b/compiler/passes/src/dead_code_elimination/dead_code_eliminator.rs index 75b38bfe44..eddf1e3f6e 100644 --- a/compiler/passes/src/dead_code_elimination/dead_code_eliminator.rs +++ b/compiler/passes/src/dead_code_elimination/dead_code_eliminator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/dead_code_elimination/eliminate_expression.rs b/compiler/passes/src/dead_code_elimination/eliminate_expression.rs index 0e4115dea0..92b1b15b79 100644 --- a/compiler/passes/src/dead_code_elimination/eliminate_expression.rs +++ b/compiler/passes/src/dead_code_elimination/eliminate_expression.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/dead_code_elimination/eliminate_program.rs b/compiler/passes/src/dead_code_elimination/eliminate_program.rs index c928c85893..073190fcd8 100644 --- a/compiler/passes/src/dead_code_elimination/eliminate_program.rs +++ b/compiler/passes/src/dead_code_elimination/eliminate_program.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/dead_code_elimination/eliminate_statement.rs b/compiler/passes/src/dead_code_elimination/eliminate_statement.rs index 884f388761..f846a5574c 100644 --- a/compiler/passes/src/dead_code_elimination/eliminate_statement.rs +++ b/compiler/passes/src/dead_code_elimination/eliminate_statement.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/dead_code_elimination/mod.rs b/compiler/passes/src/dead_code_elimination/mod.rs index fd9d214ecf..21c3ed7e5b 100644 --- a/compiler/passes/src/dead_code_elimination/mod.rs +++ b/compiler/passes/src/dead_code_elimination/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/destructuring/destructure_expression.rs b/compiler/passes/src/destructuring/destructure_expression.rs index 1856b8f67b..371c3838bb 100644 --- a/compiler/passes/src/destructuring/destructure_expression.rs +++ b/compiler/passes/src/destructuring/destructure_expression.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/destructuring/destructure_program.rs b/compiler/passes/src/destructuring/destructure_program.rs index f4810dd7f4..7dd9d697d6 100644 --- a/compiler/passes/src/destructuring/destructure_program.rs +++ b/compiler/passes/src/destructuring/destructure_program.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/destructuring/destructure_statement.rs b/compiler/passes/src/destructuring/destructure_statement.rs index 7b531d49a7..be9f54e5d4 100644 --- a/compiler/passes/src/destructuring/destructure_statement.rs +++ b/compiler/passes/src/destructuring/destructure_statement.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/destructuring/destructurer.rs b/compiler/passes/src/destructuring/destructurer.rs index c092c27dad..c9435a74f9 100644 --- a/compiler/passes/src/destructuring/destructurer.rs +++ b/compiler/passes/src/destructuring/destructurer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/destructuring/mod.rs b/compiler/passes/src/destructuring/mod.rs index dfab8b5017..22226e8f6d 100644 --- a/compiler/passes/src/destructuring/mod.rs +++ b/compiler/passes/src/destructuring/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/flattening/flatten_expression.rs b/compiler/passes/src/flattening/flatten_expression.rs index 36d35c888d..e24e55ee50 100644 --- a/compiler/passes/src/flattening/flatten_expression.rs +++ b/compiler/passes/src/flattening/flatten_expression.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/flattening/flatten_program.rs b/compiler/passes/src/flattening/flatten_program.rs index 96d2b55cd4..aea3296ca7 100644 --- a/compiler/passes/src/flattening/flatten_program.rs +++ b/compiler/passes/src/flattening/flatten_program.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/flattening/flatten_statement.rs b/compiler/passes/src/flattening/flatten_statement.rs index e8021f0020..dcbeee8c29 100644 --- a/compiler/passes/src/flattening/flatten_statement.rs +++ b/compiler/passes/src/flattening/flatten_statement.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/flattening/flattener.rs b/compiler/passes/src/flattening/flattener.rs index 10cf2c0929..27d50ecb41 100644 --- a/compiler/passes/src/flattening/flattener.rs +++ b/compiler/passes/src/flattening/flattener.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/flattening/mod.rs b/compiler/passes/src/flattening/mod.rs index 0516bca817..a4a4c0d178 100644 --- a/compiler/passes/src/flattening/mod.rs +++ b/compiler/passes/src/flattening/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/function_inlining/assignment_renamer.rs b/compiler/passes/src/function_inlining/assignment_renamer.rs index bd9b90ee1e..5c8231b51a 100644 --- a/compiler/passes/src/function_inlining/assignment_renamer.rs +++ b/compiler/passes/src/function_inlining/assignment_renamer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/function_inlining/function_inliner.rs b/compiler/passes/src/function_inlining/function_inliner.rs index f58ddf6962..437271111c 100644 --- a/compiler/passes/src/function_inlining/function_inliner.rs +++ b/compiler/passes/src/function_inlining/function_inliner.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/function_inlining/inline_expression.rs b/compiler/passes/src/function_inlining/inline_expression.rs index 4d627af9f0..7b23de102f 100644 --- a/compiler/passes/src/function_inlining/inline_expression.rs +++ b/compiler/passes/src/function_inlining/inline_expression.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/function_inlining/inline_program.rs b/compiler/passes/src/function_inlining/inline_program.rs index e56ecdcb6a..3f9646cdb7 100644 --- a/compiler/passes/src/function_inlining/inline_program.rs +++ b/compiler/passes/src/function_inlining/inline_program.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/function_inlining/inline_statement.rs b/compiler/passes/src/function_inlining/inline_statement.rs index 7f36c2f647..312c1b7676 100644 --- a/compiler/passes/src/function_inlining/inline_statement.rs +++ b/compiler/passes/src/function_inlining/inline_statement.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/function_inlining/mod.rs b/compiler/passes/src/function_inlining/mod.rs index da8c4c5805..f6d5d1fc1b 100644 --- a/compiler/passes/src/function_inlining/mod.rs +++ b/compiler/passes/src/function_inlining/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/lib.rs b/compiler/passes/src/lib.rs index ffab8e5dc7..beeeed87ad 100644 --- a/compiler/passes/src/lib.rs +++ b/compiler/passes/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/loop_unrolling/mod.rs b/compiler/passes/src/loop_unrolling/mod.rs index ccfe1de887..466ab40cdb 100644 --- a/compiler/passes/src/loop_unrolling/mod.rs +++ b/compiler/passes/src/loop_unrolling/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/loop_unrolling/range_iterator.rs b/compiler/passes/src/loop_unrolling/range_iterator.rs index fdde854ad7..86b997bbd8 100644 --- a/compiler/passes/src/loop_unrolling/range_iterator.rs +++ b/compiler/passes/src/loop_unrolling/range_iterator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/loop_unrolling/unroll_expression.rs b/compiler/passes/src/loop_unrolling/unroll_expression.rs index 0dab3f2856..ffd7f0c0f1 100644 --- a/compiler/passes/src/loop_unrolling/unroll_expression.rs +++ b/compiler/passes/src/loop_unrolling/unroll_expression.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/loop_unrolling/unroll_program.rs b/compiler/passes/src/loop_unrolling/unroll_program.rs index e5e587d81e..5141f40f5d 100644 --- a/compiler/passes/src/loop_unrolling/unroll_program.rs +++ b/compiler/passes/src/loop_unrolling/unroll_program.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/loop_unrolling/unroll_statement.rs b/compiler/passes/src/loop_unrolling/unroll_statement.rs index f7009a1f8a..ce1b3618ad 100644 --- a/compiler/passes/src/loop_unrolling/unroll_statement.rs +++ b/compiler/passes/src/loop_unrolling/unroll_statement.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/loop_unrolling/unroller.rs b/compiler/passes/src/loop_unrolling/unroller.rs index 04ec7a30e5..81732a66ba 100644 --- a/compiler/passes/src/loop_unrolling/unroller.rs +++ b/compiler/passes/src/loop_unrolling/unroller.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/pass.rs b/compiler/passes/src/pass.rs index b934cf03d6..84199b9d04 100644 --- a/compiler/passes/src/pass.rs +++ b/compiler/passes/src/pass.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_analysis/analyze_expression.rs b/compiler/passes/src/static_analysis/analyze_expression.rs index 98fd39c9cb..08211cd620 100644 --- a/compiler/passes/src/static_analysis/analyze_expression.rs +++ b/compiler/passes/src/static_analysis/analyze_expression.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_analysis/analyze_program.rs b/compiler/passes/src/static_analysis/analyze_program.rs index 1c2f90ac34..0032d0c88c 100644 --- a/compiler/passes/src/static_analysis/analyze_program.rs +++ b/compiler/passes/src/static_analysis/analyze_program.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_analysis/analyze_statement.rs b/compiler/passes/src/static_analysis/analyze_statement.rs index f35295a9a2..b7aee97905 100644 --- a/compiler/passes/src/static_analysis/analyze_statement.rs +++ b/compiler/passes/src/static_analysis/analyze_statement.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_analysis/analyzer.rs b/compiler/passes/src/static_analysis/analyzer.rs index ed76a796fd..40cb28dcb9 100644 --- a/compiler/passes/src/static_analysis/analyzer.rs +++ b/compiler/passes/src/static_analysis/analyzer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_analysis/await_checker.rs b/compiler/passes/src/static_analysis/await_checker.rs index a8086e13d0..106a68dcb7 100644 --- a/compiler/passes/src/static_analysis/await_checker.rs +++ b/compiler/passes/src/static_analysis/await_checker.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_analysis/future_checker.rs b/compiler/passes/src/static_analysis/future_checker.rs index f4d8de0c08..66858faa76 100644 --- a/compiler/passes/src/static_analysis/future_checker.rs +++ b/compiler/passes/src/static_analysis/future_checker.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_analysis/mod.rs b/compiler/passes/src/static_analysis/mod.rs index da44d7c0e7..ec21159961 100644 --- a/compiler/passes/src/static_analysis/mod.rs +++ b/compiler/passes/src/static_analysis/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_single_assignment/mod.rs b/compiler/passes/src/static_single_assignment/mod.rs index c9c36d2054..79e8356f86 100644 --- a/compiler/passes/src/static_single_assignment/mod.rs +++ b/compiler/passes/src/static_single_assignment/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_single_assignment/rename_expression.rs b/compiler/passes/src/static_single_assignment/rename_expression.rs index 6e9ec57134..1524efa471 100644 --- a/compiler/passes/src/static_single_assignment/rename_expression.rs +++ b/compiler/passes/src/static_single_assignment/rename_expression.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_single_assignment/rename_program.rs b/compiler/passes/src/static_single_assignment/rename_program.rs index 1a8dce86e1..003171e7c6 100644 --- a/compiler/passes/src/static_single_assignment/rename_program.rs +++ b/compiler/passes/src/static_single_assignment/rename_program.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_single_assignment/rename_statement.rs b/compiler/passes/src/static_single_assignment/rename_statement.rs index 4defd35824..1510a49b8e 100644 --- a/compiler/passes/src/static_single_assignment/rename_statement.rs +++ b/compiler/passes/src/static_single_assignment/rename_statement.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/static_single_assignment/static_single_assigner.rs b/compiler/passes/src/static_single_assignment/static_single_assigner.rs index ed80ca0788..fbcf0662f9 100644 --- a/compiler/passes/src/static_single_assignment/static_single_assigner.rs +++ b/compiler/passes/src/static_single_assignment/static_single_assigner.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/symbol_table_creation/mod.rs b/compiler/passes/src/symbol_table_creation/mod.rs index 530f342fe3..b52f5cd008 100644 --- a/compiler/passes/src/symbol_table_creation/mod.rs +++ b/compiler/passes/src/symbol_table_creation/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/type_checking/check_expressions.rs b/compiler/passes/src/type_checking/check_expressions.rs index a0b881ddec..8d3737d5a3 100644 --- a/compiler/passes/src/type_checking/check_expressions.rs +++ b/compiler/passes/src/type_checking/check_expressions.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/type_checking/check_program.rs b/compiler/passes/src/type_checking/check_program.rs index 2aecef832f..5e76c3d253 100644 --- a/compiler/passes/src/type_checking/check_program.rs +++ b/compiler/passes/src/type_checking/check_program.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/type_checking/check_statements.rs b/compiler/passes/src/type_checking/check_statements.rs index dbb0097128..12d89d230b 100644 --- a/compiler/passes/src/type_checking/check_statements.rs +++ b/compiler/passes/src/type_checking/check_statements.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/type_checking/checker.rs b/compiler/passes/src/type_checking/checker.rs index 3b81da2e12..1fe7f8c9de 100644 --- a/compiler/passes/src/type_checking/checker.rs +++ b/compiler/passes/src/type_checking/checker.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/type_checking/mod.rs b/compiler/passes/src/type_checking/mod.rs index 5e3118faa8..b9fa0e2beb 100644 --- a/compiler/passes/src/type_checking/mod.rs +++ b/compiler/passes/src/type_checking/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/passes/src/type_checking/scope_state.rs b/compiler/passes/src/type_checking/scope_state.rs index 3b45b8409e..8110d84bab 100644 --- a/compiler/passes/src/type_checking/scope_state.rs +++ b/compiler/passes/src/type_checking/scope_state.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/span/src/lib.rs b/compiler/span/src/lib.rs index 1deb60bae9..6f54940593 100644 --- a/compiler/span/src/lib.rs +++ b/compiler/span/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/span/src/source_map.rs b/compiler/span/src/source_map.rs index 36240e288b..ac3f00ee1c 100644 --- a/compiler/span/src/source_map.rs +++ b/compiler/span/src/source_map.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/span/src/span.rs b/compiler/span/src/span.rs index f3780b1d4d..2796eaac0d 100644 --- a/compiler/span/src/span.rs +++ b/compiler/span/src/span.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/span/src/span_json.rs b/compiler/span/src/span_json.rs index 9ca6e8d6c5..2d10b818ff 100644 --- a/compiler/span/src/span_json.rs +++ b/compiler/span/src/span_json.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/compiler/span/src/symbol.rs b/compiler/span/src/symbol.rs index bd22d4704b..235901e51a 100644 --- a/compiler/span/src/symbol.rs +++ b/compiler/span/src/symbol.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/docs/grammar/src/main.rs b/docs/grammar/src/main.rs index 220ba10a0b..29525d8478 100644 --- a/docs/grammar/src/main.rs +++ b/docs/grammar/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/common/backtraced.rs b/errors/src/common/backtraced.rs index 7404063497..d3af06aa78 100644 --- a/errors/src/common/backtraced.rs +++ b/errors/src/common/backtraced.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/common/formatted.rs b/errors/src/common/formatted.rs index c737d2fb1a..ced809be1b 100644 --- a/errors/src/common/formatted.rs +++ b/errors/src/common/formatted.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/common/macros.rs b/errors/src/common/macros.rs index 10e68c41c5..d383168c98 100644 --- a/errors/src/common/macros.rs +++ b/errors/src/common/macros.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/common/mod.rs b/errors/src/common/mod.rs index 4369513042..d81edb46ef 100644 --- a/errors/src/common/mod.rs +++ b/errors/src/common/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/common/traits.rs b/errors/src/common/traits.rs index a868337591..0764c289d0 100644 --- a/errors/src/common/traits.rs +++ b/errors/src/common/traits.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/emitter/mod.rs b/errors/src/emitter/mod.rs index 97effaa4e9..d8aebd1773 100644 --- a/errors/src/emitter/mod.rs +++ b/errors/src/emitter/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/ast/ast_errors.rs b/errors/src/errors/ast/ast_errors.rs index fe8a9c687e..d45848feac 100644 --- a/errors/src/errors/ast/ast_errors.rs +++ b/errors/src/errors/ast/ast_errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/ast/mod.rs b/errors/src/errors/ast/mod.rs index 94f74161dc..d53c3104cb 100644 --- a/errors/src/errors/ast/mod.rs +++ b/errors/src/errors/ast/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/cli/cli_errors.rs b/errors/src/errors/cli/cli_errors.rs index 710136e25d..63b9c47a2c 100644 --- a/errors/src/errors/cli/cli_errors.rs +++ b/errors/src/errors/cli/cli_errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/cli/mod.rs b/errors/src/errors/cli/mod.rs index 4f639610ea..d1f0168069 100644 --- a/errors/src/errors/cli/mod.rs +++ b/errors/src/errors/cli/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/compiler/compiler_errors.rs b/errors/src/errors/compiler/compiler_errors.rs index e92adfd80c..1b86834ed5 100644 --- a/errors/src/errors/compiler/compiler_errors.rs +++ b/errors/src/errors/compiler/compiler_errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/compiler/mod.rs b/errors/src/errors/compiler/mod.rs index 704256a472..246397475a 100644 --- a/errors/src/errors/compiler/mod.rs +++ b/errors/src/errors/compiler/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/flattener/flattener_errors.rs b/errors/src/errors/flattener/flattener_errors.rs index 94a0a4204d..03fbf09173 100644 --- a/errors/src/errors/flattener/flattener_errors.rs +++ b/errors/src/errors/flattener/flattener_errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/flattener/mod.rs b/errors/src/errors/flattener/mod.rs index 55bcc9374e..4f05920d65 100644 --- a/errors/src/errors/flattener/mod.rs +++ b/errors/src/errors/flattener/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/interpreter_halt.rs b/errors/src/errors/interpreter_halt.rs index a8fe561dcf..daed9d6fbc 100644 --- a/errors/src/errors/interpreter_halt.rs +++ b/errors/src/errors/interpreter_halt.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/loop_unroller/loop_unroller_errors.rs b/errors/src/errors/loop_unroller/loop_unroller_errors.rs index c99172def4..ca67e58ebe 100644 --- a/errors/src/errors/loop_unroller/loop_unroller_errors.rs +++ b/errors/src/errors/loop_unroller/loop_unroller_errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/loop_unroller/mod.rs b/errors/src/errors/loop_unroller/mod.rs index b12ed03ea2..aa5cdea0b8 100644 --- a/errors/src/errors/loop_unroller/mod.rs +++ b/errors/src/errors/loop_unroller/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/mod.rs b/errors/src/errors/mod.rs index ac602c91db..4038846389 100644 --- a/errors/src/errors/mod.rs +++ b/errors/src/errors/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/package/mod.rs b/errors/src/errors/package/mod.rs index a9bd224837..e4f20dd456 100644 --- a/errors/src/errors/package/mod.rs +++ b/errors/src/errors/package/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/package/package_errors.rs b/errors/src/errors/package/package_errors.rs index 7f1a12fa9a..ece482680b 100644 --- a/errors/src/errors/package/package_errors.rs +++ b/errors/src/errors/package/package_errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/parser/mod.rs b/errors/src/errors/parser/mod.rs index ecbbb8de93..cc00fcbf19 100644 --- a/errors/src/errors/parser/mod.rs +++ b/errors/src/errors/parser/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/parser/parser_errors.rs b/errors/src/errors/parser/parser_errors.rs index 04a3707cfa..08a897aacd 100644 --- a/errors/src/errors/parser/parser_errors.rs +++ b/errors/src/errors/parser/parser_errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/parser/parser_warnings.rs b/errors/src/errors/parser/parser_warnings.rs index 4d7d6076b0..4aa50f8835 100644 --- a/errors/src/errors/parser/parser_warnings.rs +++ b/errors/src/errors/parser/parser_warnings.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/static_analyzer/mod.rs b/errors/src/errors/static_analyzer/mod.rs index 2fda26a5f9..1bb07ca486 100644 --- a/errors/src/errors/static_analyzer/mod.rs +++ b/errors/src/errors/static_analyzer/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/static_analyzer/static_analyzer_error.rs b/errors/src/errors/static_analyzer/static_analyzer_error.rs index 20f5817d44..e1ce9d4fa0 100644 --- a/errors/src/errors/static_analyzer/static_analyzer_error.rs +++ b/errors/src/errors/static_analyzer/static_analyzer_error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/static_analyzer/static_analyzer_warning.rs b/errors/src/errors/static_analyzer/static_analyzer_warning.rs index 316665d4df..c12dd0db37 100644 --- a/errors/src/errors/static_analyzer/static_analyzer_warning.rs +++ b/errors/src/errors/static_analyzer/static_analyzer_warning.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/type_checker/mod.rs b/errors/src/errors/type_checker/mod.rs index c3cf1304f5..bba87d4564 100644 --- a/errors/src/errors/type_checker/mod.rs +++ b/errors/src/errors/type_checker/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/type_checker/type_checker_error.rs b/errors/src/errors/type_checker/type_checker_error.rs index decbb0fe36..beb399ad2c 100644 --- a/errors/src/errors/type_checker/type_checker_error.rs +++ b/errors/src/errors/type_checker/type_checker_error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/type_checker/type_checker_warning.rs b/errors/src/errors/type_checker/type_checker_warning.rs index 1ac294cba3..10f2add147 100644 --- a/errors/src/errors/type_checker/type_checker_warning.rs +++ b/errors/src/errors/type_checker/type_checker_warning.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/utils/mod.rs b/errors/src/errors/utils/mod.rs index eab46b3b20..7c4c3a2ad3 100644 --- a/errors/src/errors/utils/mod.rs +++ b/errors/src/errors/utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/errors/utils/util_errors.rs b/errors/src/errors/utils/util_errors.rs index 08a02995ea..19ddddd35b 100644 --- a/errors/src/errors/utils/util_errors.rs +++ b/errors/src/errors/utils/util_errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/errors/src/lib.rs b/errors/src/lib.rs index 521784f345..a6203c1fbd 100644 --- a/errors/src/lib.rs +++ b/errors/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/cursor.rs b/interpreter/src/cursor.rs index 624e7dd209..c3bc24cf36 100644 --- a/interpreter/src/cursor.rs +++ b/interpreter/src/cursor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/cursor_aleo.rs b/interpreter/src/cursor_aleo.rs index 506117dc36..51c855c320 100644 --- a/interpreter/src/cursor_aleo.rs +++ b/interpreter/src/cursor_aleo.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/dialoguer_input.rs b/interpreter/src/dialoguer_input.rs index 67926ddfb1..22e2c69764 100644 --- a/interpreter/src/dialoguer_input.rs +++ b/interpreter/src/dialoguer_input.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/interpreter.rs b/interpreter/src/interpreter.rs index efc7f51178..e94dd2cc77 100644 --- a/interpreter/src/interpreter.rs +++ b/interpreter/src/interpreter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/lib.rs b/interpreter/src/lib.rs index cdbd9d6ac6..edef0482be 100644 --- a/interpreter/src/lib.rs +++ b/interpreter/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/ratatui_ui.rs b/interpreter/src/ratatui_ui.rs index 06a02e1c29..4edfa536da 100644 --- a/interpreter/src/ratatui_ui.rs +++ b/interpreter/src/ratatui_ui.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/test/mod.rs b/interpreter/src/test/mod.rs index 2e828f5ae6..445dc54464 100644 --- a/interpreter/src/test/mod.rs +++ b/interpreter/src/test/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/test/runner.rs b/interpreter/src/test/runner.rs index 98fde3ebfb..6a37c69742 100644 --- a/interpreter/src/test/runner.rs +++ b/interpreter/src/test/runner.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/ui.rs b/interpreter/src/ui.rs index abbc31e58b..7bd933962e 100644 --- a/interpreter/src/ui.rs +++ b/interpreter/src/ui.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/util.rs b/interpreter/src/util.rs index e68bc5cdaa..7271bd0a68 100644 --- a/interpreter/src/util.rs +++ b/interpreter/src/util.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/interpreter/src/value.rs b/interpreter/src/value.rs index 954de329e7..5fa4e94bc5 100644 --- a/interpreter/src/value.rs +++ b/interpreter/src/value.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/cli.rs b/leo/cli/cli.rs index 1b290bfa6e..fbea39e720 100644 --- a/leo/cli/cli.rs +++ b/leo/cli/cli.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/account.rs b/leo/cli/commands/account.rs index 3793d51750..729996ee34 100644 --- a/leo/cli/commands/account.rs +++ b/leo/cli/commands/account.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/add.rs b/leo/cli/commands/add.rs index f37604fee0..5a98d232e7 100755 --- a/leo/cli/commands/add.rs +++ b/leo/cli/commands/add.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/build.rs b/leo/cli/commands/build.rs index de15238fe3..bb61efda19 100644 --- a/leo/cli/commands/build.rs +++ b/leo/cli/commands/build.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/clean.rs b/leo/cli/commands/clean.rs index 6af88d4ff7..5d8067fa9c 100644 --- a/leo/cli/commands/clean.rs +++ b/leo/cli/commands/clean.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/debug.rs b/leo/cli/commands/debug.rs index ed904d21e2..1b52138bfa 100644 --- a/leo/cli/commands/debug.rs +++ b/leo/cli/commands/debug.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/deploy.rs b/leo/cli/commands/deploy.rs index be7c3a442a..8cf2e9219f 100644 --- a/leo/cli/commands/deploy.rs +++ b/leo/cli/commands/deploy.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/example.rs b/leo/cli/commands/example.rs index ba500464f2..edb3d23826 100644 --- a/leo/cli/commands/example.rs +++ b/leo/cli/commands/example.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/execute.rs b/leo/cli/commands/execute.rs index bc9636e867..9ed4ac0dec 100644 --- a/leo/cli/commands/execute.rs +++ b/leo/cli/commands/execute.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/mod.rs b/leo/cli/commands/mod.rs index fa3f6ef9e4..719c928a3a 100644 --- a/leo/cli/commands/mod.rs +++ b/leo/cli/commands/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/new.rs b/leo/cli/commands/new.rs index 58fd57526f..ecd0429174 100644 --- a/leo/cli/commands/new.rs +++ b/leo/cli/commands/new.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/node.rs b/leo/cli/commands/node.rs index a59131a646..27e037c7c7 100644 --- a/leo/cli/commands/node.rs +++ b/leo/cli/commands/node.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/query/block.rs b/leo/cli/commands/query/block.rs index 9947a051d7..1791cac8ed 100644 --- a/leo/cli/commands/query/block.rs +++ b/leo/cli/commands/query/block.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/query/committee.rs b/leo/cli/commands/query/committee.rs index 602b38a752..0c32d0869a 100644 --- a/leo/cli/commands/query/committee.rs +++ b/leo/cli/commands/query/committee.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/query/mempool.rs b/leo/cli/commands/query/mempool.rs index 08b2980d8d..1e668f5734 100644 --- a/leo/cli/commands/query/mempool.rs +++ b/leo/cli/commands/query/mempool.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/query/mod.rs b/leo/cli/commands/query/mod.rs index 7b99ff81a4..17ade2bd0e 100644 --- a/leo/cli/commands/query/mod.rs +++ b/leo/cli/commands/query/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/query/peers.rs b/leo/cli/commands/query/peers.rs index 5c29ef7e7a..d8b74ff178 100644 --- a/leo/cli/commands/query/peers.rs +++ b/leo/cli/commands/query/peers.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/query/program.rs b/leo/cli/commands/query/program.rs index 9face69ab3..25c81e0d2c 100644 --- a/leo/cli/commands/query/program.rs +++ b/leo/cli/commands/query/program.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/query/state_root.rs b/leo/cli/commands/query/state_root.rs index dc0f25b3e5..9ccf637855 100644 --- a/leo/cli/commands/query/state_root.rs +++ b/leo/cli/commands/query/state_root.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/query/transaction.rs b/leo/cli/commands/query/transaction.rs index e4bdc42dd0..bffcd27f13 100644 --- a/leo/cli/commands/query/transaction.rs +++ b/leo/cli/commands/query/transaction.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/query/utils.rs b/leo/cli/commands/query/utils.rs index 27b99525ee..1b2d076fe6 100644 --- a/leo/cli/commands/query/utils.rs +++ b/leo/cli/commands/query/utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/remove.rs b/leo/cli/commands/remove.rs index 4807991971..b385c29084 100644 --- a/leo/cli/commands/remove.rs +++ b/leo/cli/commands/remove.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/run.rs b/leo/cli/commands/run.rs index bd7d63039c..d39505ad27 100644 --- a/leo/cli/commands/run.rs +++ b/leo/cli/commands/run.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/commands/update.rs b/leo/cli/commands/update.rs index e3be0e76ff..811dd5a995 100644 --- a/leo/cli/commands/update.rs +++ b/leo/cli/commands/update.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/helpers/context.rs b/leo/cli/helpers/context.rs index ad41930eee..94fd6db554 100644 --- a/leo/cli/helpers/context.rs +++ b/leo/cli/helpers/context.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/helpers/logger.rs b/leo/cli/helpers/logger.rs index a5ee6f6c13..f442d39bb4 100644 --- a/leo/cli/helpers/logger.rs +++ b/leo/cli/helpers/logger.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/helpers/mod.rs b/leo/cli/helpers/mod.rs index 0f32b54187..0bc4af37ce 100644 --- a/leo/cli/helpers/mod.rs +++ b/leo/cli/helpers/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/helpers/updater.rs b/leo/cli/helpers/updater.rs index 97bf104404..d0d5c5ec50 100644 --- a/leo/cli/helpers/updater.rs +++ b/leo/cli/helpers/updater.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/main.rs b/leo/cli/main.rs index 979446e56b..356e9482ec 100644 --- a/leo/cli/main.rs +++ b/leo/cli/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/mod.rs b/leo/cli/mod.rs index 9525703269..28b0ee2800 100644 --- a/leo/cli/mod.rs +++ b/leo/cli/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/cli/tests/mod.rs b/leo/cli/tests/mod.rs index dc8c3fef52..790bfaafe4 100644 --- a/leo/cli/tests/mod.rs +++ b/leo/cli/tests/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/lib.rs b/leo/lib.rs index eb0e25a1fe..edcb57d449 100644 --- a/leo/lib.rs +++ b/leo/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/build/directory.rs b/leo/package/src/build/directory.rs index e893641b68..70365bd326 100644 --- a/leo/package/src/build/directory.rs +++ b/leo/package/src/build/directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/build/mod.rs b/leo/package/src/build/mod.rs index c3b0eb50b0..c0a5db3881 100644 --- a/leo/package/src/build/mod.rs +++ b/leo/package/src/build/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/imports/directory.rs b/leo/package/src/imports/directory.rs index f8aabe5def..837f261a66 100644 --- a/leo/package/src/imports/directory.rs +++ b/leo/package/src/imports/directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/imports/mod.rs b/leo/package/src/imports/mod.rs index c3b0eb50b0..c0a5db3881 100644 --- a/leo/package/src/imports/mod.rs +++ b/leo/package/src/imports/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/inputs/directory.rs b/leo/package/src/inputs/directory.rs index 1884faa2b2..a9b39e26a8 100644 --- a/leo/package/src/inputs/directory.rs +++ b/leo/package/src/inputs/directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/inputs/mod.rs b/leo/package/src/inputs/mod.rs index c3b0eb50b0..c0a5db3881 100644 --- a/leo/package/src/inputs/mod.rs +++ b/leo/package/src/inputs/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/lib.rs b/leo/package/src/lib.rs index 2d99ded342..67e221a405 100644 --- a/leo/package/src/lib.rs +++ b/leo/package/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/outputs/ast_snapshot.rs b/leo/package/src/outputs/ast_snapshot.rs index 484e6987d3..04e0e22241 100644 --- a/leo/package/src/outputs/ast_snapshot.rs +++ b/leo/package/src/outputs/ast_snapshot.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/outputs/checksum.rs b/leo/package/src/outputs/checksum.rs index cc954436f1..cf8abf1124 100644 --- a/leo/package/src/outputs/checksum.rs +++ b/leo/package/src/outputs/checksum.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/outputs/circuit.rs b/leo/package/src/outputs/circuit.rs index 0e04a80811..03649c787b 100644 --- a/leo/package/src/outputs/circuit.rs +++ b/leo/package/src/outputs/circuit.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/outputs/directory.rs b/leo/package/src/outputs/directory.rs index 3ba6819028..06cc4676bb 100644 --- a/leo/package/src/outputs/directory.rs +++ b/leo/package/src/outputs/directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/outputs/mod.rs b/leo/package/src/outputs/mod.rs index f4e52e901b..f9e94c12f0 100644 --- a/leo/package/src/outputs/mod.rs +++ b/leo/package/src/outputs/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/package.rs b/leo/package/src/package.rs index 04a74b2b11..a704142949 100644 --- a/leo/package/src/package.rs +++ b/leo/package/src/package.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/root/env.rs b/leo/package/src/root/env.rs index 44c8d47131..28b4b05ecc 100644 --- a/leo/package/src/root/env.rs +++ b/leo/package/src/root/env.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/root/gitignore.rs b/leo/package/src/root/gitignore.rs index 4a9f1a8e1f..548d0e8fe1 100644 --- a/leo/package/src/root/gitignore.rs +++ b/leo/package/src/root/gitignore.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/root/mod.rs b/leo/package/src/root/mod.rs index 86704986f5..b2063b43c8 100644 --- a/leo/package/src/root/mod.rs +++ b/leo/package/src/root/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/source/directory.rs b/leo/package/src/source/directory.rs index 14ea8830fd..188140e9ad 100644 --- a/leo/package/src/source/directory.rs +++ b/leo/package/src/source/directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/source/main.rs b/leo/package/src/source/main.rs index fe6466bb33..3cd253f962 100644 --- a/leo/package/src/source/main.rs +++ b/leo/package/src/source/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/leo/package/src/source/mod.rs b/leo/package/src/source/mod.rs index 71a5c889d1..887dc60dde 100644 --- a/leo/package/src/source/mod.rs +++ b/leo/package/src/source/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/tests/test-framework/benches/leo_compiler.rs b/tests/test-framework/benches/leo_compiler.rs index 3634a07e54..0f56d977f7 100644 --- a/tests/test-framework/benches/leo_compiler.rs +++ b/tests/test-framework/benches/leo_compiler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/tests/test-framework/src/bin/errcov.rs b/tests/test-framework/src/bin/errcov.rs index 8cf3aac87c..9f67f4cad3 100644 --- a/tests/test-framework/src/bin/errcov.rs +++ b/tests/test-framework/src/bin/errcov.rs @@ -1,4 +1,4 @@ -// // Copyright (C) 2019-2024 Aleo Systems Inc. +// // Copyright (C) 2019-2025 Aleo Systems Inc. // // This file is part of the Leo library. // // The Leo library is free software: you can redistribute it and/or modify diff --git a/tests/test-framework/src/error.rs b/tests/test-framework/src/error.rs index 81c44beb99..3f614f624b 100644 --- a/tests/test-framework/src/error.rs +++ b/tests/test-framework/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/tests/test-framework/src/fetch.rs b/tests/test-framework/src/fetch.rs index 71316ace54..96baecb0e5 100644 --- a/tests/test-framework/src/fetch.rs +++ b/tests/test-framework/src/fetch.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/tests/test-framework/src/lib.rs b/tests/test-framework/src/lib.rs index 348b167d02..2e32cd8a7b 100644 --- a/tests/test-framework/src/lib.rs +++ b/tests/test-framework/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/tests/test-framework/src/output.rs b/tests/test-framework/src/output.rs index c7a157e336..365e8646a2 100644 --- a/tests/test-framework/src/output.rs +++ b/tests/test-framework/src/output.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/tests/test-framework/src/runner.rs b/tests/test-framework/src/runner.rs index 1221ba541d..2ee81e6d55 100644 --- a/tests/test-framework/src/runner.rs +++ b/tests/test-framework/src/runner.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/tests/test-framework/src/test.rs b/tests/test-framework/src/test.rs index 86cc930547..e354a0a929 100644 --- a/tests/test-framework/src/test.rs +++ b/tests/test-framework/src/test.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/tests/test-framework/src/unused/tgc.rs b/tests/test-framework/src/unused/tgc.rs index 9df91b0a5d..1a4c71a9a3 100644 --- a/tests/test-framework/src/unused/tgc.rs +++ b/tests/test-framework/src/unused/tgc.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/utils/disassembler/src/lib.rs b/utils/disassembler/src/lib.rs index b97752ddce..213cfc341f 100644 --- a/utils/disassembler/src/lib.rs +++ b/utils/disassembler/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/utils/retriever/src/lib.rs b/utils/retriever/src/lib.rs index 4cdb233708..df40fa3d77 100644 --- a/utils/retriever/src/lib.rs +++ b/utils/retriever/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/utils/retriever/src/program_context/dependency.rs b/utils/retriever/src/program_context/dependency.rs index 702fae839b..b8de4e4662 100644 --- a/utils/retriever/src/program_context/dependency.rs +++ b/utils/retriever/src/program_context/dependency.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/utils/retriever/src/program_context/location.rs b/utils/retriever/src/program_context/location.rs index 4d50772761..3c8b472e62 100644 --- a/utils/retriever/src/program_context/location.rs +++ b/utils/retriever/src/program_context/location.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/utils/retriever/src/program_context/lock_file_entry.rs b/utils/retriever/src/program_context/lock_file_entry.rs index b51c57ac92..68dfe12fb7 100644 --- a/utils/retriever/src/program_context/lock_file_entry.rs +++ b/utils/retriever/src/program_context/lock_file_entry.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/utils/retriever/src/program_context/manifest.rs b/utils/retriever/src/program_context/manifest.rs index d4fb93ba8d..a6cf0d98a6 100644 --- a/utils/retriever/src/program_context/manifest.rs +++ b/utils/retriever/src/program_context/manifest.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/utils/retriever/src/program_context/mod.rs b/utils/retriever/src/program_context/mod.rs index c37c952b2c..6eac829687 100644 --- a/utils/retriever/src/program_context/mod.rs +++ b/utils/retriever/src/program_context/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/utils/retriever/src/program_context/network_name.rs b/utils/retriever/src/program_context/network_name.rs index f487c283f8..0ea31d64f3 100644 --- a/utils/retriever/src/program_context/network_name.rs +++ b/utils/retriever/src/program_context/network_name.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify diff --git a/utils/retriever/src/retriever/mod.rs b/utils/retriever/src/retriever/mod.rs index fdd29a1436..dfc2bc517f 100644 --- a/utils/retriever/src/retriever/mod.rs +++ b/utils/retriever/src/retriever/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2024 Aleo Systems Inc. +// Copyright (C) 2019-2025 Aleo Systems Inc. // This file is part of the Leo library. // The Leo library is free software: you can redistribute it and/or modify