We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sys
1 parent c469631 commit 321edf4Copy full SHA for 321edf4
Src/IronPython/Modules/sys.cs
@@ -29,7 +29,7 @@ public static class SysModule {
29
// argv is set by PythonContext and only on the initial load
30
public static readonly string byteorder = BitConverter.IsLittleEndian ? "little" : "big";
31
// builtin_module_names is set by PythonContext and updated on reload
32
- public const string copyright = "Copyright (c) IronPython Team";
+ public const string copyright = "Copyright (c) .NET Foundation and Contributors";
33
34
private static string GetPrefix() {
35
string prefix;
0 commit comments