Skip to content

Commit 86882c1

Browse files
committed
Updated copyright
1 parent b007228 commit 86882c1

File tree

89 files changed

+90
-180
lines changed

Some content is hidden

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

89 files changed

+90
-180
lines changed

NOTICE.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
Neo4j
2-
Copyright © 2002-2018 Network Engine for Objects in Lund AB (referred to
3-
in this notice as "Neo Technology")
4-
[http://neotechnology.com]
2+
Copyright (c) 2002-2018 Neo4j Sweden AB (referred to in this notice as "Neo4j") [http://neo4j.com]
53

6-
This product includes software ("Software") developed by Neo Technology.
4+
This product includes software ("Software") developed by Neo4j

neo4j/__init__.py

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

4-
# Copyright (c) 2002-2018 "Neo Technology,"
5-
# Network Engine for Objects in Lund AB [http://neotechnology.com]
4+
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
65
#
76
# This file is part of Neo4j.
87
#

neo4j/__main__.py

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

4-
# Copyright (c) 2002-2018 "Neo Technology,"
5-
# Network Engine for Objects in Lund AB [http://neotechnology.com]
4+
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
65
#
76
# This file is part of Neo4j.
87
#

neo4j/addressing.py

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

4-
# Copyright (c) 2002-2018 "Neo Technology,"
5-
# Network Engine for Objects in Lund AB [http://neotechnology.com]
4+
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
65
#
76
# This file is part of Neo4j.
87
#

neo4j/bolt/__init__.py

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

4-
# Copyright (c) 2002-2018 "Neo Technology,"
5-
# Network Engine for Objects in Lund AB [http://neotechnology.com]
4+
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
65
#
76
# This file is part of Neo4j.
87
#

neo4j/bolt/_io.pyx

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

4-
# Copyright (c) 2002-2018 "Neo Technology,"
5-
# Network Engine for Objects in Lund AB [http://neotechnology.com]
4+
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
65
#
76
# This file is part of Neo4j.
87
#

neo4j/bolt/cert.py

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

4-
# Copyright (c) 2002-2018 "Neo Technology,"
5-
# Network Engine for Objects in Lund AB [http://neotechnology.com]
4+
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
65
#
76
# This file is part of Neo4j.
87
#

neo4j/bolt/connection.py

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

4-
# Copyright (c) 2002-2018 "Neo Technology,"
5-
# Network Engine for Objects in Lund AB [http://neotechnology.com]
4+
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
65
#
76
# This file is part of Neo4j.
87
#

neo4j/bolt/io.py

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

4-
# Copyright (c) 2002-2018 "Neo Technology,"
5-
# Network Engine for Objects in Lund AB [http://neotechnology.com]
4+
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
65
#
76
# This file is part of Neo4j.
87
#

neo4j/bolt/response.py

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

4-
# Copyright (c) 2002-2018 "Neo Technology,"
5-
# Network Engine for Objects in Lund AB [http://neotechnology.com]
4+
# Copyright (c) 2002-2018 Neo4j Sweden AB [http://neo4j.com]
65
#
76
# This file is part of Neo4j.
87
#

0 commit comments

Comments
 (0)