Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dotnet_naming_symbols.all_members.applicable_kinds = *

dotnet_naming_style.pascal_case_style.capitalization = pascal_case

file_header_template = Copyright (C) 2015-2024 The Neo Project.\n\n{fileName} file belongs to the neo project and is free\nsoftware distributed under the MIT software license, see the\naccompanying file LICENSE in the main directory of the\nrepository or http://www.opensource.org/licenses/mit-license.php\nfor more details.\n\nRedistribution and use in source and binary forms with or without\nmodifications are permitted.
file_header_template = Copyright (C) 2015-2025 The Neo Project.\n\n{fileName} file belongs to the neo project and is free\nsoftware distributed under the MIT software license, see the\naccompanying file LICENSE in the main directory of the\nrepository or http://www.opensource.org/licenses/mit-license.php\nfor more details.\n\nRedistribution and use in source and binary forms with or without\nmodifications are permitted.

# Require file header
dotnet_diagnostic.IDE0073.severity = error
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.Benchmarks/Benchmarks.Hash.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Benchmarks.Hash.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.Benchmarks/Benchmarks.POC.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Benchmarks.POC.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.Benchmarks/Benchmarks.UInt160.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Benchmarks.UInt160.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Bechmarks_ReadOnlyStoreView.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.Benchmarks/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Program.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Benchmarks.StorageKey.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Benchmark.ByteArrayComparer.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Benchmark.StringExtensions.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.Extensions.Benchmarks/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Program.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/Benchmarks.POC.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Benchmarks.POC.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/InstructionBuilder/Helper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Helper.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Instruction.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// InstructionBuilder.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// JumpTarget.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// OpCode.ReverseN.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/OpCode/Benchmark.Opcode.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Benchmark.Opcode.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/OpCode/BenchmarkEngine.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// BenchmarkEngine.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/OpCode/BenchmarkMode.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// BenchmarkMode.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/OpCode/OpCodeBase.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// OpCodeBase.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Program.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/TestArray.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// TestArray.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/TestStruct.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// TestStruct.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Neo.VM.Benchmarks/VMTypes/Benchmarks_Convert.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Benchmarks_Convert.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Benchmarks_DeepCopy.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/IsExternalInit.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// IsExternalInit.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/AssemblyExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// AssemblyExtensions.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/CommandLineOption.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// CommandLineOption.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/ConsolePercent.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// ConsolePercent.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/Helper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Helper.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.Blockchain.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.Blockchain.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.CommandLine.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.CommandLine.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.Contracts.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.Contracts.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.Logger.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.Logger.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.NEP17.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.NEP17.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.Native.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.Native.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.Network.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.Network.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.Node.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.Node.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.Plugins.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.Plugins.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.Tools.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.Tools.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.Vote.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.Vote.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.Wallet.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.Wallet.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/MainService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// MainService.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/CLI/ParseFunctionAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// ParseFunctionAttribute.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Program.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/Settings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Settings.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.CLI/Tools/VMInstruction.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// VMInstruction.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/CommandQuoteToken.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// CommandQuoteToken.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/CommandSpaceToken.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// CommandSpaceToken.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/CommandStringToken.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// CommandStringToken.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/CommandToken.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// CommandToken.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/CommandTokenType.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// CommandTokenType.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/ConsoleColorSet.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// ConsoleColorSet.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/ConsoleCommandAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// ConsoleCommandAttribute.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/ConsoleCommandMethod.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// ConsoleCommandMethod.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/ConsoleHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// ConsoleHelper.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/ConsoleServiceBase.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// ConsoleServiceBase.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// AssemblyInfo.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.ConsoleService/ServiceProxy.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// ServiceProxy.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.Cryptography.BLS12_381/Bls12.Adder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Bls12.Adder.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.Cryptography.BLS12_381/Bls12.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Bls12.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.Cryptography.BLS12_381/ConstantTimeUtility.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// ConstantTimeUtility.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.Cryptography.BLS12_381/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Constants.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.Cryptography.BLS12_381/Fp.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Fp.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.Cryptography.BLS12_381/Fp12.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Fp12.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
2 changes: 1 addition & 1 deletion src/Neo.Cryptography.BLS12_381/Fp2.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2015-2024 The Neo Project.
// Copyright (C) 2015-2025 The Neo Project.
//
// Fp2.cs file belongs to the neo project and is free
// software distributed under the MIT software license, see the
Expand Down
Loading
Loading