File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2010-2017 Uber Creative Ltd
3
+ Copyright (c) 2010-2019 Cofoundry Technologies Ltd
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Task("Build")
81
81
. Append ( "/p:AssemblyVersion=" + versionInfo . AssemblySemVer )
82
82
. Append ( "/p:FileVersion=" + versionInfo . MajorMinorPatch + ".0" )
83
83
. 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 + "\" " )
85
85
} ;
86
86
87
87
foreach ( var projectToBuild in projectsToBuild )
You can’t perform that action at this time.
0 commit comments