File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 <AssemblyFileRevision Condition =" '$(ReleaseLevel)' == 'final'" >1000</AssemblyFileRevision >
2222
2323 <Product >IronPython</Product >
24- <Company >IronPython Team </Company >
25- <Copyright >© IronPython Contributors</Copyright >
24+ <Company >.NET Foundation </Company >
25+ <Copyright >© .NET Foundation and Contributors</Copyright >
2626 <AssemblyVersion >$(MajorVersion).$(MinorVersion).$(MicroVersion).$(AssemblyRevision)</AssemblyVersion >
2727 <FileVersion >$(MajorVersion).$(MinorVersion).$(MicroVersion).$(AssemblyFileRevision)</FileVersion >
2828 <InformationalVersion >$(MSBuildProjectName) $(MajorVersion).$(MinorVersion).$(MicroVersion) $(ReleaseLevel) $(ReleaseSerial)</InformationalVersion >
Original file line number Diff line number Diff line change 11<Include Id =" VersionNumberInclude" xmlns =" http://wixtoolset.org/schemas/v4/wxs" >
22 <?define ProductShortName = " IronPython" ?>
3- <?define Manufacturer = " IronPython Team " ?>
3+ <?define Manufacturer = " .NET Foundation " ?>
44</Include >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public static class SysModule {
2929 // argv is set by PythonContext and only on the initial load
3030 public static readonly string byteorder = BitConverter . IsLittleEndian ? "little" : "big" ;
3131 // builtin_module_names is set by PythonContext and updated on reload
32- public const string copyright = "Copyright (c) IronPython Team " ;
32+ public const string copyright = "Copyright (c) .NET Foundation and Contributors " ;
3333
3434 private static string GetPrefix ( ) {
3535 string prefix ;
You can’t perform that action at this time.
0 commit comments