Skip to content

Commit b8c04cc

Browse files
committed
Updated copyright to 2019
1 parent 0d1bae1 commit b8c04cc

Some content is hidden

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

63 files changed

+63
-63
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-2018 Neo4j Sweden AB (referred to in this notice as "Neo4j") [http://neo4j.com]
2+
Copyright (c) 2002-2019 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-2018, Neo Technology'
59+
copyright = '2002-2019, 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-2018 "Neo4j,"
4+
# Copyright (c) 2002-2019 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/__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-2018 "Neo4j,"
4+
# Copyright (c) 2002-2019 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/compat/__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-2018 "Neo4j,"
4+
# Copyright (c) 2002-2019 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/config.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-2018 "Neo4j,"
4+
# Copyright (c) 2002-2019 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/exceptions.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-2018 "Neo4j,"
4+
# Copyright (c) 2002-2019 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/meta.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-2018 "Neo4j,"
4+
# Copyright (c) 2002-2019 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/types/__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-2018 "Neo4j,"
4+
# Copyright (c) 2002-2019 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/types/graph.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-2018 "Neo4j,"
4+
# Copyright (c) 2002-2019 "Neo4j,"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

0 commit comments

Comments
 (0)