Skip to content

Commit fe08767

Browse files
Update copyright notices
1 parent 1a41ed9 commit fe08767

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Stravaig
3+
Copyright (c) 2020-2021 Stravaig Projects
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/.idea/.idea.Stravaig.ShortCode/.idea/riderModule.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Stravaig.ShortCode.DependencyInjection/Stravaig.ShortCode.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Title>Stravaig Short Code</Title>
66
<Authors>Colin Angus Mackay</Authors>
77
<Description>Extensions for the Microsoft's Dependency Injection that injects an IShortCodeFactory into your application.</Description>
8-
<Copyright>©2020 Colin Angus Mackay. See licence for more information.</Copyright>
8+
<Copyright>©2020-2021 Stravaig Projects. See licence for more information.</Copyright>
99
<PackageProjectUrl>https://github.com/Stravaig-Projects/Stravaig.ShortCode/blob/main/README.md</PackageProjectUrl>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<RepositoryUrl>https://github.com/Stravaig-Projects/Stravaig.ShortCode</RepositoryUrl>

src/Stravaig.ShortCode.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "__Documenation", "__Documen
1717
ProjectSection(SolutionItems) = preProject
1818
..\README.md = ..\README.md
1919
..\release-notes\wip-release-notes.md = ..\release-notes\wip-release-notes.md
20+
..\LICENSE = ..\LICENSE
2021
EndProjectSection
2122
EndProject
2223
Global

src/Stravaig.ShortCode/Stravaig.ShortCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Title>Stravaig Short Code</Title>
66
<Authors>Colin Angus Mackay</Authors>
77
<Description>A set of short code generators.</Description>
8-
<Copyright>©2020 Colin Angus Mackay. See licence for more information.</Copyright>
8+
<Copyright>©2020-2021 Stravaig Projects. See licence for more information.</Copyright>
99
<PackageProjectUrl>https://github.com/Stravaig-Projects/Stravaig.ShortCode/blob/main/README.md</PackageProjectUrl>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<RepositoryUrl>https://github.com/Stravaig-Projects/Stravaig.ShortCode</RepositoryUrl>

0 commit comments

Comments
 (0)