Skip to content

Commit 4163cf2

Browse files
committed
Copyright update
1 parent c54466b commit 4163cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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) 2010-2017 Uber Creative Ltd
3+
Copyright (c) 2010-2019 Cofoundry Technologies Ltd
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

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Task("Build")
8181
.Append("/p:AssemblyVersion=" + versionInfo.AssemblySemVer)
8282
.Append("/p:FileVersion=" + versionInfo.MajorMinorPatch + ".0")
8383
.Append("/p:InformationalVersion=" + versionInfo.InformationalVersion)
84-
.Append("/p:Copyright=" + "\"Copyright © Cofoundry.org " + DateTime.Now.Year + "\"")
84+
.Append("/p:Copyright=" + "\"Copyright © Cofoundry Technologies Ltd " + DateTime.Now.Year + "\"")
8585
};
8686

8787
foreach (var projectToBuild in projectsToBuild)

0 commit comments

Comments
 (0)