File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
com.oracle.graal.python.test/src/tests
com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
@@ -49,4 +49,4 @@ def test_getpwuid(self):
49
49
assert passwd .pw_uid == 1000
50
50
self .assertIsNotNone (passwd .pw_gid )
51
51
self .assertIsNotNone (passwd .pw_gecos )
52
- self .assertIsNotNone (passwd .pw_shell )
52
+ self .assertIsNotNone (passwd .pw_shell )
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* The Universal Permissive License (UPL), Version 1.0
You can’t perform that action at this time.
0 commit comments