Skip to content

Commit 133829a

Browse files
committed
Updated copyright date
1 parent 66ad752 commit 133829a

20 files changed

+21
-21
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-2015 Network Engine for Objects in Lund AB (referred to
2+
Copyright © 2002-2016 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 = '2015, Neo Technology'
58+
copyright = '2002-2016, Neo Technology'
5959
author = 'Neo Technology'
6060

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

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

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

neo4j/v1/bench.py

Lines changed: 2 additions & 2 deletions
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-2015 "Neo Technology,"
4+
# Copyright (c) 2002-2016 "Neo Technology,"
55
# Network Engine for Objects in Lund AB [http://neotechnology.com]
66
#
77
# This file is part of Neo4j.
@@ -182,7 +182,7 @@ def help_(**kwargs):
182182
def main():
183183
processor_count = processors()
184184
print("Neo4j Benchmarking Tool for Python")
185-
print("Copyright (c) 2002-2015 \"Neo Technology,\"")
185+
print("Copyright (c) 2002-2016 \"Neo Technology,\"")
186186
print("Network Engine for Objects in Lund AB [http://neotechnology.com]")
187187
print("Report bugs to nigel@neotechnology.com")
188188
print()

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

neo4j/v1/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-2015 "Neo Technology,"
4+
# Copyright (c) 2002-2016 "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)