Skip to content

Commit 9053bc5

Browse files
committed
Happy New 2017!!
1 parent 9dc242c commit 9053bc5

Some content is hidden

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

43 files changed

+43
-43
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Neo4j
2-
Copyright © 2002-2016 Network Engine for Objects in Lund AB (referred to
2+
Copyright © 2002-2017 Network Engine for Objects in Lund AB (referred to
33
in this notice as "Neo Technology")
44
[http://neotechnology.com]
55

docs/source/conf.py

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

5656
# General information about the project.
5757
project = 'Neo4j Bolt Driver for Python'
58-
copyright = '2002-2016, Neo Technology'
58+
copyright = '2002-2017, Neo Technology'
5959
author = 'Neo Technology'
6060

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

examples/test_examples.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-2016 "Neo Technology,"
4+
# Copyright (c) 2002-2017 "Neo Technology,"
55
# Network Engine for Objects in Lund AB [http://neotechnology.com]
66
#
77
# This file is part of Neo4j.

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-2016 "Neo Technology,"
4+
# Copyright (c) 2002-2017 "Neo Technology,"
55
# Network Engine for Objects in Lund AB [http://neotechnology.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-2016 "Neo Technology,"
4+
# Copyright (c) 2002-2017 "Neo Technology,"
55
# Network Engine for Objects in Lund AB [http://neotechnology.com]
66
#
77
# This file is part of Neo4j.

neo4j/bolt/__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-2016 "Neo Technology,"
4+
# Copyright (c) 2002-2017 "Neo Technology,"
55
# Network Engine for Objects in Lund AB [http://neotechnology.com]
66
#
77
# This file is part of Neo4j.

neo4j/bolt/connection.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-2016 "Neo Technology,"
4+
# Copyright (c) 2002-2017 "Neo Technology,"
55
# Network Engine for Objects in Lund AB [http://neotechnology.com]
66
#
77
# This file is part of Neo4j.

neo4j/bolt/packstream.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-2016 "Neo Technology,"
4+
# Copyright (c) 2002-2017 "Neo Technology,"
55
# Network Engine for Objects in Lund AB [http://neotechnology.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-2016 "Neo Technology,"
4+
# Copyright (c) 2002-2017 "Neo Technology,"
55
# Network Engine for Objects in Lund AB [http://neotechnology.com]
66
#
77
# This file is part of Neo4j.

neo4j/compat/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-2016 "Neo Technology,"
4+
# Copyright (c) 2002-2017 "Neo Technology,"
55
# Network Engine for Objects in Lund AB [http://neotechnology.com]
66
#
77
# This file is part of Neo4j.

0 commit comments

Comments
 (0)