diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ddf06d222..92cd72bef 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,7 +49,7 @@ _Source: http://users.ece.utexas.edu/~adnan/pike.html_
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/README.md b/README.md
index f784bbc8d..301f29e1f 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![Sputnik](https://sputnik.ci/conf/badge)](https://sputnik.ci/app#/builds/vavr-io/vavr)
[![Gitter Chat](https://badges.gitter.im/Join%20Chat.png)](https://gitter.im/vavr-io/vavr)
-# [Vavr](http://vavr.io/)
+# [Vavr](https://vavr.io/)
Vavr is an object-functional language extension to Java 8, which aims to reduce the lines of code and increase code quality.
It provides persistent collections, functional abstractions for error handling, concurrent programming, pattern matching and much more.
diff --git a/vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java b/vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java
index 4f38f185a..64d796e89 100644
--- a/vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java
+++ b/vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/JmhRunner.java b/vavr-benchmark/src/test/java/io/vavr/JmhRunner.java
index 2546f2e1b..043dcd942 100644
--- a/vavr-benchmark/src/test/java/io/vavr/JmhRunner.java
+++ b/vavr-benchmark/src/test/java/io/vavr/JmhRunner.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java b/vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java
index 8332268a3..1f77f7b04 100644
--- a/vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java
+++ b/vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java
index e776e09af..0c0e97988 100644
--- a/vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java
index 2918dc478..701af0f79 100644
--- a/vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java
index 9b706b962..989df2e51 100644
--- a/vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java
index 0320862db..90d29bd1e 100644
--- a/vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java
index e10b4704c..d340618de 100644
--- a/vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/ListBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/ListBenchmark.java
index 26c5ab92a..c07cad77a 100644
--- a/vavr-benchmark/src/test/java/io/vavr/collection/ListBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/collection/ListBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/MapBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/MapBenchmark.java
index 8e977927f..75292a6fb 100644
--- a/vavr-benchmark/src/test/java/io/vavr/collection/MapBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/collection/MapBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/PriorityQueueBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/PriorityQueueBenchmark.java
index 41c4d05e1..5a3090ba8 100644
--- a/vavr-benchmark/src/test/java/io/vavr/collection/PriorityQueueBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/collection/PriorityQueueBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/collection/VectorBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/collection/VectorBenchmark.java
index d60b6d3cb..66bbb6fac 100644
--- a/vavr-benchmark/src/test/java/io/vavr/collection/VectorBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/collection/VectorBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/control/LazyBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/control/LazyBenchmark.java
index 105a2cc37..b25b18424 100644
--- a/vavr-benchmark/src/test/java/io/vavr/control/LazyBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/control/LazyBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java
index a7832ddf9..cd06766b1 100644
--- a/vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/idiom/ForBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java
index 52fd5b2e3..cbe3703f9 100644
--- a/vavr-benchmark/src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/idiom/PatternMatchingBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java
index 2835efbc9..ed6da7af2 100644
--- a/vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/idiom/TryBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-benchmark/src/test/java/io/vavr/idiom/TupleBenchmark.java b/vavr-benchmark/src/test/java/io/vavr/idiom/TupleBenchmark.java
index df66b1675..388d5c6b3 100644
--- a/vavr-benchmark/src/test/java/io/vavr/idiom/TupleBenchmark.java
+++ b/vavr-benchmark/src/test/java/io/vavr/idiom/TupleBenchmark.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-match-processor/pom.xml b/vavr-match-processor/pom.xml
index a19dfee39..09e1ccd72 100644
--- a/vavr-match-processor/pom.xml
+++ b/vavr-match-processor/pom.xml
@@ -10,7 +10,7 @@
jar
Vavr Match Annotation Processor
Processor for structural pattern matching.
- http://vavr.io
+ https://vavr.io
The Apache Software License, Version 2.0
diff --git a/vavr-match-processor/src/main/java/io/vavr/match/PatternsProcessor.java b/vavr-match-processor/src/main/java/io/vavr/match/PatternsProcessor.java
index 230e2103d..7c3d771c9 100644
--- a/vavr-match-processor/src/main/java/io/vavr/match/PatternsProcessor.java
+++ b/vavr-match-processor/src/main/java/io/vavr/match/PatternsProcessor.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-match-processor/src/main/java/io/vavr/match/UnapplyChecker.java b/vavr-match-processor/src/main/java/io/vavr/match/UnapplyChecker.java
index 6ea294b8c..d62581a1e 100644
--- a/vavr-match-processor/src/main/java/io/vavr/match/UnapplyChecker.java
+++ b/vavr-match-processor/src/main/java/io/vavr/match/UnapplyChecker.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-match-processor/src/main/java/io/vavr/match/generator/Generator.java b/vavr-match-processor/src/main/java/io/vavr/match/generator/Generator.java
index cb6a3cd02..405d1d12e 100644
--- a/vavr-match-processor/src/main/java/io/vavr/match/generator/Generator.java
+++ b/vavr-match-processor/src/main/java/io/vavr/match/generator/Generator.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-match-processor/src/main/java/io/vavr/match/generator/ImportManager.java b/vavr-match-processor/src/main/java/io/vavr/match/generator/ImportManager.java
index bfcc64d4c..916cedb5e 100644
--- a/vavr-match-processor/src/main/java/io/vavr/match/generator/ImportManager.java
+++ b/vavr-match-processor/src/main/java/io/vavr/match/generator/ImportManager.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-match-processor/src/main/java/io/vavr/match/model/ClassModel.java b/vavr-match-processor/src/main/java/io/vavr/match/model/ClassModel.java
index c08b2872c..b482a332a 100644
--- a/vavr-match-processor/src/main/java/io/vavr/match/model/ClassModel.java
+++ b/vavr-match-processor/src/main/java/io/vavr/match/model/ClassModel.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-match-processor/src/main/java/io/vavr/match/model/MethodModel.java b/vavr-match-processor/src/main/java/io/vavr/match/model/MethodModel.java
index e80e97143..afd52d436 100644
--- a/vavr-match-processor/src/main/java/io/vavr/match/model/MethodModel.java
+++ b/vavr-match-processor/src/main/java/io/vavr/match/model/MethodModel.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-match-processor/src/main/java/io/vavr/match/model/ParameterModel.java b/vavr-match-processor/src/main/java/io/vavr/match/model/ParameterModel.java
index 8ba1134c9..1ae0ea115 100644
--- a/vavr-match-processor/src/main/java/io/vavr/match/model/ParameterModel.java
+++ b/vavr-match-processor/src/main/java/io/vavr/match/model/ParameterModel.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-match-processor/src/main/java/io/vavr/match/model/TypeParameterModel.java b/vavr-match-processor/src/main/java/io/vavr/match/model/TypeParameterModel.java
index 6f7ddb921..be8644e94 100644
--- a/vavr-match-processor/src/main/java/io/vavr/match/model/TypeParameterModel.java
+++ b/vavr-match-processor/src/main/java/io/vavr/match/model/TypeParameterModel.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-match/pom.xml b/vavr-match/pom.xml
index f3a6c9ee1..d51610371 100644
--- a/vavr-match/pom.xml
+++ b/vavr-match/pom.xml
@@ -10,7 +10,7 @@
jar
Vavr Match
Annotation for structural pattern matching.
- http://vavr.io
+ https://vavr.io
The Apache Software License, Version 2.0
diff --git a/vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java b/vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java
index 0a0423f35..0ba5abb3a 100644
--- a/vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java
+++ b/vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java b/vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java
index b30c8cc0e..f404b5328 100644
--- a/vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java
+++ b/vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-test/generator/Generator.scala b/vavr-test/generator/Generator.scala
index 1d62eb5c8..034069990 100644
--- a/vavr-test/generator/Generator.scala
+++ b/vavr-test/generator/Generator.scala
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -697,7 +697,7 @@ def genVavrFile(packageName: String, className: String, baseDir: String = TARGET
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-test/pom.xml b/vavr-test/pom.xml
index 59f3fb9a8..5978b3c1c 100644
--- a/vavr-test/pom.xml
+++ b/vavr-test/pom.xml
@@ -10,7 +10,7 @@
jar
Vavr Test
A property check framework for Vavr.
- http://vavr.io
+ https://vavr.io
The Apache Software License, Version 2.0
diff --git a/vavr-test/src-gen/main/java/io/vavr/test/Property.java b/vavr-test/src-gen/main/java/io/vavr/test/Property.java
index 4e6ec87c4..afa644d7e 100644
--- a/vavr-test/src-gen/main/java/io/vavr/test/Property.java
+++ b/vavr-test/src-gen/main/java/io/vavr/test/Property.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1308,4 +1308,4 @@ static class CheckError extends Error {
super(message, cause);
}
}
-}
\ No newline at end of file
+}
diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java
index c9d1fdda9..0e9691c4e 100644
--- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java
+++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck1Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty1CheckResultIfArbitraryFails() {
.check();
assertThat(result.isErroneous()).isTrue();
}
-}
\ No newline at end of file
+}
diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java
index 19d9e0da9..078a62177 100644
--- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java
+++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck2Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty2CheckResultIfArbitraryFails() {
.check();
assertThat(result.isErroneous()).isTrue();
}
-}
\ No newline at end of file
+}
diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java
index e8e969f97..afb5af92d 100644
--- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java
+++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck3Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty3CheckResultIfArbitraryFails() {
.check();
assertThat(result.isErroneous()).isTrue();
}
-}
\ No newline at end of file
+}
diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java
index ebde50c06..d9e510082 100644
--- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java
+++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck4Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty4CheckResultIfArbitraryFails() {
.check();
assertThat(result.isErroneous()).isTrue();
}
-}
\ No newline at end of file
+}
diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java
index 34412ef0c..23a518f91 100644
--- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java
+++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck5Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty5CheckResultIfArbitraryFails() {
.check();
assertThat(result.isErroneous()).isTrue();
}
-}
\ No newline at end of file
+}
diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java
index bbedf219e..63fb7ff1a 100644
--- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java
+++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck6Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty6CheckResultIfArbitraryFails() {
.check();
assertThat(result.isErroneous()).isTrue();
}
-}
\ No newline at end of file
+}
diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java
index 00beebc16..a543ef176 100644
--- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java
+++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck7Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty7CheckResultIfArbitraryFails() {
.check();
assertThat(result.isErroneous()).isTrue();
}
-}
\ No newline at end of file
+}
diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java
index 023ad36c7..86f8579b9 100644
--- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java
+++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyCheck8Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -120,4 +120,4 @@ public void shouldReturnErroneousProperty8CheckResultIfArbitraryFails() {
.check();
assertThat(result.isErroneous()).isTrue();
}
-}
\ No newline at end of file
+}
diff --git a/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java b/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java
index 6ebc2f86a..d8eb635bd 100644
--- a/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java
+++ b/vavr-test/src-gen/test/java/io/vavr/test/PropertyTest.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -245,4 +245,4 @@ public void shouldCheckOrCombinationWhereFirstPropertyIsFalseAndSecondPropertyIs
final CheckResult result = p1.or(p2).check();
assertThat(result.isSatisfied()).isFalse();
}
-}
\ No newline at end of file
+}
diff --git a/vavr-test/src/main/java/io/vavr/test/Arbitrary.java b/vavr-test/src/main/java/io/vavr/test/Arbitrary.java
index f579cf99b..c382a2701 100644
--- a/vavr-test/src/main/java/io/vavr/test/Arbitrary.java
+++ b/vavr-test/src/main/java/io/vavr/test/Arbitrary.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-test/src/main/java/io/vavr/test/CheckResult.java b/vavr-test/src/main/java/io/vavr/test/CheckResult.java
index d1dc37f11..e86664504 100644
--- a/vavr-test/src/main/java/io/vavr/test/CheckResult.java
+++ b/vavr-test/src/main/java/io/vavr/test/CheckResult.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-test/src/main/java/io/vavr/test/Checkable.java b/vavr-test/src/main/java/io/vavr/test/Checkable.java
index 3ea6c6108..dd023d1cd 100644
--- a/vavr-test/src/main/java/io/vavr/test/Checkable.java
+++ b/vavr-test/src/main/java/io/vavr/test/Checkable.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-test/src/main/java/io/vavr/test/Gen.java b/vavr-test/src/main/java/io/vavr/test/Gen.java
index aeedd1c97..70b13a2a8 100644
--- a/vavr-test/src/main/java/io/vavr/test/Gen.java
+++ b/vavr-test/src/main/java/io/vavr/test/Gen.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-test/src/test/java/io/vavr/test/ArbitraryTest.java b/vavr-test/src/test/java/io/vavr/test/ArbitraryTest.java
index 21b4d8e03..5d21d6bac 100644
--- a/vavr-test/src/test/java/io/vavr/test/ArbitraryTest.java
+++ b/vavr-test/src/test/java/io/vavr/test/ArbitraryTest.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-test/src/test/java/io/vavr/test/CheckResultTest.java b/vavr-test/src/test/java/io/vavr/test/CheckResultTest.java
index 17097ee3a..a261315bc 100644
--- a/vavr-test/src/test/java/io/vavr/test/CheckResultTest.java
+++ b/vavr-test/src/test/java/io/vavr/test/CheckResultTest.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-test/src/test/java/io/vavr/test/ConditionTest.java b/vavr-test/src/test/java/io/vavr/test/ConditionTest.java
index b7c5aed7e..18c0811f7 100644
--- a/vavr-test/src/test/java/io/vavr/test/ConditionTest.java
+++ b/vavr-test/src/test/java/io/vavr/test/ConditionTest.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2018 Vavr, http://vavr.io
+ * Copyright 2014-2018 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr-test/src/test/java/io/vavr/test/GenTest.java b/vavr-test/src/test/java/io/vavr/test/GenTest.java
index 0dc5494da..4e70c4376 100644
--- a/vavr-test/src/test/java/io/vavr/test/GenTest.java
+++ b/vavr-test/src/test/java/io/vavr/test/GenTest.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr/generator/Generator.scala b/vavr/generator/Generator.scala
index 8bb594304..4e55404c3 100644
--- a/vavr/generator/Generator.scala
+++ b/vavr/generator/Generator.scala
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -3752,7 +3752,7 @@ def genVavrFile(packageName: String, className: String, baseDir: String = TARGET
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vavr/pom.xml b/vavr/pom.xml
index 04c2e39c2..a9f2dfcd4 100644
--- a/vavr/pom.xml
+++ b/vavr/pom.xml
@@ -10,7 +10,7 @@
jar
Vavr
Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.
- http://vavr.io
+ https://vavr.io
The Apache Software License, Version 2.0
diff --git a/vavr/src-gen/main/java/io/vavr/API.java b/vavr/src-gen/main/java/io/vavr/API.java
index 40b24b067..6cb12d233 100644
--- a/vavr/src-gen/main/java/io/vavr/API.java
+++ b/vavr/src-gen/main/java/io/vavr/API.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -5654,4 +5654,4 @@ public boolean isDefinedAt(T obj) {
}
}
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java
index ea046c844..ce6415caf 100644
--- a/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java
+++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction0.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -274,4 +274,4 @@ interface CheckedFunction0Module {
static R sneakyThrow(Throwable t) throws T {
throw (T) t;
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java
index 27a6b69a7..1c1bbe1c3 100644
--- a/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java
+++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction1.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -307,4 +307,4 @@ interface CheckedFunction1Module {
static R sneakyThrow(Throwable t) throws T {
throw (T) t;
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java
index e093c5421..74d79099b 100644
--- a/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java
+++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction2.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -303,4 +303,4 @@ interface CheckedFunction2Module {
static R sneakyThrow(Throwable t) throws T {
throw (T) t;
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java
index 88a15fe4b..36ee48fa6 100644
--- a/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java
+++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction3.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -320,4 +320,4 @@ interface CheckedFunction3Module {
static R sneakyThrow(Throwable t) throws T {
throw (T) t;
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java
index 8d8cc0f24..aad60c775 100644
--- a/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java
+++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction4.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -339,4 +339,4 @@ interface CheckedFunction4Module {
static R sneakyThrow(Throwable t) throws T {
throw (T) t;
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java
index 2f3b70df6..41f6fce72 100644
--- a/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java
+++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction5.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -359,4 +359,4 @@ interface CheckedFunction5Module {
static R sneakyThrow(Throwable t) throws T {
throw (T) t;
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java
index c1335c199..b0d3ff627 100644
--- a/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java
+++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction6.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -380,4 +380,4 @@ interface CheckedFunction6Module {
static R sneakyThrow(Throwable t) throws T {
throw (T) t;
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java
index 3c8035cfd..c2248023b 100644
--- a/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java
+++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction7.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -402,4 +402,4 @@ interface CheckedFunction7Module {
static R sneakyThrow(Throwable t) throws T {
throw (T) t;
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java b/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java
index 5fb6f1c00..c7457455e 100644
--- a/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java
+++ b/vavr/src-gen/main/java/io/vavr/CheckedFunction8.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -425,4 +425,4 @@ interface CheckedFunction8Module {
static R sneakyThrow(Throwable t) throws T {
throw (T) t;
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Function0.java b/vavr/src-gen/main/java/io/vavr/Function0.java
index bc517c300..39005c149 100644
--- a/vavr/src-gen/main/java/io/vavr/Function0.java
+++ b/vavr/src-gen/main/java/io/vavr/Function0.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -224,4 +224,4 @@ default Function0 andThen(Function super R, ? extends V> after) {
return () -> after.apply(apply());
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Function1.java b/vavr/src-gen/main/java/io/vavr/Function1.java
index 8cd916730..3e9a9018a 100644
--- a/vavr/src-gen/main/java/io/vavr/Function1.java
+++ b/vavr/src-gen/main/java/io/vavr/Function1.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -287,4 +287,4 @@ default Function1 compose(Function super V, ? extends T1> before) {
Objects.requireNonNull(before, "before is null");
return v -> apply(before.apply(v));
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Function2.java b/vavr/src-gen/main/java/io/vavr/Function2.java
index 2393c54c3..364ad033e 100644
--- a/vavr/src-gen/main/java/io/vavr/Function2.java
+++ b/vavr/src-gen/main/java/io/vavr/Function2.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -256,4 +256,4 @@ default Function2 andThen(Function super R, ? extends V> after)
return (t1, t2) -> after.apply(apply(t1, t2));
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Function3.java b/vavr/src-gen/main/java/io/vavr/Function3.java
index 8ca9223c8..54e6971fa 100644
--- a/vavr/src-gen/main/java/io/vavr/Function3.java
+++ b/vavr/src-gen/main/java/io/vavr/Function3.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -273,4 +273,4 @@ default Function3 andThen(Function super R, ? extends V> af
return (t1, t2, t3) -> after.apply(apply(t1, t2, t3));
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Function4.java b/vavr/src-gen/main/java/io/vavr/Function4.java
index bab062126..71b5e26d6 100644
--- a/vavr/src-gen/main/java/io/vavr/Function4.java
+++ b/vavr/src-gen/main/java/io/vavr/Function4.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -292,4 +292,4 @@ default Function4 andThen(Function super R, ? extends V
return (t1, t2, t3, t4) -> after.apply(apply(t1, t2, t3, t4));
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Function5.java b/vavr/src-gen/main/java/io/vavr/Function5.java
index e499f77b4..2de82f5cc 100644
--- a/vavr/src-gen/main/java/io/vavr/Function5.java
+++ b/vavr/src-gen/main/java/io/vavr/Function5.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -312,4 +312,4 @@ default Function5 andThen(Function super R, ? exten
return (t1, t2, t3, t4, t5) -> after.apply(apply(t1, t2, t3, t4, t5));
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Function6.java b/vavr/src-gen/main/java/io/vavr/Function6.java
index 2677f40ef..2de7f6f44 100644
--- a/vavr/src-gen/main/java/io/vavr/Function6.java
+++ b/vavr/src-gen/main/java/io/vavr/Function6.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -333,4 +333,4 @@ default Function6 andThen(Function super R, ? e
return (t1, t2, t3, t4, t5, t6) -> after.apply(apply(t1, t2, t3, t4, t5, t6));
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Function7.java b/vavr/src-gen/main/java/io/vavr/Function7.java
index 755925aad..bcfb3a92a 100644
--- a/vavr/src-gen/main/java/io/vavr/Function7.java
+++ b/vavr/src-gen/main/java/io/vavr/Function7.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -355,4 +355,4 @@ default Function7 andThen(Function super R,
return (t1, t2, t3, t4, t5, t6, t7) -> after.apply(apply(t1, t2, t3, t4, t5, t6, t7));
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Function8.java b/vavr/src-gen/main/java/io/vavr/Function8.java
index ed2682dc1..3587a3f6d 100644
--- a/vavr/src-gen/main/java/io/vavr/Function8.java
+++ b/vavr/src-gen/main/java/io/vavr/Function8.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -378,4 +378,4 @@ default Function8 andThen(Function supe
return (t1, t2, t3, t4, t5, t6, t7, t8) -> after.apply(apply(t1, t2, t3, t4, t5, t6, t7, t8));
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Tuple.java b/vavr/src-gen/main/java/io/vavr/Tuple.java
index ad63c3e20..f6dd4a19b 100644
--- a/vavr/src-gen/main/java/io/vavr/Tuple.java
+++ b/vavr/src-gen/main/java/io/vavr/Tuple.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -634,4 +634,4 @@ static Tuple8, Seq, Seq, Seq(s.map(Tuple8::_1), s.map(Tuple8::_2), s.map(Tuple8::_3), s.map(Tuple8::_4), s.map(Tuple8::_5), s.map(Tuple8::_6), s.map(Tuple8::_7), s.map(Tuple8::_8));
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Tuple0.java b/vavr/src-gen/main/java/io/vavr/Tuple0.java
index aceaf95b6..1fdf239b4 100644
--- a/vavr/src-gen/main/java/io/vavr/Tuple0.java
+++ b/vavr/src-gen/main/java/io/vavr/Tuple0.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -266,4 +266,4 @@ private Object readResolve() {
return INSTANCE;
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Tuple1.java b/vavr/src-gen/main/java/io/vavr/Tuple1.java
index c179bbcdb..ad4ef6f38 100644
--- a/vavr/src-gen/main/java/io/vavr/Tuple1.java
+++ b/vavr/src-gen/main/java/io/vavr/Tuple1.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -288,4 +288,4 @@ public String toString() {
return "(" + _1 + ")";
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Tuple2.java b/vavr/src-gen/main/java/io/vavr/Tuple2.java
index 766a8f85d..0d4048eb3 100644
--- a/vavr/src-gen/main/java/io/vavr/Tuple2.java
+++ b/vavr/src-gen/main/java/io/vavr/Tuple2.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -374,4 +374,4 @@ public String toString() {
return "(" + _1 + ", " + _2 + ")";
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Tuple3.java b/vavr/src-gen/main/java/io/vavr/Tuple3.java
index 9f93f527b..d322c3cdb 100644
--- a/vavr/src-gen/main/java/io/vavr/Tuple3.java
+++ b/vavr/src-gen/main/java/io/vavr/Tuple3.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -389,4 +389,4 @@ public String toString() {
return "(" + _1 + ", " + _2 + ", " + _3 + ")";
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Tuple4.java b/vavr/src-gen/main/java/io/vavr/Tuple4.java
index 8769f68e0..47277d573 100644
--- a/vavr/src-gen/main/java/io/vavr/Tuple4.java
+++ b/vavr/src-gen/main/java/io/vavr/Tuple4.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -428,4 +428,4 @@ public String toString() {
return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ")";
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Tuple5.java b/vavr/src-gen/main/java/io/vavr/Tuple5.java
index 6e01bc97b..59a13627d 100644
--- a/vavr/src-gen/main/java/io/vavr/Tuple5.java
+++ b/vavr/src-gen/main/java/io/vavr/Tuple5.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -468,4 +468,4 @@ public String toString() {
return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ")";
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Tuple6.java b/vavr/src-gen/main/java/io/vavr/Tuple6.java
index 7d6f79634..7302e98f2 100644
--- a/vavr/src-gen/main/java/io/vavr/Tuple6.java
+++ b/vavr/src-gen/main/java/io/vavr/Tuple6.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -509,4 +509,4 @@ public String toString() {
return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ", " + _6 + ")";
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Tuple7.java b/vavr/src-gen/main/java/io/vavr/Tuple7.java
index cf09d83ed..178d7a256 100644
--- a/vavr/src-gen/main/java/io/vavr/Tuple7.java
+++ b/vavr/src-gen/main/java/io/vavr/Tuple7.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -551,4 +551,4 @@ public String toString() {
return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ", " + _6 + ", " + _7 + ")";
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/Tuple8.java b/vavr/src-gen/main/java/io/vavr/Tuple8.java
index 65fd21475..abda0d62b 100644
--- a/vavr/src-gen/main/java/io/vavr/Tuple8.java
+++ b/vavr/src-gen/main/java/io/vavr/Tuple8.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -583,4 +583,4 @@ public String toString() {
return "(" + _1 + ", " + _2 + ", " + _3 + ", " + _4 + ", " + _5 + ", " + _6 + ", " + _7 + ", " + _8 + ")";
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java b/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java
index 8b98b4038..7a6fd80ea 100644
--- a/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java
+++ b/vavr/src-gen/main/java/io/vavr/collection/ArrayType.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -511,4 +511,4 @@ private static Object copyNonEmpty(Object array, int arraySize, int sourceFrom,
return result;
}
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/APITest.java b/vavr/src-gen/test/java/io/vavr/APITest.java
index fc1a50ff8..e90500fd0 100644
--- a/vavr/src-gen/test/java/io/vavr/APITest.java
+++ b/vavr/src-gen/test/java/io/vavr/APITest.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1651,4 +1651,4 @@ public void shouldMatchPattern8() {
);
assertThat(match).isEqualTo("okMatch");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java
index 3a13040e6..50caa47e3 100644
--- a/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java
+++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction0Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -203,4 +203,4 @@ public void shouldNarrow() throws Throwable{
assertThat(narrowFunction.apply()).isEqualTo("Zero args");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java
index 50844cf9b..196680c01 100644
--- a/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java
+++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction1Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -216,4 +216,4 @@ public void shouldNarrow() throws Throwable{
assertThat(narrowFunction.apply(1)).isEqualTo("Numbers are: 1");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java
index 914894201..98b92e3b0 100644
--- a/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java
+++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction2Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -207,4 +207,4 @@ public void shouldNarrow() throws Throwable{
assertThat(narrowFunction.apply(1, 2)).isEqualTo("Numbers are: 1, 2");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java
index 6304c551b..37eac8c2d 100644
--- a/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java
+++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction3Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -208,4 +208,4 @@ public void shouldNarrow() throws Throwable{
assertThat(narrowFunction.apply(1, 2, 3)).isEqualTo("Numbers are: 1, 2, 3");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java
index b050cc26e..aba547a1a 100644
--- a/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java
+++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction4Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -209,4 +209,4 @@ public void shouldNarrow() throws Throwable{
assertThat(narrowFunction.apply(1, 2, 3, 4)).isEqualTo("Numbers are: 1, 2, 3, 4");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java
index b0308bf26..7ec7854b2 100644
--- a/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java
+++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction5Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -210,4 +210,4 @@ public void shouldNarrow() throws Throwable{
assertThat(narrowFunction.apply(1, 2, 3, 4, 5)).isEqualTo("Numbers are: 1, 2, 3, 4, 5");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java
index 3f1ccba9d..9cb09441d 100644
--- a/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java
+++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction6Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -211,4 +211,4 @@ public void shouldNarrow() throws Throwable{
assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java
index 07c20c56e..d01a85266 100644
--- a/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java
+++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction7Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -212,4 +212,4 @@ public void shouldNarrow() throws Throwable{
assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java b/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java
index b90cead91..da0ebed2e 100644
--- a/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java
+++ b/vavr/src-gen/test/java/io/vavr/CheckedFunction8Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -213,4 +213,4 @@ public void shouldNarrow() throws Throwable{
assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7, 8)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7, 8");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Function0Test.java b/vavr/src-gen/test/java/io/vavr/Function0Test.java
index fc6a504b1..10404deb8 100644
--- a/vavr/src-gen/test/java/io/vavr/Function0Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Function0Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -156,4 +156,4 @@ public void shouldNarrow(){
assertThat(narrowFunction.apply()).isEqualTo("Zero args");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Function1Test.java b/vavr/src-gen/test/java/io/vavr/Function1Test.java
index 3b4d004da..135948a1e 100644
--- a/vavr/src-gen/test/java/io/vavr/Function1Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Function1Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -193,4 +193,4 @@ public void shouldNarrow(){
assertThat(narrowFunction.apply(1)).isEqualTo("Numbers are: 1");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Function2Test.java b/vavr/src-gen/test/java/io/vavr/Function2Test.java
index ad804f8ce..cb8109726 100644
--- a/vavr/src-gen/test/java/io/vavr/Function2Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Function2Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -165,4 +165,4 @@ public void shouldNarrow(){
assertThat(narrowFunction.apply(1, 2)).isEqualTo("Numbers are: 1, 2");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Function3Test.java b/vavr/src-gen/test/java/io/vavr/Function3Test.java
index 3a69d9fa3..071d2ca02 100644
--- a/vavr/src-gen/test/java/io/vavr/Function3Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Function3Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -166,4 +166,4 @@ public void shouldNarrow(){
assertThat(narrowFunction.apply(1, 2, 3)).isEqualTo("Numbers are: 1, 2, 3");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Function4Test.java b/vavr/src-gen/test/java/io/vavr/Function4Test.java
index c4fcfb112..02636bb6e 100644
--- a/vavr/src-gen/test/java/io/vavr/Function4Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Function4Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -167,4 +167,4 @@ public void shouldNarrow(){
assertThat(narrowFunction.apply(1, 2, 3, 4)).isEqualTo("Numbers are: 1, 2, 3, 4");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Function5Test.java b/vavr/src-gen/test/java/io/vavr/Function5Test.java
index a49c865c3..5448cede3 100644
--- a/vavr/src-gen/test/java/io/vavr/Function5Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Function5Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -168,4 +168,4 @@ public void shouldNarrow(){
assertThat(narrowFunction.apply(1, 2, 3, 4, 5)).isEqualTo("Numbers are: 1, 2, 3, 4, 5");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Function6Test.java b/vavr/src-gen/test/java/io/vavr/Function6Test.java
index ae8ba5ba6..2e3f48e6b 100644
--- a/vavr/src-gen/test/java/io/vavr/Function6Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Function6Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -169,4 +169,4 @@ public void shouldNarrow(){
assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Function7Test.java b/vavr/src-gen/test/java/io/vavr/Function7Test.java
index b548efecf..043af7e78 100644
--- a/vavr/src-gen/test/java/io/vavr/Function7Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Function7Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -170,4 +170,4 @@ public void shouldNarrow(){
assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Function8Test.java b/vavr/src-gen/test/java/io/vavr/Function8Test.java
index 955948f70..54408f522 100644
--- a/vavr/src-gen/test/java/io/vavr/Function8Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Function8Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -171,4 +171,4 @@ public void shouldNarrow(){
assertThat(narrowFunction.apply(1, 2, 3, 4, 5, 6, 7, 8)).isEqualTo("Numbers are: 1, 2, 3, 4, 5, 6, 7, 8");
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Tuple0Test.java b/vavr/src-gen/test/java/io/vavr/Tuple0Test.java
index fd0168fec..bf91fd860 100644
--- a/vavr/src-gen/test/java/io/vavr/Tuple0Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Tuple0Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -166,4 +166,4 @@ private Tuple0 createTuple() {
private Tuple0 createIntTuple() {
return Tuple0.instance();
}
-}
\ No newline at end of file
+}
diff --git a/vavr/src-gen/test/java/io/vavr/Tuple1Test.java b/vavr/src-gen/test/java/io/vavr/Tuple1Test.java
index bc9bde19f..520ab022e 100644
--- a/vavr/src-gen/test/java/io/vavr/Tuple1Test.java
+++ b/vavr/src-gen/test/java/io/vavr/Tuple1Test.java
@@ -3,7 +3,7 @@
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
- * Copyright 2014-2024 Vavr, http://vavr.io
+ * Copyright 2014-2024 Vavr, https://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -210,4 +210,4 @@ private Tuple1