Skip to content

Commit cebe86c

Browse files
committed
EpicChain Core - EpicChain Lab's
1 parent 22c1a7a commit cebe86c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ dotnet_naming_symbols.all_members.applicable_kinds = *
161161

162162
dotnet_naming_style.pascal_case_style.capitalization = pascal_case
163163

164-
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.
164+
file_header_template = Copyright (C) 2021-2024 EpicChain Lab's.\n\n{fileName} file belongs to the EpicChain Lab's 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.
165165

166166
# Require file header
167167
dotnet_diagnostic.IDE0073.severity = error

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<PropertyGroup>
5-
<Copyright>2015-2024 The Neo Project</Copyright>
5+
<Copyright>2021-2024 EpicChain Lab's</Copyright>
66
<LangVersion>12.0</LangVersion>
77
<Authors>The Neo Project</Authors>
88
<IsPackable>true</IsPackable>

0 commit comments

Comments
 (0)