Skip to content

Commit e5caffd

Browse files
author
Zhen Li
authored
Merge pull request #121 from neo4j/1.0-license-header
Updated year from 2016 to 2017
2 parents 3938563 + da67835 commit e5caffd

38 files changed

+38
-38
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

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-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.

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/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-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/util.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/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-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/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-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/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-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/v1/constants.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/v1/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-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/v1/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/v1/session.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/v1/ssl_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-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/v1/types.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.

runtests.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.

runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (c) 2002-2016 "Neo Technology,"
3+
# Copyright (c) 2002-2017 "Neo Technology,"
44
# Network Engine for Objects in Lund AB [http://neotechnology.com]
55
#
66
# This file is part of Neo4j.

setup.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.

test/auth.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.

test/tck/configure_feature_files.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.

test/tck/environment.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.

test/tck/resultparser.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.

test/tck/steps/bolt_compability_steps.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.

test/tck/steps/cypher_compability_steps.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.

test/tck/steps/driver_auth_steps.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.

test/tck/steps/driver_equality_steps.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.

test/tck/steps/driver_result_api_steps.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.

test/tck/steps/error_reporting_steps.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.

test/tck/steps/statement_result.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.

test/tck/tck_util.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.

test/tck/test_value.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.

test/test_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.

test/test_session.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.

test/test_stability.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.

test/test_types.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.

test/util.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)