Skip to content

Commit 1a315a1

Browse files
authored
build: update packaging (#105)
1 parent 70af08e commit 1a315a1

File tree

224 files changed

+405
-483
lines changed

Some content is hidden

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

224 files changed

+405
-483
lines changed

common/LICENSES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ MIT No Attribution License
258258
reactive-streams
259259
------------------------------------------------------------------------------
260260

261-
The MIT No Attribution License
261+
MIT No Attribution
262262

263-
Copyright <YEAR> <COPYRIGHT HOLDER>
263+
Copyright <year> <copyright holders>
264264

265265
Permission is hereby granted, free of charge, to any person obtaining a copy of this
266266
software and associated documentation files (the "Software"), to deal in the Software
@@ -277,3 +277,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
277277

278278

279279

280+

common/NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) "Neo4j"
2-
Neo4j Sweden AB [http://neo4j.com]
2+
Neo4j Sweden AB [https://neo4j.com]
33

44
This file is part of Neo4j.
55

common/src/main/kotlin/org/neo4j/connectors/kafka/configuration/DeprecatedNeo4jConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
3-
* Neo4j Sweden AB [http://neo4j.com]
3+
* Neo4j Sweden AB [https://neo4j.com]
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

common/src/main/kotlin/org/neo4j/connectors/kafka/configuration/Neo4jConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
3-
* Neo4j Sweden AB [http://neo4j.com]
3+
* Neo4j Sweden AB [https://neo4j.com]
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

common/src/main/kotlin/org/neo4j/connectors/kafka/configuration/Neo4jConfigurationDeclarations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
3-
* Neo4j Sweden AB [http://neo4j.com]
3+
* Neo4j Sweden AB [https://neo4j.com]
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

common/src/main/kotlin/org/neo4j/connectors/kafka/configuration/helpers/ConfigUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
3-
* Neo4j Sweden AB [http://neo4j.com]
3+
* Neo4j Sweden AB [https://neo4j.com]
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

common/src/main/kotlin/org/neo4j/connectors/kafka/configuration/helpers/Duration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
3-
* Neo4j Sweden AB [http://neo4j.com]
3+
* Neo4j Sweden AB [https://neo4j.com]
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

common/src/main/kotlin/org/neo4j/connectors/kafka/configuration/helpers/Recommenders.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
3-
* Neo4j Sweden AB [http://neo4j.com]
3+
* Neo4j Sweden AB [https://neo4j.com]
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

common/src/main/kotlin/org/neo4j/connectors/kafka/configuration/helpers/Validators.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
3-
* Neo4j Sweden AB [http://neo4j.com]
3+
* Neo4j Sweden AB [https://neo4j.com]
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

common/src/main/kotlin/org/neo4j/connectors/kafka/configuration/helpers/VersionUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) "Neo4j"
3-
* Neo4j Sweden AB [http://neo4j.com]
3+
* Neo4j Sweden AB [https://neo4j.com]
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)