Skip to content

Commit 321edf4

Browse files
authored
Update copyright in sys module
1 parent c469631 commit 321edf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/IronPython/Modules/sys.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)