Skip to content

Commit cb81119

Browse files
authored
Remove year from the license header (#501)
1 parent f4958ea commit cb81119

File tree

104 files changed

+104
-104
lines changed

Some content is hidden

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

104 files changed

+104
-104
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Neo4j
2-
Copyright (c) 2002-2020 Neo4j Sweden AB (referred to in this notice as "Neo4j") [http://neo4j.com]
2+
Copyright (c) Neo4j Sweden AB (referred to in this notice as "Neo4j") [http://neo4j.com]
33

44
This product includes software ("Software") developed by Neo4j

docs/source/_static/nature_custom.css_t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* The original Sphinx stylesheet is -- nature theme.
77
*
88
* Copyright (c) 2007-2020 by the Sphinx team.
9-
* Copyright (c) 2020-2020 Neo4j
9+
* Copyright (c) Neo4j
1010
* All rights reserved.
1111
*
1212
* Redistribution and use in source and binary forms, with or without

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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/addressing.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/api.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/conf.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/data.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/debug.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/graph/__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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/io/__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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/io/_bolt3.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/io/_bolt4x0.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/io/_courier.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/routing.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/spatial/__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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/time/__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
# coding: utf-8
33

4-
# Copyright (c) 2002-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/time/__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
# coding: utf-8
33

4-
# Copyright (c) 2002-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/time/arithmetic.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
# coding: utf-8
33

4-
# Copyright (c) 2002-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/time/clock_implementations.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
# coding: utf-8
33

4-
# Copyright (c) 2002-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/time/hydration.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/time/metaclasses.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
# coding: utf-8
33

4-
# Copyright (c) 2002-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/work/__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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/work/pipelining.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-2018 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/work/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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/work/simple.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/work/summary.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

neo4j/work/transaction.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# 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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/conftest.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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/__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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/test_autocommit_transaction_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/test_basic_auth_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/test_config_connection_pool_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/test_config_connection_timeout_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/test_config_max_retry_time_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/test_config_secure_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/test_config_trust_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/test_config_unencrypted_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/test_custom_auth_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

tests/integration/examples/test_custom_resolver_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-2020 "Neo4j,"
4+
# Copyright (c) "Neo4j"
55
# Neo4j Sweden AB [http://neo4j.com]
66
#
77
# This file is part of Neo4j.

0 commit comments

Comments
 (0)