Skip to content

Commit 3fa5569

Browse files
Merge branch '4.0-copyright-2020'
Merge due to filename change io/bolt3.py to io/_bolt3.py https://github.com/technige/neo4j-python-driver into technige-4.0-copyright-2020
2 parents 6ea3ea2 + a3743cf commit 3fa5569

File tree

92 files changed

+95
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+95
-92
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Neo4j
2-
Copyright (c) 2002-2019 Neo4j Sweden AB (referred to in this notice as "Neo4j") [http://neo4j.com]
2+
Copyright (c) 2002-2020 Neo4j Sweden AB (referred to in this notice as "Neo4j") [http://neo4j.com]
33

44
This product includes software ("Software") developed by Neo4j

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
# General information about the project.
5858
project = 'Neo4j Bolt Driver for Python'
59-
copyright = '2002-2019, Neo Technology'
59+
copyright = '2002-2020, Neo Technology'
6060
author = 'Neo Technology'
6161

6262
# The version info for the project you're documenting, acts as replacement for

neo4j/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- encoding: utf-8 -*-
33

4-
# Copyright (c) 2002-2019 "Neo4j,"
4+
# Copyright (c) 2002-2020 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/addressing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- encoding: utf-8 -*-
33

4-
# Copyright (c) 2002-2019 "Neo4j,"
4+
# Copyright (c) 2002-2020 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/aio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- encoding: utf-8 -*-
33

4-
# Copyright (c) 2002-2019 "Neo4j,"
4+
# Copyright (c) 2002-2020 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/aio/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- encoding: utf-8 -*-
33

4-
# Copyright (c) 2002-2019 "Neo4j,"
4+
# Copyright (c) 2002-2020 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/aio/_bolt3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- encoding: utf-8 -*-
33

4-
# Copyright (c) 2002-2019 "Neo4j,"
4+
# Copyright (c) 2002-2020 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/aio/_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- encoding: utf-8 -*-
33

4-
# Copyright (c) 2002-2019 "Neo4j,"
4+
# Copyright (c) 2002-2020 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/aio/_mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- encoding: utf-8 -*-
33

4-
# Copyright (c) 2002-2019 "Neo4j,"
4+
# Copyright (c) 2002-2020 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- encoding: utf-8 -*-
33

4-
# Copyright (c) 2002-2019 "Neo4j,"
4+
# Copyright (c) 2002-2020 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

0 commit comments

Comments
 (0)