Skip to content

Commit 1cc89f4

Browse files
committed
Update license headers
1 parent 28e369f commit 1cc89f4

File tree

88 files changed

+176
-88
lines changed

Some content is hidden

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

88 files changed

+176
-88
lines changed

neo4j/__init__.py

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

4-
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
4+
# Copyright (c) 2002-2018 "Neo4j,"
5+
# Neo4j Sweden AB [http://neo4j.com]
56
#
67
# This file is part of Neo4j.
78
#

neo4j/__main__.py

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

4-
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
4+
# Copyright (c) 2002-2018 "Neo4j,"
5+
# Neo4j Sweden AB [http://neo4j.com]
56
#
67
# This file is part of Neo4j.
78
#

neo4j/addressing.py

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

4-
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
4+
# Copyright (c) 2002-2018 "Neo4j,"
5+
# Neo4j Sweden AB [http://neo4j.com]
56
#
67
# This file is part of Neo4j.
78
#

neo4j/bolt/__init__.py

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

4-
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
4+
# Copyright (c) 2002-2018 "Neo4j,"
5+
# Neo4j Sweden AB [http://neo4j.com]
56
#
67
# This file is part of Neo4j.
78
#

neo4j/bolt/_io.pyx

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

4-
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
4+
# Copyright (c) 2002-2018 "Neo4j,"
5+
# Neo4j Sweden AB [http://neo4j.com]
56
#
67
# This file is part of Neo4j.
78
#

neo4j/bolt/cert.py

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

4-
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
4+
# Copyright (c) 2002-2018 "Neo4j,"
5+
# Neo4j Sweden AB [http://neo4j.com]
56
#
67
# This file is part of Neo4j.
78
#

neo4j/bolt/connection.py

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

4-
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
4+
# Copyright (c) 2002-2018 "Neo4j,"
5+
# Neo4j Sweden AB [http://neo4j.com]
56
#
67
# This file is part of Neo4j.
78
#

neo4j/bolt/io.py

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

4-
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
4+
# Copyright (c) 2002-2018 "Neo4j,"
5+
# Neo4j Sweden AB [http://neo4j.com]
56
#
67
# This file is part of Neo4j.
78
#

neo4j/bolt/response.py

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

4-
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
4+
# Copyright (c) 2002-2018 "Neo4j,"
5+
# Neo4j Sweden AB [http://neo4j.com]
56
#
67
# This file is part of Neo4j.
78
#

neo4j/compat/__init__.py

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

4-
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
4+
# Copyright (c) 2002-2018 "Neo4j,"
5+
# Neo4j Sweden AB [http://neo4j.com]
56
#
67
# This file is part of Neo4j.
78
#

0 commit comments

Comments
 (0)