|
1 |
| -// Copyright (C) 2015-2024 The Neo Project. |
| 1 | +// Copyright (C) 2021-2024 EpicChain Labs. |
| 2 | + |
| 3 | +// |
| 4 | +// Benchmarks.Types.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is |
| 5 | +// distributed as free software under the MIT License, allowing for wide usage and modification |
| 6 | +// with minimal restrictions. For comprehensive details regarding the license, please refer to |
| 7 | +// the LICENSE file located in the root directory of the repository or visit |
| 8 | +// http://www.opensource.org/licenses/mit-license.php. |
2 | 9 | //
|
3 |
| -// Benchmarks.Types.cs file belongs to the neo project and is free |
4 |
| -// software distributed under the MIT software license, see the |
5 |
| -// accompanying file LICENSE in the main directory of the |
6 |
| -// repository or http://www.opensource.org/licenses/mit-license.php |
7 |
| -// for more details. |
| 10 | +// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space, |
| 11 | +// and we believe in the open-source philosophy as a way to drive progress and collaboration. |
| 12 | +// This file, along with all associated code and documentation, is provided with the intention of |
| 13 | +// supporting and enhancing the development community. |
8 | 14 | //
|
9 |
| -// Redistribution and use in source and binary forms with or without |
10 |
| -// modifications are permitted. |
| 15 | +// Redistribution and use of this file in both source and binary forms, with or without |
| 16 | +// modifications, are permitted. We encourage users to contribute to the project and respect the |
| 17 | +// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and |
| 18 | +// conditions specified in the MIT License, ensuring the continuation of free and open software |
| 19 | +// practices. |
| 20 | + |
11 | 21 |
|
12 | 22 | using BenchmarkDotNet.Attributes;
|
13 | 23 | using Array = Neo.VM.Types.Array;
|
|
0 commit comments