Skip to content

Commit 78253b6

Browse files
committed
deque: fix count (c) header
1 parent 6c7bc79 commit 78253b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

graalpython/lib-graalpython/_collections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
1+
# coding=utf-8
2+
# Copyright (c) 2018, Oracle and/or its affiliates.
23
# Copyright (c) 2017, The PyPy Project
34
#
45
# The MIT License
@@ -20,7 +21,6 @@
2021
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2122
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2223
# DEALINGS IN THE SOFTWARE.
23-
2424
import sys
2525

2626

mx.graalpython/copyrights/overrides

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/sequence
531531
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/sequence/storage/SetSequenceStorageItem.java,zippy.copyright
532532
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/sequence/storage/TupleSequenceStorage.java,zippy.copyright
533533
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/sequence/storage/TypedSequenceStorage.java,zippy.copyright
534+
graalpython/lib-graalpython/_collections.py,pypy.copyright
534535
graalpython/lib-graalpython/_io.py,pypy.copyright
535536
graalpython/lib-graalpython/itertools.py,pypy.copyright
536537
graalpython/lib-graalpython/object.py,pypy.copyright

0 commit comments

Comments
 (0)