Skip to content

Commit 6e7a95d

Browse files
committed
Set Company=$(Product).
1 parent ce726ed commit 6e7a95d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.stylecop.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"newlineAtEndOfFile": "require"
4040
},
4141
"documentationRules": {
42-
"companyName": "TERA Arise Contributors",
43-
"copyrightText": "Copyright © {companyName}. Licensed under theGNU Affero General Public License 3.0.",
42+
"companyName": "TERA Arise",
43+
"copyrightText": "Copyright © {companyName} Contributors. Licensed under the GNU Affero General Public License 3.0.",
4444
"headerDecoration": "---------------------------------------------------------------------------",
4545
"xmlHeader": false,
4646
"fileNamingConvention": "metadata",

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<PropertyGroup>
33
<Product>TERA Arise</Product>
44
<Description>$(Product) is a game resurrection project for the final build of TERA EU.</Description>
5-
<Authors>$(Product) Contributors</Authors>
5+
<Company>$(Product)</Company>
6+
<Authors>$(Company) Contributors</Authors>
67
<Copyright>Copyright © $(Authors)</Copyright>
78
</PropertyGroup>
89

0 commit comments

Comments
 (0)