diff --git a/src/ApplicationLogs/LogReader.cs b/src/ApplicationLogs/LogReader.cs index 5d75f21b0..062e451ee 100644 --- a/src/ApplicationLogs/LogReader.cs +++ b/src/ApplicationLogs/LogReader.cs @@ -31,7 +31,7 @@ public class LogReader : Plugin private NeoStore _neostore; private NeoSystem _neosystem; - private List _logEvents; + private readonly List _logEvents; #endregion diff --git a/src/ApplicationLogs/Store/LogStorageStore.cs b/src/ApplicationLogs/Store/LogStorageStore.cs index 527faba3f..c350f6e90 100644 --- a/src/ApplicationLogs/Store/LogStorageStore.cs +++ b/src/ApplicationLogs/Store/LogStorageStore.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// LogStorageStore.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without diff --git a/src/ApplicationLogs/Store/Models/ApplicationEngineLogModel.cs b/src/ApplicationLogs/Store/Models/ApplicationEngineLogModel.cs index 332e00c94..4d6dd51a2 100644 --- a/src/ApplicationLogs/Store/Models/ApplicationEngineLogModel.cs +++ b/src/ApplicationLogs/Store/Models/ApplicationEngineLogModel.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// ApplicationEngineLogModel.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without diff --git a/src/ApplicationLogs/Store/Models/BlockchainEventModel.cs b/src/ApplicationLogs/Store/Models/BlockchainEventModel.cs index 282f5facd..c825f581e 100644 --- a/src/ApplicationLogs/Store/Models/BlockchainEventModel.cs +++ b/src/ApplicationLogs/Store/Models/BlockchainEventModel.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// BlockchainEventModel.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without diff --git a/src/ApplicationLogs/Store/Models/BlockchainExecutionModel.cs b/src/ApplicationLogs/Store/Models/BlockchainExecutionModel.cs index dfda8662c..8098c9ef0 100644 --- a/src/ApplicationLogs/Store/Models/BlockchainExecutionModel.cs +++ b/src/ApplicationLogs/Store/Models/BlockchainExecutionModel.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// BlockchainExecutionModel.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without diff --git a/src/ApplicationLogs/Store/States/BlockLogState.cs b/src/ApplicationLogs/Store/States/BlockLogState.cs index f42024498..09c690589 100644 --- a/src/ApplicationLogs/Store/States/BlockLogState.cs +++ b/src/ApplicationLogs/Store/States/BlockLogState.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// BlockLogState.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without diff --git a/src/ApplicationLogs/Store/States/ContractLogState.cs b/src/ApplicationLogs/Store/States/ContractLogState.cs index 921555da0..a8a3b73b4 100644 --- a/src/ApplicationLogs/Store/States/ContractLogState.cs +++ b/src/ApplicationLogs/Store/States/ContractLogState.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// ContractLogState.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without diff --git a/src/ApplicationLogs/Store/States/EngineLogState.cs b/src/ApplicationLogs/Store/States/EngineLogState.cs index 73eba95be..a5ff64d63 100644 --- a/src/ApplicationLogs/Store/States/EngineLogState.cs +++ b/src/ApplicationLogs/Store/States/EngineLogState.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// EngineLogState.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without diff --git a/src/ApplicationLogs/Store/States/ExecutionLogState.cs b/src/ApplicationLogs/Store/States/ExecutionLogState.cs index 706ce543c..83e79cc61 100644 --- a/src/ApplicationLogs/Store/States/ExecutionLogState.cs +++ b/src/ApplicationLogs/Store/States/ExecutionLogState.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// ExecutionLogState.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without diff --git a/src/ApplicationLogs/Store/States/NotifyLogState.cs b/src/ApplicationLogs/Store/States/NotifyLogState.cs index 97829b6b6..de3b68bd0 100644 --- a/src/ApplicationLogs/Store/States/NotifyLogState.cs +++ b/src/ApplicationLogs/Store/States/NotifyLogState.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// NotifyLogState.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without diff --git a/src/ApplicationLogs/Store/States/TransactionEngineLogState.cs b/src/ApplicationLogs/Store/States/TransactionEngineLogState.cs index dc029b268..8b32867b6 100644 --- a/src/ApplicationLogs/Store/States/TransactionEngineLogState.cs +++ b/src/ApplicationLogs/Store/States/TransactionEngineLogState.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// TransactionEngineLogState.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without diff --git a/src/ApplicationLogs/Store/States/TransactionLogState.cs b/src/ApplicationLogs/Store/States/TransactionLogState.cs index 7d768fa80..b40d3244d 100644 --- a/src/ApplicationLogs/Store/States/TransactionLogState.cs +++ b/src/ApplicationLogs/Store/States/TransactionLogState.cs @@ -1,8 +1,9 @@ -// Copyright (C) 2015-2023 The Neo Project. +// Copyright (C) 2015-2024 The Neo Project. // -// The Neo.Plugins.ApplicationLogs is free software distributed under the MIT software license, -// see the accompanying file LICENSE in the main directory of the -// project or http://www.opensource.org/licenses/mit-license.php +// TransactionLogState.cs file belongs to the neo project and is free +// software distributed under the MIT software license, see the +// accompanying file LICENSE in the main directory of the +// repository or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and binary forms with or without