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 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 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 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 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 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 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 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 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 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 createTuple() { private Tuple1 createIntTuple(Integer i1) { return new Tuple1<>(i1); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple2Test.java b/vavr/src-gen/test/java/io/vavr/Tuple2Test.java index 8baef9208..b98ebf667 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple2Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple2Test.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. @@ -259,4 +259,4 @@ private Tuple2 createTuple() { private Tuple2 createIntTuple(Integer i1, Integer i2) { return new Tuple2<>(i1, i2); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple3Test.java b/vavr/src-gen/test/java/io/vavr/Tuple3Test.java index f9bedd34f..6162604c4 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple3Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple3Test.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. @@ -268,4 +268,4 @@ private Tuple3 createTuple() { private Tuple3 createIntTuple(Integer i1, Integer i2, Integer i3) { return new Tuple3<>(i1, i2, i3); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple4Test.java b/vavr/src-gen/test/java/io/vavr/Tuple4Test.java index e30fdc935..ad1c01cbe 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple4Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple4Test.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. @@ -293,4 +293,4 @@ private Tuple4 createTuple() { private Tuple4 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4) { return new Tuple4<>(i1, i2, i3, i4); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple5Test.java b/vavr/src-gen/test/java/io/vavr/Tuple5Test.java index 1f82c2475..ade8481a6 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple5Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple5Test.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 @@ private Tuple5 createTuple() { private Tuple5 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5) { return new Tuple5<>(i1, i2, i3, i4, i5); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple6Test.java b/vavr/src-gen/test/java/io/vavr/Tuple6Test.java index 7de3c587b..952f4beb8 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple6Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple6Test.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. @@ -349,4 +349,4 @@ private Tuple6 createTuple() { private Tuple6 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6) { return new Tuple6<>(i1, i2, i3, i4, i5, i6); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple7Test.java b/vavr/src-gen/test/java/io/vavr/Tuple7Test.java index 6982af929..19847a2c3 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple7Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple7Test.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 @@ private Tuple7 createTup private Tuple7 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6, Integer i7) { return new Tuple7<>(i1, i2, i3, i4, i5, i6, i7); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/Tuple8Test.java b/vavr/src-gen/test/java/io/vavr/Tuple8Test.java index 4fa90fc14..81037d675 100644 --- a/vavr/src-gen/test/java/io/vavr/Tuple8Test.java +++ b/vavr/src-gen/test/java/io/vavr/Tuple8Test.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. @@ -406,4 +406,4 @@ private Tuple8 c private Tuple8 createIntTuple(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6, Integer i7, Integer i8) { return new Tuple8<>(i1, i2, i3, i4, i5, i6, i7, i8); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java index 12e89142d..76a9eb5e5 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/HashMapOfEntriesTest.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. @@ -163,4 +163,4 @@ public void shouldConstructFrom10Entries() { assertThat(map.get(9).get()).isEqualTo("9"); assertThat(map.get(10).get()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java index 82c0cb9fc..a4f06b612 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/HashMultimapOfEntriesTest.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. @@ -789,4 +789,4 @@ public void shouldConstructFrom10EntriesWithSortedSet() { assertThat(map.get(10).get() instanceof SortedSet).isTrue(); assertThat(map.get(10).get().head()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java index 78e0accb0..a4a79cc06 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMapOfEntriesTest.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. @@ -163,4 +163,4 @@ public void shouldConstructFrom10Entries() { assertThat(map.get(9).get()).isEqualTo("9"); assertThat(map.get(10).get()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java index 8aed98821..f98969dca 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/LinkedHashMultimapOfEntriesTest.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. @@ -789,4 +789,4 @@ public void shouldConstructFrom10EntriesWithSortedSet() { assertThat(map.get(10).get() instanceof SortedSet).isTrue(); assertThat(map.get(10).get().head()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java index da6dd5650..f35f9c233 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/TreeMapOfEntriesTest.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. @@ -299,4 +299,4 @@ public void shouldConstructFrom10Entries() { assertThat(map.get(9).get()).isEqualTo("9"); assertThat(map.get(10).get()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java b/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java index 79feec022..2fa45c63a 100644 --- a/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.java +++ b/vavr/src-gen/test/java/io/vavr/collection/TreeMultimapOfEntriesTest.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. @@ -1549,4 +1549,4 @@ public void shouldConstructFrom10EntriesWithSortedSet() { assertThat(map.get(10).get() instanceof SortedSet).isTrue(); assertThat(map.get(10).get().head()).isEqualTo("10"); } -} \ No newline at end of file +} diff --git a/vavr/src/main/java/io/vavr/$.java b/vavr/src/main/java/io/vavr/$.java index 5f025f43c..595db34c1 100644 --- a/vavr/src/main/java/io/vavr/$.java +++ b/vavr/src/main/java/io/vavr/$.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/src/main/java/io/vavr/CheckedConsumer.java b/vavr/src/main/java/io/vavr/CheckedConsumer.java index 1ce78b3c5..dc6c985d8 100644 --- a/vavr/src/main/java/io/vavr/CheckedConsumer.java +++ b/vavr/src/main/java/io/vavr/CheckedConsumer.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/src/main/java/io/vavr/CheckedPredicate.java b/vavr/src/main/java/io/vavr/CheckedPredicate.java index caf52a4f7..5e396aef1 100644 --- a/vavr/src/main/java/io/vavr/CheckedPredicate.java +++ b/vavr/src/main/java/io/vavr/CheckedPredicate.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/src/main/java/io/vavr/CheckedRunnable.java b/vavr/src/main/java/io/vavr/CheckedRunnable.java index 02c43fa20..d9c2498be 100644 --- a/vavr/src/main/java/io/vavr/CheckedRunnable.java +++ b/vavr/src/main/java/io/vavr/CheckedRunnable.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/src/main/java/io/vavr/GwtIncompatible.java b/vavr/src/main/java/io/vavr/GwtIncompatible.java index eedb827e3..bb04a6fa7 100644 --- a/vavr/src/main/java/io/vavr/GwtIncompatible.java +++ b/vavr/src/main/java/io/vavr/GwtIncompatible.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/src/main/java/io/vavr/Lazy.java b/vavr/src/main/java/io/vavr/Lazy.java index 58f115931..a6a1416aa 100644 --- a/vavr/src/main/java/io/vavr/Lazy.java +++ b/vavr/src/main/java/io/vavr/Lazy.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/src/main/java/io/vavr/MatchError.java b/vavr/src/main/java/io/vavr/MatchError.java index 877662f94..ee6746786 100644 --- a/vavr/src/main/java/io/vavr/MatchError.java +++ b/vavr/src/main/java/io/vavr/MatchError.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/src/main/java/io/vavr/NotImplementedError.java b/vavr/src/main/java/io/vavr/NotImplementedError.java index 8acaaae0a..5abd629d3 100644 --- a/vavr/src/main/java/io/vavr/NotImplementedError.java +++ b/vavr/src/main/java/io/vavr/NotImplementedError.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/src/main/java/io/vavr/PartialFunction.java b/vavr/src/main/java/io/vavr/PartialFunction.java index bde8db75e..cd5c75da9 100644 --- a/vavr/src/main/java/io/vavr/PartialFunction.java +++ b/vavr/src/main/java/io/vavr/PartialFunction.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/src/main/java/io/vavr/Predicates.java b/vavr/src/main/java/io/vavr/Predicates.java index bf6fccb71..b38f7d278 100644 --- a/vavr/src/main/java/io/vavr/Predicates.java +++ b/vavr/src/main/java/io/vavr/Predicates.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/src/main/java/io/vavr/Value.java b/vavr/src/main/java/io/vavr/Value.java index fac512554..b258a7913 100644 --- a/vavr/src/main/java/io/vavr/Value.java +++ b/vavr/src/main/java/io/vavr/Value.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/src/main/java/io/vavr/collection/AbstractIterator.java b/vavr/src/main/java/io/vavr/collection/AbstractIterator.java index f1d1476ff..d61683428 100644 --- a/vavr/src/main/java/io/vavr/collection/AbstractIterator.java +++ b/vavr/src/main/java/io/vavr/collection/AbstractIterator.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/src/main/java/io/vavr/collection/AbstractMultimap.java b/vavr/src/main/java/io/vavr/collection/AbstractMultimap.java index 6ed5cef8d..31c80ab3c 100644 --- a/vavr/src/main/java/io/vavr/collection/AbstractMultimap.java +++ b/vavr/src/main/java/io/vavr/collection/AbstractMultimap.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/src/main/java/io/vavr/collection/AbstractQueue.java b/vavr/src/main/java/io/vavr/collection/AbstractQueue.java index 29a12a25d..1cb693474 100644 --- a/vavr/src/main/java/io/vavr/collection/AbstractQueue.java +++ b/vavr/src/main/java/io/vavr/collection/AbstractQueue.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/src/main/java/io/vavr/collection/Array.java b/vavr/src/main/java/io/vavr/collection/Array.java index 7b0e0cca9..d0de575a6 100644 --- a/vavr/src/main/java/io/vavr/collection/Array.java +++ b/vavr/src/main/java/io/vavr/collection/Array.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/src/main/java/io/vavr/collection/BitMappedTrie.java b/vavr/src/main/java/io/vavr/collection/BitMappedTrie.java index 964cc1b64..37fa7297f 100644 --- a/vavr/src/main/java/io/vavr/collection/BitMappedTrie.java +++ b/vavr/src/main/java/io/vavr/collection/BitMappedTrie.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/src/main/java/io/vavr/collection/BitSet.java b/vavr/src/main/java/io/vavr/collection/BitSet.java index d46b7cd54..d09a74e7e 100644 --- a/vavr/src/main/java/io/vavr/collection/BitSet.java +++ b/vavr/src/main/java/io/vavr/collection/BitSet.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/src/main/java/io/vavr/collection/CharSeq.java b/vavr/src/main/java/io/vavr/collection/CharSeq.java index 792ebfd50..48cb5ca4b 100644 --- a/vavr/src/main/java/io/vavr/collection/CharSeq.java +++ b/vavr/src/main/java/io/vavr/collection/CharSeq.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/src/main/java/io/vavr/collection/Collections.java b/vavr/src/main/java/io/vavr/collection/Collections.java index 6483feefd..c0df37b36 100644 --- a/vavr/src/main/java/io/vavr/collection/Collections.java +++ b/vavr/src/main/java/io/vavr/collection/Collections.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/src/main/java/io/vavr/collection/Comparators.java b/vavr/src/main/java/io/vavr/collection/Comparators.java index d1d0bdcb7..ea3ff7e50 100644 --- a/vavr/src/main/java/io/vavr/collection/Comparators.java +++ b/vavr/src/main/java/io/vavr/collection/Comparators.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/src/main/java/io/vavr/collection/Foldable.java b/vavr/src/main/java/io/vavr/collection/Foldable.java index 8e253ce82..cf2d97bd2 100644 --- a/vavr/src/main/java/io/vavr/collection/Foldable.java +++ b/vavr/src/main/java/io/vavr/collection/Foldable.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/src/main/java/io/vavr/collection/GwtIncompatible.java b/vavr/src/main/java/io/vavr/collection/GwtIncompatible.java index 8c11eafdd..7fe8909c5 100644 --- a/vavr/src/main/java/io/vavr/collection/GwtIncompatible.java +++ b/vavr/src/main/java/io/vavr/collection/GwtIncompatible.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/src/main/java/io/vavr/collection/HashArrayMappedTrie.java b/vavr/src/main/java/io/vavr/collection/HashArrayMappedTrie.java index 9d616f25d..aa1760af0 100644 --- a/vavr/src/main/java/io/vavr/collection/HashArrayMappedTrie.java +++ b/vavr/src/main/java/io/vavr/collection/HashArrayMappedTrie.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/src/main/java/io/vavr/collection/HashMap.java b/vavr/src/main/java/io/vavr/collection/HashMap.java index c12b833b4..51d8c816f 100644 --- a/vavr/src/main/java/io/vavr/collection/HashMap.java +++ b/vavr/src/main/java/io/vavr/collection/HashMap.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/src/main/java/io/vavr/collection/HashMultimap.java b/vavr/src/main/java/io/vavr/collection/HashMultimap.java index aba5d1606..13edb41cb 100644 --- a/vavr/src/main/java/io/vavr/collection/HashMultimap.java +++ b/vavr/src/main/java/io/vavr/collection/HashMultimap.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/src/main/java/io/vavr/collection/HashSet.java b/vavr/src/main/java/io/vavr/collection/HashSet.java index bf0d23066..5e9b11442 100644 --- a/vavr/src/main/java/io/vavr/collection/HashSet.java +++ b/vavr/src/main/java/io/vavr/collection/HashSet.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/src/main/java/io/vavr/collection/IndexedSeq.java b/vavr/src/main/java/io/vavr/collection/IndexedSeq.java index cee62860c..5adbb72a4 100644 --- a/vavr/src/main/java/io/vavr/collection/IndexedSeq.java +++ b/vavr/src/main/java/io/vavr/collection/IndexedSeq.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/src/main/java/io/vavr/collection/Iterator.java b/vavr/src/main/java/io/vavr/collection/Iterator.java index f74827d68..71747f47e 100644 --- a/vavr/src/main/java/io/vavr/collection/Iterator.java +++ b/vavr/src/main/java/io/vavr/collection/Iterator.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/src/main/java/io/vavr/collection/JavaConverters.java b/vavr/src/main/java/io/vavr/collection/JavaConverters.java index 8ce26b42e..c2a541fd0 100644 --- a/vavr/src/main/java/io/vavr/collection/JavaConverters.java +++ b/vavr/src/main/java/io/vavr/collection/JavaConverters.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/src/main/java/io/vavr/collection/LinearSeq.java b/vavr/src/main/java/io/vavr/collection/LinearSeq.java index 2a9fe255f..8628cc5aa 100644 --- a/vavr/src/main/java/io/vavr/collection/LinearSeq.java +++ b/vavr/src/main/java/io/vavr/collection/LinearSeq.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/src/main/java/io/vavr/collection/LinkedHashMap.java b/vavr/src/main/java/io/vavr/collection/LinkedHashMap.java index cc46e5211..e81f11e7f 100644 --- a/vavr/src/main/java/io/vavr/collection/LinkedHashMap.java +++ b/vavr/src/main/java/io/vavr/collection/LinkedHashMap.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/src/main/java/io/vavr/collection/LinkedHashMultimap.java b/vavr/src/main/java/io/vavr/collection/LinkedHashMultimap.java index 100d779ad..0ad170797 100644 --- a/vavr/src/main/java/io/vavr/collection/LinkedHashMultimap.java +++ b/vavr/src/main/java/io/vavr/collection/LinkedHashMultimap.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/src/main/java/io/vavr/collection/LinkedHashSet.java b/vavr/src/main/java/io/vavr/collection/LinkedHashSet.java index 3ed317e5f..788c6cce5 100644 --- a/vavr/src/main/java/io/vavr/collection/LinkedHashSet.java +++ b/vavr/src/main/java/io/vavr/collection/LinkedHashSet.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/src/main/java/io/vavr/collection/List.java b/vavr/src/main/java/io/vavr/collection/List.java index f343d8111..0ffe50d5b 100644 --- a/vavr/src/main/java/io/vavr/collection/List.java +++ b/vavr/src/main/java/io/vavr/collection/List.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/src/main/java/io/vavr/collection/Map.java b/vavr/src/main/java/io/vavr/collection/Map.java index 02bae93dd..19382a527 100644 --- a/vavr/src/main/java/io/vavr/collection/Map.java +++ b/vavr/src/main/java/io/vavr/collection/Map.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/src/main/java/io/vavr/collection/Maps.java b/vavr/src/main/java/io/vavr/collection/Maps.java index 92c8b5bb9..e7e09d414 100644 --- a/vavr/src/main/java/io/vavr/collection/Maps.java +++ b/vavr/src/main/java/io/vavr/collection/Maps.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/src/main/java/io/vavr/collection/Multimap.java b/vavr/src/main/java/io/vavr/collection/Multimap.java index c8194baab..1657045db 100644 --- a/vavr/src/main/java/io/vavr/collection/Multimap.java +++ b/vavr/src/main/java/io/vavr/collection/Multimap.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/src/main/java/io/vavr/collection/Multimaps.java b/vavr/src/main/java/io/vavr/collection/Multimaps.java index 7434adc88..df3fb2209 100644 --- a/vavr/src/main/java/io/vavr/collection/Multimaps.java +++ b/vavr/src/main/java/io/vavr/collection/Multimaps.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/src/main/java/io/vavr/collection/Ordered.java b/vavr/src/main/java/io/vavr/collection/Ordered.java index f9d136d7b..0cdcbaef3 100644 --- a/vavr/src/main/java/io/vavr/collection/Ordered.java +++ b/vavr/src/main/java/io/vavr/collection/Ordered.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/src/main/java/io/vavr/collection/PriorityQueue.java b/vavr/src/main/java/io/vavr/collection/PriorityQueue.java index d836f6c1b..b2ea7a2ec 100644 --- a/vavr/src/main/java/io/vavr/collection/PriorityQueue.java +++ b/vavr/src/main/java/io/vavr/collection/PriorityQueue.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/src/main/java/io/vavr/collection/Queue.java b/vavr/src/main/java/io/vavr/collection/Queue.java index a366ccb6d..3a254c38d 100644 --- a/vavr/src/main/java/io/vavr/collection/Queue.java +++ b/vavr/src/main/java/io/vavr/collection/Queue.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/src/main/java/io/vavr/collection/RedBlackTree.java b/vavr/src/main/java/io/vavr/collection/RedBlackTree.java index 86679d4bd..35a6078ae 100644 --- a/vavr/src/main/java/io/vavr/collection/RedBlackTree.java +++ b/vavr/src/main/java/io/vavr/collection/RedBlackTree.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/src/main/java/io/vavr/collection/Seq.java b/vavr/src/main/java/io/vavr/collection/Seq.java index 4b51dae1a..4ed3bc7e3 100644 --- a/vavr/src/main/java/io/vavr/collection/Seq.java +++ b/vavr/src/main/java/io/vavr/collection/Seq.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/src/main/java/io/vavr/collection/Set.java b/vavr/src/main/java/io/vavr/collection/Set.java index a2dd13185..658878735 100644 --- a/vavr/src/main/java/io/vavr/collection/Set.java +++ b/vavr/src/main/java/io/vavr/collection/Set.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/src/main/java/io/vavr/collection/SortedMap.java b/vavr/src/main/java/io/vavr/collection/SortedMap.java index d5580da3f..2f432cd19 100644 --- a/vavr/src/main/java/io/vavr/collection/SortedMap.java +++ b/vavr/src/main/java/io/vavr/collection/SortedMap.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/src/main/java/io/vavr/collection/SortedMultimap.java b/vavr/src/main/java/io/vavr/collection/SortedMultimap.java index 3d0da7edf..444cd8596 100644 --- a/vavr/src/main/java/io/vavr/collection/SortedMultimap.java +++ b/vavr/src/main/java/io/vavr/collection/SortedMultimap.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/src/main/java/io/vavr/collection/SortedSet.java b/vavr/src/main/java/io/vavr/collection/SortedSet.java index 9ed433b4d..ce2301500 100644 --- a/vavr/src/main/java/io/vavr/collection/SortedSet.java +++ b/vavr/src/main/java/io/vavr/collection/SortedSet.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/src/main/java/io/vavr/collection/Stream.java b/vavr/src/main/java/io/vavr/collection/Stream.java index 6636815d9..d706a6c5a 100644 --- a/vavr/src/main/java/io/vavr/collection/Stream.java +++ b/vavr/src/main/java/io/vavr/collection/Stream.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/src/main/java/io/vavr/collection/Traversable.java b/vavr/src/main/java/io/vavr/collection/Traversable.java index 054cd5a68..3acd9be06 100644 --- a/vavr/src/main/java/io/vavr/collection/Traversable.java +++ b/vavr/src/main/java/io/vavr/collection/Traversable.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/src/main/java/io/vavr/collection/Tree.java b/vavr/src/main/java/io/vavr/collection/Tree.java index 906260b74..5f92d89b7 100644 --- a/vavr/src/main/java/io/vavr/collection/Tree.java +++ b/vavr/src/main/java/io/vavr/collection/Tree.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/src/main/java/io/vavr/collection/TreeMap.java b/vavr/src/main/java/io/vavr/collection/TreeMap.java index 8e10f2453..73dfe55e0 100644 --- a/vavr/src/main/java/io/vavr/collection/TreeMap.java +++ b/vavr/src/main/java/io/vavr/collection/TreeMap.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/src/main/java/io/vavr/collection/TreeMultimap.java b/vavr/src/main/java/io/vavr/collection/TreeMultimap.java index 338bbc4c2..f02f6b4c7 100644 --- a/vavr/src/main/java/io/vavr/collection/TreeMultimap.java +++ b/vavr/src/main/java/io/vavr/collection/TreeMultimap.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/src/main/java/io/vavr/collection/TreeSet.java b/vavr/src/main/java/io/vavr/collection/TreeSet.java index 18758a479..54440d7b4 100644 --- a/vavr/src/main/java/io/vavr/collection/TreeSet.java +++ b/vavr/src/main/java/io/vavr/collection/TreeSet.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/src/main/java/io/vavr/collection/Vector.java b/vavr/src/main/java/io/vavr/collection/Vector.java index d016753c7..1045ed681 100644 --- a/vavr/src/main/java/io/vavr/collection/Vector.java +++ b/vavr/src/main/java/io/vavr/collection/Vector.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/src/main/java/io/vavr/concurrent/Future.java b/vavr/src/main/java/io/vavr/concurrent/Future.java index d5546ef88..be28345b2 100644 --- a/vavr/src/main/java/io/vavr/concurrent/Future.java +++ b/vavr/src/main/java/io/vavr/concurrent/Future.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/src/main/java/io/vavr/concurrent/FutureImpl.java b/vavr/src/main/java/io/vavr/concurrent/FutureImpl.java index f56b2458c..cf2608e7a 100644 --- a/vavr/src/main/java/io/vavr/concurrent/FutureImpl.java +++ b/vavr/src/main/java/io/vavr/concurrent/FutureImpl.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/src/main/java/io/vavr/concurrent/GwtIncompatible.java b/vavr/src/main/java/io/vavr/concurrent/GwtIncompatible.java index bb5b41a99..0796cddfe 100644 --- a/vavr/src/main/java/io/vavr/concurrent/GwtIncompatible.java +++ b/vavr/src/main/java/io/vavr/concurrent/GwtIncompatible.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/src/main/java/io/vavr/concurrent/Promise.java b/vavr/src/main/java/io/vavr/concurrent/Promise.java index c7bbbe713..80ece16a0 100644 --- a/vavr/src/main/java/io/vavr/concurrent/Promise.java +++ b/vavr/src/main/java/io/vavr/concurrent/Promise.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2017 Vavr, http://vavr.io + * Copyright 2014-2017 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/src/main/java/io/vavr/control/Either.java b/vavr/src/main/java/io/vavr/control/Either.java index 63caba7a8..d1d415192 100644 --- a/vavr/src/main/java/io/vavr/control/Either.java +++ b/vavr/src/main/java/io/vavr/control/Either.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/src/main/java/io/vavr/control/GwtIncompatible.java b/vavr/src/main/java/io/vavr/control/GwtIncompatible.java index d79b01af8..518df2003 100644 --- a/vavr/src/main/java/io/vavr/control/GwtIncompatible.java +++ b/vavr/src/main/java/io/vavr/control/GwtIncompatible.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/src/main/java/io/vavr/control/Option.java b/vavr/src/main/java/io/vavr/control/Option.java index f9cbd72a3..e0ca77691 100644 --- a/vavr/src/main/java/io/vavr/control/Option.java +++ b/vavr/src/main/java/io/vavr/control/Option.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/src/main/java/io/vavr/control/Try.java b/vavr/src/main/java/io/vavr/control/Try.java index 331d5a81a..3e49388c2 100644 --- a/vavr/src/main/java/io/vavr/control/Try.java +++ b/vavr/src/main/java/io/vavr/control/Try.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/src/main/java/io/vavr/control/Validation.java b/vavr/src/main/java/io/vavr/control/Validation.java index 4cda62faa..3dc25a9b1 100644 --- a/vavr/src/main/java/io/vavr/control/Validation.java +++ b/vavr/src/main/java/io/vavr/control/Validation.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/src/test/java/io/vavr/AbstractValueTest.java b/vavr/src/test/java/io/vavr/AbstractValueTest.java index a8a6051ec..07c5fb98b 100644 --- a/vavr/src/test/java/io/vavr/AbstractValueTest.java +++ b/vavr/src/test/java/io/vavr/AbstractValueTest.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/src/test/java/io/vavr/AssertionsExtensions.java b/vavr/src/test/java/io/vavr/AssertionsExtensions.java index 97f5da666..72b6d5155 100644 --- a/vavr/src/test/java/io/vavr/AssertionsExtensions.java +++ b/vavr/src/test/java/io/vavr/AssertionsExtensions.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/src/test/java/io/vavr/CheckedConsumerTest.java b/vavr/src/test/java/io/vavr/CheckedConsumerTest.java index 0797decdb..52c6f87fd 100644 --- a/vavr/src/test/java/io/vavr/CheckedConsumerTest.java +++ b/vavr/src/test/java/io/vavr/CheckedConsumerTest.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/src/test/java/io/vavr/CheckedPredicateTest.java b/vavr/src/test/java/io/vavr/CheckedPredicateTest.java index 0d7ba2270..10b5cda59 100644 --- a/vavr/src/test/java/io/vavr/CheckedPredicateTest.java +++ b/vavr/src/test/java/io/vavr/CheckedPredicateTest.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/src/test/java/io/vavr/CheckedRunnableTest.java b/vavr/src/test/java/io/vavr/CheckedRunnableTest.java index 82c22b95c..5abf4918b 100644 --- a/vavr/src/test/java/io/vavr/CheckedRunnableTest.java +++ b/vavr/src/test/java/io/vavr/CheckedRunnableTest.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/src/test/java/io/vavr/IterableTest.java b/vavr/src/test/java/io/vavr/IterableTest.java index 08a945374..66ec979e5 100644 --- a/vavr/src/test/java/io/vavr/IterableTest.java +++ b/vavr/src/test/java/io/vavr/IterableTest.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/src/test/java/io/vavr/JavaCollections.java b/vavr/src/test/java/io/vavr/JavaCollections.java index 84ff9a763..bf37a0038 100644 --- a/vavr/src/test/java/io/vavr/JavaCollections.java +++ b/vavr/src/test/java/io/vavr/JavaCollections.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/src/test/java/io/vavr/LazyTest.java b/vavr/src/test/java/io/vavr/LazyTest.java index d3c841953..cdc59bc59 100644 --- a/vavr/src/test/java/io/vavr/LazyTest.java +++ b/vavr/src/test/java/io/vavr/LazyTest.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/src/test/java/io/vavr/MatchErrorTest.java b/vavr/src/test/java/io/vavr/MatchErrorTest.java index aa56936b9..050af678f 100644 --- a/vavr/src/test/java/io/vavr/MatchErrorTest.java +++ b/vavr/src/test/java/io/vavr/MatchErrorTest.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/src/test/java/io/vavr/MatchTest.java b/vavr/src/test/java/io/vavr/MatchTest.java index d1bcca7f0..a71369105 100644 --- a/vavr/src/test/java/io/vavr/MatchTest.java +++ b/vavr/src/test/java/io/vavr/MatchTest.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/src/test/java/io/vavr/OutputTester.java b/vavr/src/test/java/io/vavr/OutputTester.java index 2862787fb..cc33ef834 100644 --- a/vavr/src/test/java/io/vavr/OutputTester.java +++ b/vavr/src/test/java/io/vavr/OutputTester.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/src/test/java/io/vavr/PartialFunctionTest.java b/vavr/src/test/java/io/vavr/PartialFunctionTest.java index ecfe25f95..b3747d29d 100644 --- a/vavr/src/test/java/io/vavr/PartialFunctionTest.java +++ b/vavr/src/test/java/io/vavr/PartialFunctionTest.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/src/test/java/io/vavr/PredicatesTest.java b/vavr/src/test/java/io/vavr/PredicatesTest.java index 1b4bcd618..000d82a39 100644 --- a/vavr/src/test/java/io/vavr/PredicatesTest.java +++ b/vavr/src/test/java/io/vavr/PredicatesTest.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/src/test/java/io/vavr/Serializables.java b/vavr/src/test/java/io/vavr/Serializables.java index 6aac6b2d6..dbc770204 100644 --- a/vavr/src/test/java/io/vavr/Serializables.java +++ b/vavr/src/test/java/io/vavr/Serializables.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/src/test/java/io/vavr/TestComparators.java b/vavr/src/test/java/io/vavr/TestComparators.java index f30a0c809..e0d5f0c6c 100644 --- a/vavr/src/test/java/io/vavr/TestComparators.java +++ b/vavr/src/test/java/io/vavr/TestComparators.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/src/test/java/io/vavr/TupleTest.java b/vavr/src/test/java/io/vavr/TupleTest.java index 19e5ba71c..d57ed6e64 100644 --- a/vavr/src/test/java/io/vavr/TupleTest.java +++ b/vavr/src/test/java/io/vavr/TupleTest.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/src/test/java/io/vavr/ValueTest.java b/vavr/src/test/java/io/vavr/ValueTest.java index c4f6e0dff..6326bf5cb 100644 --- a/vavr/src/test/java/io/vavr/ValueTest.java +++ b/vavr/src/test/java/io/vavr/ValueTest.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/src/test/java/io/vavr/collection/AbstractIndexedSeqTest.java b/vavr/src/test/java/io/vavr/collection/AbstractIndexedSeqTest.java index bc6fc2b5e..79ada249f 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractIndexedSeqTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractIndexedSeqTest.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/src/test/java/io/vavr/collection/AbstractLinearSeqTest.java b/vavr/src/test/java/io/vavr/collection/AbstractLinearSeqTest.java index 30d36f427..11be5d190 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractLinearSeqTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractLinearSeqTest.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/src/test/java/io/vavr/collection/AbstractMapTest.java b/vavr/src/test/java/io/vavr/collection/AbstractMapTest.java index 193ed9fa6..f42f5c231 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractMapTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractMapTest.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/src/test/java/io/vavr/collection/AbstractMultimapTest.java b/vavr/src/test/java/io/vavr/collection/AbstractMultimapTest.java index 1293a97d9..9017d3be1 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractMultimapTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractMultimapTest.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/src/test/java/io/vavr/collection/AbstractSeqTest.java b/vavr/src/test/java/io/vavr/collection/AbstractSeqTest.java index dbad65a8d..1989c38c9 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractSeqTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractSeqTest.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/src/test/java/io/vavr/collection/AbstractSetTest.java b/vavr/src/test/java/io/vavr/collection/AbstractSetTest.java index cfc188d14..84cb69e53 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractSetTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractSetTest.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/src/test/java/io/vavr/collection/AbstractSortedMapTest.java b/vavr/src/test/java/io/vavr/collection/AbstractSortedMapTest.java index bbbfb3de1..d88d75ad9 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractSortedMapTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractSortedMapTest.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/src/test/java/io/vavr/collection/AbstractSortedSetTest.java b/vavr/src/test/java/io/vavr/collection/AbstractSortedSetTest.java index f45bf6c42..fe70dec4a 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractSortedSetTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractSortedSetTest.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/src/test/java/io/vavr/collection/AbstractTraversableRangeTest.java b/vavr/src/test/java/io/vavr/collection/AbstractTraversableRangeTest.java index fec300a22..412c71963 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractTraversableRangeTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractTraversableRangeTest.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/src/test/java/io/vavr/collection/AbstractTraversableTest.java b/vavr/src/test/java/io/vavr/collection/AbstractTraversableTest.java index 43a721873..477e066fb 100644 --- a/vavr/src/test/java/io/vavr/collection/AbstractTraversableTest.java +++ b/vavr/src/test/java/io/vavr/collection/AbstractTraversableTest.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/src/test/java/io/vavr/collection/ArrayTest.java b/vavr/src/test/java/io/vavr/collection/ArrayTest.java index 268993787..15c5c5e1f 100644 --- a/vavr/src/test/java/io/vavr/collection/ArrayTest.java +++ b/vavr/src/test/java/io/vavr/collection/ArrayTest.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/src/test/java/io/vavr/collection/CharSeqTest.java b/vavr/src/test/java/io/vavr/collection/CharSeqTest.java index 9492d0b06..afa59405a 100644 --- a/vavr/src/test/java/io/vavr/collection/CharSeqTest.java +++ b/vavr/src/test/java/io/vavr/collection/CharSeqTest.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/src/test/java/io/vavr/collection/CollectionsTest.java b/vavr/src/test/java/io/vavr/collection/CollectionsTest.java index b4932479d..b8ccafef1 100644 --- a/vavr/src/test/java/io/vavr/collection/CollectionsTest.java +++ b/vavr/src/test/java/io/vavr/collection/CollectionsTest.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/src/test/java/io/vavr/collection/HashArrayMappedTrieTest.java b/vavr/src/test/java/io/vavr/collection/HashArrayMappedTrieTest.java index 819a8cafa..78de671b7 100644 --- a/vavr/src/test/java/io/vavr/collection/HashArrayMappedTrieTest.java +++ b/vavr/src/test/java/io/vavr/collection/HashArrayMappedTrieTest.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/src/test/java/io/vavr/collection/HashMapTest.java b/vavr/src/test/java/io/vavr/collection/HashMapTest.java index 90dc2199e..48379a0d5 100644 --- a/vavr/src/test/java/io/vavr/collection/HashMapTest.java +++ b/vavr/src/test/java/io/vavr/collection/HashMapTest.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/src/test/java/io/vavr/collection/HashSetTest.java b/vavr/src/test/java/io/vavr/collection/HashSetTest.java index c120ea495..b757036c7 100644 --- a/vavr/src/test/java/io/vavr/collection/HashSetTest.java +++ b/vavr/src/test/java/io/vavr/collection/HashSetTest.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/src/test/java/io/vavr/collection/IntMap.java b/vavr/src/test/java/io/vavr/collection/IntMap.java index 23f0593a3..ce1068644 100644 --- a/vavr/src/test/java/io/vavr/collection/IntMap.java +++ b/vavr/src/test/java/io/vavr/collection/IntMap.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/src/test/java/io/vavr/collection/IntMod2.java b/vavr/src/test/java/io/vavr/collection/IntMod2.java index aa27955ce..e5c524a53 100644 --- a/vavr/src/test/java/io/vavr/collection/IntMod2.java +++ b/vavr/src/test/java/io/vavr/collection/IntMod2.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/src/test/java/io/vavr/collection/IntMod2Test.java b/vavr/src/test/java/io/vavr/collection/IntMod2Test.java index 6b3f32df1..e0d56fafe 100644 --- a/vavr/src/test/java/io/vavr/collection/IntMod2Test.java +++ b/vavr/src/test/java/io/vavr/collection/IntMod2Test.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/src/test/java/io/vavr/collection/IntMultimap.java b/vavr/src/test/java/io/vavr/collection/IntMultimap.java index 2a0afad45..5ec23dd5b 100644 --- a/vavr/src/test/java/io/vavr/collection/IntMultimap.java +++ b/vavr/src/test/java/io/vavr/collection/IntMultimap.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/src/test/java/io/vavr/collection/IteratorTest.java b/vavr/src/test/java/io/vavr/collection/IteratorTest.java index 485b069f7..d5e3fc90a 100644 --- a/vavr/src/test/java/io/vavr/collection/IteratorTest.java +++ b/vavr/src/test/java/io/vavr/collection/IteratorTest.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/src/test/java/io/vavr/collection/JavaConvertersTest.java b/vavr/src/test/java/io/vavr/collection/JavaConvertersTest.java index ff54709b5..9ec424203 100644 --- a/vavr/src/test/java/io/vavr/collection/JavaConvertersTest.java +++ b/vavr/src/test/java/io/vavr/collection/JavaConvertersTest.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/src/test/java/io/vavr/collection/ListTest.java b/vavr/src/test/java/io/vavr/collection/ListTest.java index ad8e07543..93e280a20 100644 --- a/vavr/src/test/java/io/vavr/collection/ListTest.java +++ b/vavr/src/test/java/io/vavr/collection/ListTest.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/src/test/java/io/vavr/collection/PriorityQueueTest.java b/vavr/src/test/java/io/vavr/collection/PriorityQueueTest.java index 31fabb6fe..f3e989eeb 100644 --- a/vavr/src/test/java/io/vavr/collection/PriorityQueueTest.java +++ b/vavr/src/test/java/io/vavr/collection/PriorityQueueTest.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/src/test/java/io/vavr/collection/QueueTest.java b/vavr/src/test/java/io/vavr/collection/QueueTest.java index e9125bc11..365ccfeeb 100644 --- a/vavr/src/test/java/io/vavr/collection/QueueTest.java +++ b/vavr/src/test/java/io/vavr/collection/QueueTest.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/src/test/java/io/vavr/collection/QuickSortTest.java b/vavr/src/test/java/io/vavr/collection/QuickSortTest.java index af3bf707a..46d54c67e 100644 --- a/vavr/src/test/java/io/vavr/collection/QuickSortTest.java +++ b/vavr/src/test/java/io/vavr/collection/QuickSortTest.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/src/test/java/io/vavr/collection/RedBlackTreeTest.java b/vavr/src/test/java/io/vavr/collection/RedBlackTreeTest.java index 7e8a4e11f..10bd73a6c 100644 --- a/vavr/src/test/java/io/vavr/collection/RedBlackTreeTest.java +++ b/vavr/src/test/java/io/vavr/collection/RedBlackTreeTest.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/src/test/java/io/vavr/collection/StreamTest.java b/vavr/src/test/java/io/vavr/collection/StreamTest.java index 88332dcc7..1983b780e 100644 --- a/vavr/src/test/java/io/vavr/collection/StreamTest.java +++ b/vavr/src/test/java/io/vavr/collection/StreamTest.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/src/test/java/io/vavr/collection/StringTest.java b/vavr/src/test/java/io/vavr/collection/StringTest.java index 51d23d72a..339ee556b 100644 --- a/vavr/src/test/java/io/vavr/collection/StringTest.java +++ b/vavr/src/test/java/io/vavr/collection/StringTest.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/src/test/java/io/vavr/collection/TreeMapTest.java b/vavr/src/test/java/io/vavr/collection/TreeMapTest.java index 835e80fa0..27cb131dc 100644 --- a/vavr/src/test/java/io/vavr/collection/TreeMapTest.java +++ b/vavr/src/test/java/io/vavr/collection/TreeMapTest.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/src/test/java/io/vavr/collection/TreeSetTest.java b/vavr/src/test/java/io/vavr/collection/TreeSetTest.java index a16690f00..49d064c1c 100644 --- a/vavr/src/test/java/io/vavr/collection/TreeSetTest.java +++ b/vavr/src/test/java/io/vavr/collection/TreeSetTest.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/src/test/java/io/vavr/collection/TreeTest.java b/vavr/src/test/java/io/vavr/collection/TreeTest.java index b7e4924a1..aa585323c 100644 --- a/vavr/src/test/java/io/vavr/collection/TreeTest.java +++ b/vavr/src/test/java/io/vavr/collection/TreeTest.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/src/test/java/io/vavr/collection/VectorPropertyTest.java b/vavr/src/test/java/io/vavr/collection/VectorPropertyTest.java index e25cb1326..2019e4115 100644 --- a/vavr/src/test/java/io/vavr/collection/VectorPropertyTest.java +++ b/vavr/src/test/java/io/vavr/collection/VectorPropertyTest.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/src/test/java/io/vavr/collection/VectorTest.java b/vavr/src/test/java/io/vavr/collection/VectorTest.java index 83eefd495..bf1986225 100644 --- a/vavr/src/test/java/io/vavr/collection/VectorTest.java +++ b/vavr/src/test/java/io/vavr/collection/VectorTest.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/src/test/java/io/vavr/collection/euler/Euler01Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler01Test.java index d0922c6ca..1bed6909a 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler01Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler01Test.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/src/test/java/io/vavr/collection/euler/Euler02Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler02Test.java index 8634573aa..132881957 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler02Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler02Test.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/src/test/java/io/vavr/collection/euler/Euler03Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler03Test.java index ad8185fe0..2f6201f01 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler03Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler03Test.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/src/test/java/io/vavr/collection/euler/Euler04Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler04Test.java index e1a10cfbd..02053c1a3 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler04Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler04Test.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/src/test/java/io/vavr/collection/euler/Euler05Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler05Test.java index 4309e3d9a..f5cfbe23d 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler05Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler05Test.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/src/test/java/io/vavr/collection/euler/Euler06Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler06Test.java index 4133f30ec..74fa40923 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler06Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler06Test.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/src/test/java/io/vavr/collection/euler/Euler07Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler07Test.java index cb28b10ed..b7dd67079 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler07Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler07Test.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/src/test/java/io/vavr/collection/euler/Euler08Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler08Test.java index 361357036..1cb3ff062 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler08Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler08Test.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/src/test/java/io/vavr/collection/euler/Euler09Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler09Test.java index f44c8f7f0..7b5259bbb 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler09Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler09Test.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/src/test/java/io/vavr/collection/euler/Euler10Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler10Test.java index 1ed1e8dce..c020d871b 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler10Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler10Test.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/src/test/java/io/vavr/collection/euler/Euler11Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler11Test.java index d7a0a103a..f5317ecb9 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler11Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler11Test.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/src/test/java/io/vavr/collection/euler/Euler12Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler12Test.java index 1ed26a93b..b35e1c3cc 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler12Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler12Test.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/src/test/java/io/vavr/collection/euler/Euler13Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler13Test.java index 4921585c3..d1b8428b5 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler13Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler13Test.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/src/test/java/io/vavr/collection/euler/Euler14Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler14Test.java index 3299b0c6d..a337fa911 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler14Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler14Test.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/src/test/java/io/vavr/collection/euler/Euler15Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler15Test.java index 0629d60fe..60d7f6d0a 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler15Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler15Test.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/src/test/java/io/vavr/collection/euler/Euler16Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler16Test.java index bf44657ca..3e7c8adb3 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler16Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler16Test.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/src/test/java/io/vavr/collection/euler/Euler17Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler17Test.java index 7a60ffe51..7121bf5c9 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler17Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler17Test.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/src/test/java/io/vavr/collection/euler/Euler18Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler18Test.java index df7222cdd..aa160b287 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler18Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler18Test.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/src/test/java/io/vavr/collection/euler/Euler19Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler19Test.java index 2ba30b156..27aa8adf5 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler19Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler19Test.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/src/test/java/io/vavr/collection/euler/Euler20Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler20Test.java index e65f25d04..2fa624b3d 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler20Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler20Test.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/src/test/java/io/vavr/collection/euler/Euler21Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler21Test.java index 06785a6a9..8f040416a 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler21Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler21Test.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/src/test/java/io/vavr/collection/euler/Euler22Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler22Test.java index c84c36ae7..18f523b59 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler22Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler22Test.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/src/test/java/io/vavr/collection/euler/Euler23Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler23Test.java index bd3c1a72b..7b68e7517 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler23Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler23Test.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/src/test/java/io/vavr/collection/euler/Euler24Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler24Test.java index f6cdb27f7..1ba162b3f 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler24Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler24Test.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/src/test/java/io/vavr/collection/euler/Euler25Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler25Test.java index 6a4cdfaf4..76bf703f8 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler25Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler25Test.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/src/test/java/io/vavr/collection/euler/Euler26Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler26Test.java index 3d9080546..2db5210e0 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler26Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler26Test.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/src/test/java/io/vavr/collection/euler/Euler27Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler27Test.java index b8d230a9c..497ceaf02 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler27Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler27Test.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/src/test/java/io/vavr/collection/euler/Euler28Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler28Test.java index dfb3c8cda..40f5fcafb 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler28Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler28Test.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/src/test/java/io/vavr/collection/euler/Euler29Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler29Test.java index 723c6e1dd..38d5308f5 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler29Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler29Test.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/src/test/java/io/vavr/collection/euler/Euler30Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler30Test.java index 83ec6e15e..3de6e4fac 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler30Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler30Test.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/src/test/java/io/vavr/collection/euler/Euler31Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler31Test.java index 7479c165d..f9355e5cb 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler31Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler31Test.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/src/test/java/io/vavr/collection/euler/Euler32Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler32Test.java index 46276b288..049fba67b 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler32Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler32Test.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/src/test/java/io/vavr/collection/euler/Euler33Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler33Test.java index 1ae38b5ee..436d072b3 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler33Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler33Test.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/src/test/java/io/vavr/collection/euler/Euler34Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler34Test.java index da812b14e..a1e3b5b6d 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler34Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler34Test.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/src/test/java/io/vavr/collection/euler/Euler35Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler35Test.java index adb80d594..3839edc1f 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler35Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler35Test.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/src/test/java/io/vavr/collection/euler/Euler36Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler36Test.java index 01bfb309f..b2db13522 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler36Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler36Test.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/src/test/java/io/vavr/collection/euler/Euler37Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler37Test.java index ad6837abb..0696554e7 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler37Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler37Test.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/src/test/java/io/vavr/collection/euler/Euler38Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler38Test.java index 26aadbf6f..eb6a20a11 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler38Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler38Test.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/src/test/java/io/vavr/collection/euler/Euler39Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler39Test.java index 786ed4f8e..93bb43874 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler39Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler39Test.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/src/test/java/io/vavr/collection/euler/Euler40Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler40Test.java index 25a3845d5..d77080a16 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler40Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler40Test.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/src/test/java/io/vavr/collection/euler/Euler41Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler41Test.java index 32534ac67..f23c41fc3 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler41Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler41Test.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/src/test/java/io/vavr/collection/euler/Euler42Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler42Test.java index aab69a47c..0814f37aa 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler42Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler42Test.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/src/test/java/io/vavr/collection/euler/Euler43Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler43Test.java index ff37bb4ed..b0af07954 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler43Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler43Test.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/src/test/java/io/vavr/collection/euler/Euler45Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler45Test.java index 99a2987c4..1b3deecaf 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler45Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler45Test.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/src/test/java/io/vavr/collection/euler/Euler48Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler48Test.java index 847e692a2..c5c806e9d 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler48Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler48Test.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/src/test/java/io/vavr/collection/euler/Euler55Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler55Test.java index dc9f58ce6..06268d264 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler55Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler55Test.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/src/test/java/io/vavr/collection/euler/Euler57Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler57Test.java index d0a8e9d41..26d9eda12 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler57Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler57Test.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/src/test/java/io/vavr/collection/euler/Euler67Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler67Test.java index 111fd9c4a..bd5133a11 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler67Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler67Test.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/src/test/java/io/vavr/collection/euler/Euler71Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler71Test.java index 6c5979ba9..292e6ddd7 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler71Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler71Test.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/src/test/java/io/vavr/collection/euler/Euler99Test.java b/vavr/src/test/java/io/vavr/collection/euler/Euler99Test.java index f0101198a..12b03daaa 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Euler99Test.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Euler99Test.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/src/test/java/io/vavr/collection/euler/PrimeNumbers.java b/vavr/src/test/java/io/vavr/collection/euler/PrimeNumbers.java index 32b5040f2..9e5bafc4d 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/PrimeNumbers.java +++ b/vavr/src/test/java/io/vavr/collection/euler/PrimeNumbers.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/src/test/java/io/vavr/collection/euler/Sieve.java b/vavr/src/test/java/io/vavr/collection/euler/Sieve.java index 7c6233ac7..e14d103ae 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Sieve.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Sieve.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/src/test/java/io/vavr/collection/euler/Utils.java b/vavr/src/test/java/io/vavr/collection/euler/Utils.java index bae62ed4f..8017fea5f 100644 --- a/vavr/src/test/java/io/vavr/collection/euler/Utils.java +++ b/vavr/src/test/java/io/vavr/collection/euler/Utils.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/src/test/java/io/vavr/concurrent/Concurrent.java b/vavr/src/test/java/io/vavr/concurrent/Concurrent.java index 7a48d2093..8f183bf2b 100644 --- a/vavr/src/test/java/io/vavr/concurrent/Concurrent.java +++ b/vavr/src/test/java/io/vavr/concurrent/Concurrent.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/src/test/java/io/vavr/concurrent/FutureTest.java b/vavr/src/test/java/io/vavr/concurrent/FutureTest.java index 162f2c01b..d5338898e 100644 --- a/vavr/src/test/java/io/vavr/concurrent/FutureTest.java +++ b/vavr/src/test/java/io/vavr/concurrent/FutureTest.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/src/test/java/io/vavr/concurrent/PromiseTest.java b/vavr/src/test/java/io/vavr/concurrent/PromiseTest.java index 87e1286e1..cb52b88f5 100644 --- a/vavr/src/test/java/io/vavr/concurrent/PromiseTest.java +++ b/vavr/src/test/java/io/vavr/concurrent/PromiseTest.java @@ -3,7 +3,7 @@ * \ \/ / /\ \ \/ / / * \____/__/ \__\____/__/ * - * Copyright 2014-2017 Vavr, http://vavr.io + * Copyright 2014-2017 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/src/test/java/io/vavr/control/EitherLeftProjectionTest.java b/vavr/src/test/java/io/vavr/control/EitherLeftProjectionTest.java index abeb1e380..3e4455b99 100644 --- a/vavr/src/test/java/io/vavr/control/EitherLeftProjectionTest.java +++ b/vavr/src/test/java/io/vavr/control/EitherLeftProjectionTest.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/src/test/java/io/vavr/control/EitherRightProjectionTest.java b/vavr/src/test/java/io/vavr/control/EitherRightProjectionTest.java index fe8c3edbe..609d494fd 100644 --- a/vavr/src/test/java/io/vavr/control/EitherRightProjectionTest.java +++ b/vavr/src/test/java/io/vavr/control/EitherRightProjectionTest.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/src/test/java/io/vavr/control/EitherTest.java b/vavr/src/test/java/io/vavr/control/EitherTest.java index 2e368eeeb..ad3d1d2d2 100644 --- a/vavr/src/test/java/io/vavr/control/EitherTest.java +++ b/vavr/src/test/java/io/vavr/control/EitherTest.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/src/test/java/io/vavr/control/OptionTest.java b/vavr/src/test/java/io/vavr/control/OptionTest.java index 7c1c6a5b7..c5e9d872f 100644 --- a/vavr/src/test/java/io/vavr/control/OptionTest.java +++ b/vavr/src/test/java/io/vavr/control/OptionTest.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/src/test/java/io/vavr/control/TryTest.java b/vavr/src/test/java/io/vavr/control/TryTest.java index 756a68f43..09f93f695 100644 --- a/vavr/src/test/java/io/vavr/control/TryTest.java +++ b/vavr/src/test/java/io/vavr/control/TryTest.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/src/test/java/io/vavr/control/ValidationTest.java b/vavr/src/test/java/io/vavr/control/ValidationTest.java index a15ce0287..c7fe7c6a3 100644 --- a/vavr/src/test/java/io/vavr/control/ValidationTest.java +++ b/vavr/src/test/java/io/vavr/control/ValidationTest.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/src/test/java/outside_of_vavr/IllegalAccessErrorTest.java b/vavr/src/test/java/outside_of_vavr/IllegalAccessErrorTest.java index 8c47af2c3..942073861 100644 --- a/vavr/src/test/java/outside_of_vavr/IllegalAccessErrorTest.java +++ b/vavr/src/test/java/outside_of_vavr/IllegalAccessErrorTest.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.