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 11MIT License
22
3- Copyright (c) 2010-2017 Uber Creative Ltd
3+ Copyright (c) 2010-2019 Cofoundry Technologies Ltd
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of 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")
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 )
You can’t perform that action at this time.
0 commit comments