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 @@ -82,7 +82,7 @@ Task("Build")
82
82
. Append ( "/p:AssemblyVersion=" + versionInfo . AssemblySemVer )
83
83
. Append ( "/p:FileVersion=" + versionInfo . MajorMinorPatch + ".0" )
84
84
. Append ( "/p:InformationalVersion=" + versionInfo . InformationalVersion )
85
- . Append ( "/p:Copyright=" + "\" Copyright © Cofoundry.org " + DateTime . Now . Year + "\" " )
85
+ . Append ( "/p:Copyright=" + "\" Copyright © Cofoundry Technologies Ltd " + DateTime . Now . Year + "\" " )
86
86
} ;
87
87
88
88
foreach ( var projectToBuild in projectsToBuild )
You can’t perform that action at this time.
0 commit comments