diff --git a/pom.xml b/pom.xml index 3d915ae..c561bff 100644 --- a/pom.xml +++ b/pom.xml @@ -4,6 +4,12 @@ 4.0.0 + + org.assertj + assertj-parent-pom + 2.2.8 + + org.assertj assertj-vavr 0.2.0 @@ -11,7 +17,7 @@ AssertJ fluent assertions for Vavr Rich and fluent assertions for testing Vavr tools 2017 - + The Apache License, Version 2.0 @@ -129,17 +135,16 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 1.8 1.8 + ${project.build.sourceEncoding} org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 attach-javadocs @@ -149,57 +154,15 @@ - - - org.apache.maven.plugins - maven-source-plugin - 3.2.1 - - - attach-sources - - jar - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - true - - org.apache.maven.plugins maven-surefire-plugin - 2.22.2 org.jacoco jacoco-maven-plugin - 0.8.6 diff --git a/src/main/java/org/assertj/vavr/api/AbstractEitherAssert.java b/src/main/java/org/assertj/vavr/api/AbstractEitherAssert.java index c53e4bd..ebed321 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractEitherAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractEitherAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/AbstractLazyAssert.java b/src/main/java/org/assertj/vavr/api/AbstractLazyAssert.java index d462326..395f14b 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractLazyAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractLazyAssert.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/AbstractMapAssert.java b/src/main/java/org/assertj/vavr/api/AbstractMapAssert.java index ac345bf..a3d6931 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractMapAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractMapAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/AbstractMultimapAssert.java b/src/main/java/org/assertj/vavr/api/AbstractMultimapAssert.java index 8202f36..4b0f78f 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractMultimapAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractMultimapAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.Tuple; diff --git a/src/main/java/org/assertj/vavr/api/AbstractOptionAssert.java b/src/main/java/org/assertj/vavr/api/AbstractOptionAssert.java index 3f79fb7..4409a73 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractOptionAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractOptionAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/AbstractSeqAssert.java b/src/main/java/org/assertj/vavr/api/AbstractSeqAssert.java index 2a2e71f..8bb4deb 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractSeqAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractSeqAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/AbstractSetAssert.java b/src/main/java/org/assertj/vavr/api/AbstractSetAssert.java index ae8978d..fd6e4aa 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractSetAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractSetAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.collection.Set; diff --git a/src/main/java/org/assertj/vavr/api/AbstractTraversableAssert.java b/src/main/java/org/assertj/vavr/api/AbstractTraversableAssert.java index 1200fe1..2267e0f 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractTraversableAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractTraversableAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.collection.Traversable; diff --git a/src/main/java/org/assertj/vavr/api/AbstractTryAssert.java b/src/main/java/org/assertj/vavr/api/AbstractTryAssert.java index 56cb01e..82414dd 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractTryAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractTryAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/AbstractValidationAssert.java b/src/main/java/org/assertj/vavr/api/AbstractValidationAssert.java index e9ba686..76610d6 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractValidationAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractValidationAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/AbstractValueAssert.java b/src/main/java/org/assertj/vavr/api/AbstractValueAssert.java index 87fb461..94cebe5 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractValueAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractValueAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import org.assertj.core.api.AbstractObjectAssert; diff --git a/src/main/java/org/assertj/vavr/api/AbstractVavrAssert.java b/src/main/java/org/assertj/vavr/api/AbstractVavrAssert.java index d335234..17a1fc7 100644 --- a/src/main/java/org/assertj/vavr/api/AbstractVavrAssert.java +++ b/src/main/java/org/assertj/vavr/api/AbstractVavrAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import org.assertj.core.api.WritableAssertionInfo; diff --git a/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java b/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java index e8d7efe..3268c4f 100644 --- a/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java +++ b/src/main/java/org/assertj/vavr/api/ClassLoadingStrategyFactory.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/main/java/org/assertj/vavr/api/EitherAssert.java b/src/main/java/org/assertj/vavr/api/EitherAssert.java index 28cdcc7..193497a 100644 --- a/src/main/java/org/assertj/vavr/api/EitherAssert.java +++ b/src/main/java/org/assertj/vavr/api/EitherAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Either; diff --git a/src/main/java/org/assertj/vavr/api/EitherShouldBeLeft.java b/src/main/java/org/assertj/vavr/api/EitherShouldBeLeft.java index 199b9ae..473d777 100644 --- a/src/main/java/org/assertj/vavr/api/EitherShouldBeLeft.java +++ b/src/main/java/org/assertj/vavr/api/EitherShouldBeLeft.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Either; diff --git a/src/main/java/org/assertj/vavr/api/EitherShouldBeRight.java b/src/main/java/org/assertj/vavr/api/EitherShouldBeRight.java index 0c6bd2d..9e8c79f 100644 --- a/src/main/java/org/assertj/vavr/api/EitherShouldBeRight.java +++ b/src/main/java/org/assertj/vavr/api/EitherShouldBeRight.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Either; diff --git a/src/main/java/org/assertj/vavr/api/EitherShouldContain.java b/src/main/java/org/assertj/vavr/api/EitherShouldContain.java index 58048c9..76206ee 100644 --- a/src/main/java/org/assertj/vavr/api/EitherShouldContain.java +++ b/src/main/java/org/assertj/vavr/api/EitherShouldContain.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/EitherShouldContainInstanceOf.java b/src/main/java/org/assertj/vavr/api/EitherShouldContainInstanceOf.java index d2b8302..d5894e0 100644 --- a/src/main/java/org/assertj/vavr/api/EitherShouldContainInstanceOf.java +++ b/src/main/java/org/assertj/vavr/api/EitherShouldContainInstanceOf.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/LazyAssert.java b/src/main/java/org/assertj/vavr/api/LazyAssert.java index 1744c20..f6f48d1 100644 --- a/src/main/java/org/assertj/vavr/api/LazyAssert.java +++ b/src/main/java/org/assertj/vavr/api/LazyAssert.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/LazyShouldBeEvaluated.java b/src/main/java/org/assertj/vavr/api/LazyShouldBeEvaluated.java index 0a95e1c..b29fd7f 100644 --- a/src/main/java/org/assertj/vavr/api/LazyShouldBeEvaluated.java +++ b/src/main/java/org/assertj/vavr/api/LazyShouldBeEvaluated.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/LazyShouldBeNotEvaluated.java b/src/main/java/org/assertj/vavr/api/LazyShouldBeNotEvaluated.java index cbbe23d..cb5174a 100644 --- a/src/main/java/org/assertj/vavr/api/LazyShouldBeNotEvaluated.java +++ b/src/main/java/org/assertj/vavr/api/LazyShouldBeNotEvaluated.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/MapAssert.java b/src/main/java/org/assertj/vavr/api/MapAssert.java index be4bd34..b58fe63 100644 --- a/src/main/java/org/assertj/vavr/api/MapAssert.java +++ b/src/main/java/org/assertj/vavr/api/MapAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.collection.Map; diff --git a/src/main/java/org/assertj/vavr/api/MultimapAssert.java b/src/main/java/org/assertj/vavr/api/MultimapAssert.java index 20cde42..1adf083 100644 --- a/src/main/java/org/assertj/vavr/api/MultimapAssert.java +++ b/src/main/java/org/assertj/vavr/api/MultimapAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.collection.Multimap; diff --git a/src/main/java/org/assertj/vavr/api/OptionAssert.java b/src/main/java/org/assertj/vavr/api/OptionAssert.java index fc33fbc..2c06fc7 100644 --- a/src/main/java/org/assertj/vavr/api/OptionAssert.java +++ b/src/main/java/org/assertj/vavr/api/OptionAssert.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/OptionShouldBeEmpty.java b/src/main/java/org/assertj/vavr/api/OptionShouldBeEmpty.java index 256a79a..08720bf 100644 --- a/src/main/java/org/assertj/vavr/api/OptionShouldBeEmpty.java +++ b/src/main/java/org/assertj/vavr/api/OptionShouldBeEmpty.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Option; diff --git a/src/main/java/org/assertj/vavr/api/OptionShouldBePresent.java b/src/main/java/org/assertj/vavr/api/OptionShouldBePresent.java index 334553c..96897c4 100644 --- a/src/main/java/org/assertj/vavr/api/OptionShouldBePresent.java +++ b/src/main/java/org/assertj/vavr/api/OptionShouldBePresent.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/OptionShouldContain.java b/src/main/java/org/assertj/vavr/api/OptionShouldContain.java index 97a2605..6c4c19f 100644 --- a/src/main/java/org/assertj/vavr/api/OptionShouldContain.java +++ b/src/main/java/org/assertj/vavr/api/OptionShouldContain.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/OptionShouldContainInstanceOf.java b/src/main/java/org/assertj/vavr/api/OptionShouldContainInstanceOf.java index cc58edc..9ff2769 100644 --- a/src/main/java/org/assertj/vavr/api/OptionShouldContainInstanceOf.java +++ b/src/main/java/org/assertj/vavr/api/OptionShouldContainInstanceOf.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/SeqAssert.java b/src/main/java/org/assertj/vavr/api/SeqAssert.java index 1fdde45..3e47a0c 100644 --- a/src/main/java/org/assertj/vavr/api/SeqAssert.java +++ b/src/main/java/org/assertj/vavr/api/SeqAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import org.assertj.core.api.AssertFactory; diff --git a/src/main/java/org/assertj/vavr/api/SeqShouldBeAtIndex.java b/src/main/java/org/assertj/vavr/api/SeqShouldBeAtIndex.java index cc0a6c5..dd3333d 100644 --- a/src/main/java/org/assertj/vavr/api/SeqShouldBeAtIndex.java +++ b/src/main/java/org/assertj/vavr/api/SeqShouldBeAtIndex.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2019 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/SeqShouldBeSorted.java b/src/main/java/org/assertj/vavr/api/SeqShouldBeSorted.java index 7aac30a..2b838e5 100644 --- a/src/main/java/org/assertj/vavr/api/SeqShouldBeSorted.java +++ b/src/main/java/org/assertj/vavr/api/SeqShouldBeSorted.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2019 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/SeqShouldHaveAtIndex.java b/src/main/java/org/assertj/vavr/api/SeqShouldHaveAtIndex.java index c21cccb..966d4ba 100644 --- a/src/main/java/org/assertj/vavr/api/SeqShouldHaveAtIndex.java +++ b/src/main/java/org/assertj/vavr/api/SeqShouldHaveAtIndex.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import org.assertj.core.api.Condition; diff --git a/src/main/java/org/assertj/vavr/api/SetAssert.java b/src/main/java/org/assertj/vavr/api/SetAssert.java index 67f5b66..bc3c0c7 100644 --- a/src/main/java/org/assertj/vavr/api/SetAssert.java +++ b/src/main/java/org/assertj/vavr/api/SetAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.collection.HashSet; diff --git a/src/main/java/org/assertj/vavr/api/ShouldNotContainValues.java b/src/main/java/org/assertj/vavr/api/ShouldNotContainValues.java index 9c0301f..246a379 100644 --- a/src/main/java/org/assertj/vavr/api/ShouldNotContainValues.java +++ b/src/main/java/org/assertj/vavr/api/ShouldNotContainValues.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import org.assertj.core.error.BasicErrorMessageFactory; diff --git a/src/main/java/org/assertj/vavr/api/TryAssert.java b/src/main/java/org/assertj/vavr/api/TryAssert.java index e426fcd..de0eb8a 100644 --- a/src/main/java/org/assertj/vavr/api/TryAssert.java +++ b/src/main/java/org/assertj/vavr/api/TryAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/main/java/org/assertj/vavr/api/TryShouldBeFailure.java b/src/main/java/org/assertj/vavr/api/TryShouldBeFailure.java index aea669f..798ed0f 100644 --- a/src/main/java/org/assertj/vavr/api/TryShouldBeFailure.java +++ b/src/main/java/org/assertj/vavr/api/TryShouldBeFailure.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/TryShouldBeSuccess.java b/src/main/java/org/assertj/vavr/api/TryShouldBeSuccess.java index 91e65a1..2a3bc04 100644 --- a/src/main/java/org/assertj/vavr/api/TryShouldBeSuccess.java +++ b/src/main/java/org/assertj/vavr/api/TryShouldBeSuccess.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/TryShouldContain.java b/src/main/java/org/assertj/vavr/api/TryShouldContain.java index 172d893..4ef838d 100644 --- a/src/main/java/org/assertj/vavr/api/TryShouldContain.java +++ b/src/main/java/org/assertj/vavr/api/TryShouldContain.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/TryShouldContainInstanceOf.java b/src/main/java/org/assertj/vavr/api/TryShouldContainInstanceOf.java index c87e375..6badd56 100644 --- a/src/main/java/org/assertj/vavr/api/TryShouldContainInstanceOf.java +++ b/src/main/java/org/assertj/vavr/api/TryShouldContainInstanceOf.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/ValidationAssert.java b/src/main/java/org/assertj/vavr/api/ValidationAssert.java index a80408e..18a17e7 100644 --- a/src/main/java/org/assertj/vavr/api/ValidationAssert.java +++ b/src/main/java/org/assertj/vavr/api/ValidationAssert.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Validation; diff --git a/src/main/java/org/assertj/vavr/api/ValidationShouldBeInvalid.java b/src/main/java/org/assertj/vavr/api/ValidationShouldBeInvalid.java index 8049d88..45dc4ab 100644 --- a/src/main/java/org/assertj/vavr/api/ValidationShouldBeInvalid.java +++ b/src/main/java/org/assertj/vavr/api/ValidationShouldBeInvalid.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Validation; diff --git a/src/main/java/org/assertj/vavr/api/ValidationShouldBeValid.java b/src/main/java/org/assertj/vavr/api/ValidationShouldBeValid.java index a4472eb..1f13a4c 100644 --- a/src/main/java/org/assertj/vavr/api/ValidationShouldBeValid.java +++ b/src/main/java/org/assertj/vavr/api/ValidationShouldBeValid.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Validation; diff --git a/src/main/java/org/assertj/vavr/api/ValidationShouldContain.java b/src/main/java/org/assertj/vavr/api/ValidationShouldContain.java index b571365..e87cd1e 100644 --- a/src/main/java/org/assertj/vavr/api/ValidationShouldContain.java +++ b/src/main/java/org/assertj/vavr/api/ValidationShouldContain.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/ValidationShouldContainInstanceOf.java b/src/main/java/org/assertj/vavr/api/ValidationShouldContainInstanceOf.java index e72a69d..bd01866 100644 --- a/src/main/java/org/assertj/vavr/api/ValidationShouldContainInstanceOf.java +++ b/src/main/java/org/assertj/vavr/api/ValidationShouldContainInstanceOf.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/main/java/org/assertj/vavr/api/VavrAssertions.java b/src/main/java/org/assertj/vavr/api/VavrAssertions.java index 8302163..15e58da 100644 --- a/src/main/java/org/assertj/vavr/api/VavrAssertions.java +++ b/src/main/java/org/assertj/vavr/api/VavrAssertions.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/main/java/org/assertj/vavr/api/VavrAssumptions.java b/src/main/java/org/assertj/vavr/api/VavrAssumptions.java index bb1a272..66ebe31 100644 --- a/src/main/java/org/assertj/vavr/api/VavrAssumptions.java +++ b/src/main/java/org/assertj/vavr/api/VavrAssumptions.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.Lazy; diff --git a/src/main/java/org/assertj/vavr/internal/Maps.java b/src/main/java/org/assertj/vavr/internal/Maps.java index acdd4ca..dc02b55 100644 --- a/src/main/java/org/assertj/vavr/internal/Maps.java +++ b/src/main/java/org/assertj/vavr/internal/Maps.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.internal; import io.vavr.Tuple; diff --git a/src/main/java/org/assertj/vavr/internal/Multimaps.java b/src/main/java/org/assertj/vavr/internal/Multimaps.java index e74cd15..f5b3bfa 100644 --- a/src/main/java/org/assertj/vavr/internal/Multimaps.java +++ b/src/main/java/org/assertj/vavr/internal/Multimaps.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.internal; import io.vavr.Tuple; diff --git a/src/test/java/org/assertj/vavr/api/AssumptionRunner.java b/src/test/java/org/assertj/vavr/api/AssumptionRunner.java index f168119..cf055ac 100644 --- a/src/test/java/org/assertj/vavr/api/AssumptionRunner.java +++ b/src/test/java/org/assertj/vavr/api/AssumptionRunner.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; abstract class AssumptionRunner { diff --git a/src/test/java/org/assertj/vavr/api/BaseAssumptionRunner.java b/src/test/java/org/assertj/vavr/api/BaseAssumptionRunner.java index 5f31d81..9c5b0d8 100644 --- a/src/test/java/org/assertj/vavr/api/BaseAssumptionRunner.java +++ b/src/test/java/org/assertj/vavr/api/BaseAssumptionRunner.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import java.util.function.Consumer; diff --git a/src/test/java/org/assertj/vavr/api/BaseAssumptionsTest.java b/src/test/java/org/assertj/vavr/api/BaseAssumptionsTest.java index 14b1953..0bf24ff 100644 --- a/src/test/java/org/assertj/vavr/api/BaseAssumptionsTest.java +++ b/src/test/java/org/assertj/vavr/api/BaseAssumptionsTest.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import org.junit.AssumptionViolatedException; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeftInstanceOf_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeftInstanceOf_Test.java index 736e273..7f883fe 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeftInstanceOf_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeftInstanceOf_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2019 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeftSame_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeftSame_Test.java index 09a8984..5a31ba1 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeftSame_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeftSame_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeft_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeft_Test.java index 1efdbea..8d26f2a 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeft_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_containsLeft_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnLeft_usingFieldByFieldValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnLeft_usingFieldByFieldValueComparator_Test.java index d14dab3..6f51d3b 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnLeft_usingFieldByFieldValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnLeft_usingFieldByFieldValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2019 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnLeft_usingValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnLeft_usingValueComparator_Test.java index 7608b4a..a81e31f 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnLeft_usingValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnLeft_usingValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2019 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnRight_usingFieldByFieldValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnRight_usingFieldByFieldValueComparator_Test.java index 26e58d4..4060a3b 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnRight_usingFieldByFieldValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnRight_usingFieldByFieldValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2019 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnRight_usingValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnRight_usingValueComparator_Test.java index b9cfdfc..13c5164 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnRight_usingValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_containsOnRight_usingValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2019 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_containsRightInstanceOf_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_containsRightInstanceOf_Test.java index 79cb80e..809d512 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_containsRightInstanceOf_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_containsRightInstanceOf_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2019 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_containsRightSame_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_containsRightSame_Test.java index 7a0db9b..3a9dc80 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_containsRightSame_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_containsRightSame_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_containsRight_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_containsRight_Test.java index b9b95c8..fd04ef3 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_containsRight_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_containsRight_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_hasLeftValueSatisfying_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_hasLeftValueSatisfying_Test.java index bd37521..f4466f2 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_hasLeftValueSatisfying_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_hasLeftValueSatisfying_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_hasRightValueSatisfying_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_hasRightValueSatisfying_Test.java index ab27d40..d9fec89 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_hasRightValueSatisfying_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_hasRightValueSatisfying_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_isLeft_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_isLeft_Test.java index df61d69..c4cfbb5 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_isLeft_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_isLeft_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/EitherAssert_isRight_Test.java b/src/test/java/org/assertj/vavr/api/EitherAssert_isRight_Test.java index 2b1629d..002d344 100644 --- a/src/test/java/org/assertj/vavr/api/EitherAssert_isRight_Test.java +++ b/src/test/java/org/assertj/vavr/api/EitherAssert_isRight_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/Either_assertion_methods_in_assumptions_Test.java b/src/test/java/org/assertj/vavr/api/Either_assertion_methods_in_assumptions_Test.java index d88bc34..3eabb19 100644 --- a/src/test/java/org/assertj/vavr/api/Either_assertion_methods_in_assumptions_Test.java +++ b/src/test/java/org/assertj/vavr/api/Either_assertion_methods_in_assumptions_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Either; diff --git a/src/test/java/org/assertj/vavr/api/LazyAssert_isEvaluated_Test.java b/src/test/java/org/assertj/vavr/api/LazyAssert_isEvaluated_Test.java index 2125c5e..3df03af 100644 --- a/src/test/java/org/assertj/vavr/api/LazyAssert_isEvaluated_Test.java +++ b/src/test/java/org/assertj/vavr/api/LazyAssert_isEvaluated_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/LazyAssert_isNotEvaluated_Test.java b/src/test/java/org/assertj/vavr/api/LazyAssert_isNotEvaluated_Test.java index 300744d..0c77426 100644 --- a/src/test/java/org/assertj/vavr/api/LazyAssert_isNotEvaluated_Test.java +++ b/src/test/java/org/assertj/vavr/api/LazyAssert_isNotEvaluated_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/Lazy_assertion_methods_in_assumptions_Test.java b/src/test/java/org/assertj/vavr/api/Lazy_assertion_methods_in_assumptions_Test.java index dc362c8..305c30d 100644 --- a/src/test/java/org/assertj/vavr/api/Lazy_assertion_methods_in_assumptions_Test.java +++ b/src/test/java/org/assertj/vavr/api/Lazy_assertion_methods_in_assumptions_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.Lazy; diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_allSatisfy_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_allSatisfy_Test.java index e5006af..eb9966f 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_allSatisfy_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_allSatisfy_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_containsAllEntriesOf_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_containsAllEntriesOf_Test.java index d4ebf56..19fa38a 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_containsAllEntriesOf_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_containsAllEntriesOf_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_containsEntry_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_containsEntry_Test.java index b974685..093786c 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_containsEntry_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_containsEntry_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_containsExactly_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_containsExactly_Test.java index cb959f3..64d9335 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_containsExactly_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_containsExactly_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_containsKey_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_containsKey_Test.java index 913a7e8..aff347d 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_containsKey_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_containsKey_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_containsKeys_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_containsKeys_Test.java index 39f06de..a9f8de5 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_containsKeys_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_containsKeys_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_containsOnlyKeys_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_containsOnlyKeys_Test.java index 860c17f..b310eca 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_containsOnlyKeys_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_containsOnlyKeys_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_containsOnly_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_containsOnly_Test.java index 2ab5613..97174e4 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_containsOnly_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_containsOnly_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_containsValue_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_containsValue_Test.java index 2ded0d8..a61a5b9 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_containsValue_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_containsValue_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_containsValues_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_containsValues_Test.java index 6b0844a..f1a4e61 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_containsValues_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_containsValues_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_contains_anyOf_entries_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_contains_anyOf_entries_Test.java index 085db19..bdf774c 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_contains_anyOf_entries_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_contains_anyOf_entries_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_contains_entries_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_contains_entries_Test.java index a4d3b50..a646486 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_contains_entries_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_contains_entries_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainEntry_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainEntry_Test.java index 1ed4222..2feb051 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainEntry_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainEntry_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainKey_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainKey_Test.java index 88a29b2..0ad0c0e 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainKey_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainKey_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainKeys_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainKeys_Test.java index 965b138..4778fce 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainKeys_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainKeys_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainValue_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainValue_Test.java index 5a56e98..adc4a87 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainValue_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainValue_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainValues_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainValues_Test.java index 00f530f..72f2615 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainValues_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContainValues_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContain_entries_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContain_entries_Test.java index 55c3319..cab39d2 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContain_entries_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_doesNotContain_entries_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_hasEntrySatisfying_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_hasEntrySatisfying_Test.java index 43460ef..e631e01 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_hasEntrySatisfying_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_hasEntrySatisfying_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_hasSameSizeAs_Array_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_hasSameSizeAs_Array_Test.java index d720f68..d0e9aa2 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_hasSameSizeAs_Array_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_hasSameSizeAs_Array_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_hasSameSizeAs_Iterable_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_hasSameSizeAs_Iterable_Test.java index 9c80a47..87e2a2e 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_hasSameSizeAs_Iterable_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_hasSameSizeAs_Iterable_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_hasSizeGreaterThan_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_hasSizeGreaterThan_Test.java index e025183..87136e3 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_hasSizeGreaterThan_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_hasSizeGreaterThan_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_hasSizeLessThan_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_hasSizeLessThan_Test.java index c8e3d49..611662c 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_hasSizeLessThan_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_hasSizeLessThan_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_hasSize_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_hasSize_Test.java index cd11986..8ae8a76 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_hasSize_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_hasSize_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_isEmpty_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_isEmpty_Test.java index 4e2e4e2..b7bccc1 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_isEmpty_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_isEmpty_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_isEqualTo_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_isEqualTo_Test.java index 1b2518d..ca5edb7 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_isEqualTo_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_isEqualTo_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_isNotEmpty_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_isNotEmpty_Test.java index f29fd76..8e496b7 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_isNotEmpty_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_isNotEmpty_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_isNotEqualTo_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_isNotEqualTo_Test.java index b4c64ce..838fe6e 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_isNotEqualTo_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_isNotEqualTo_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MapAssert_isNullOrEmpty_Test.java b/src/test/java/org/assertj/vavr/api/MapAssert_isNullOrEmpty_Test.java index 9b2b727..5de6af8 100644 --- a/src/test/java/org/assertj/vavr/api/MapAssert_isNullOrEmpty_Test.java +++ b/src/test/java/org/assertj/vavr/api/MapAssert_isNullOrEmpty_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/Map_assertion_methods_in_assumptions_Test.java b/src/test/java/org/assertj/vavr/api/Map_assertion_methods_in_assumptions_Test.java index e7cb7f4..de0fa0d 100644 --- a/src/test/java/org/assertj/vavr/api/Map_assertion_methods_in_assumptions_Test.java +++ b/src/test/java/org/assertj/vavr/api/Map_assertion_methods_in_assumptions_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.Tuple; diff --git a/src/test/java/org/assertj/vavr/api/MultiMapAssert_isEqualTo_Test.java b/src/test/java/org/assertj/vavr/api/MultiMapAssert_isEqualTo_Test.java index c984e31..aa24e50 100644 --- a/src/test/java/org/assertj/vavr/api/MultiMapAssert_isEqualTo_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultiMapAssert_isEqualTo_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultiMapAssert_isNotEqualTo_Test.java b/src/test/java/org/assertj/vavr/api/MultiMapAssert_isNotEqualTo_Test.java index b7e140f..54f6aed 100644 --- a/src/test/java/org/assertj/vavr/api/MultiMapAssert_isNotEqualTo_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultiMapAssert_isNotEqualTo_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_allSatisfy_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_allSatisfy_Test.java index 8e4b9bc..b7f10db 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_allSatisfy_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_allSatisfy_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsAllEntriesOf_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsAllEntriesOf_Test.java index 99b5869..e9fbfc2 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsAllEntriesOf_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsAllEntriesOf_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsEntry_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsEntry_Test.java index 40beba7..89d0a6a 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsEntry_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsEntry_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsExactly_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsExactly_Test.java index f62d66d..995a5b2 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsExactly_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsExactly_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsKey_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsKey_Test.java index bcdc859..75778fa 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsKey_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsKey_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsKeys_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsKeys_Test.java index 7873163..9201fd3 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsKeys_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsKeys_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsOnlyKeys_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsOnlyKeys_Test.java index f262d17..07cbf64 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsOnlyKeys_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsOnlyKeys_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsOnly_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsOnly_Test.java index 63694fb..f551730 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsOnly_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsOnly_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsValue_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsValue_Test.java index 39dec66..51839ba 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsValue_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsValue_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsValues_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsValues_Test.java index e4f3701..03009b0 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_containsValues_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_containsValues_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_contains_anyOf_entries_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_contains_anyOf_entries_Test.java index fa218bd..e723125 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_contains_anyOf_entries_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_contains_anyOf_entries_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_contains_entries_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_contains_entries_Test.java index 825d818..f85ab80 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_contains_entries_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_contains_entries_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainEntry_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainEntry_Test.java index 4123347..aaf1255 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainEntry_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainEntry_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainKey_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainKey_Test.java index 0c42b35..0c24312 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainKey_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainKey_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainKeys_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainKeys_Test.java index faf93ce..1073b5e 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainKeys_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainKeys_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainValue_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainValue_Test.java index c8856fd..831b8d1 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainValue_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainValue_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainValues_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainValues_Test.java index 3ab4add..bb94cb8 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainValues_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContainValues_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContain_entries_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContain_entries_Test.java index 2a4e925..5b3460a 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContain_entries_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_doesNotContain_entries_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasEntrySatisfying_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasEntrySatisfying_Test.java index 71c8829..0afeb4f 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasEntrySatisfying_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasEntrySatisfying_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSameSizeAs_Array_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSameSizeAs_Array_Test.java index 457b508..896e986 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSameSizeAs_Array_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSameSizeAs_Array_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSameSizeAs_Iterable_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSameSizeAs_Iterable_Test.java index e5e7909..037b92e 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSameSizeAs_Iterable_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSameSizeAs_Iterable_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSizeGreaterThan_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSizeGreaterThan_Test.java index 25c9b0f..baff8e5 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSizeGreaterThan_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSizeGreaterThan_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSizeLessThan_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSizeLessThan_Test.java index bbd0675..40bd620 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSizeLessThan_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSizeLessThan_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSize_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSize_Test.java index 0cb8aba..6c09c09 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSize_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_hasSize_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_isEmpty_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_isEmpty_Test.java index 337949d..7a6780c 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_isEmpty_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_isEmpty_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_isNotEmpty_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_isNotEmpty_Test.java index 9231b77..2db09e8 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_isNotEmpty_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_isNotEmpty_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/MultimapAssert_isNullOrEmpty_Test.java b/src/test/java/org/assertj/vavr/api/MultimapAssert_isNullOrEmpty_Test.java index 92032fb..6aa60b5 100644 --- a/src/test/java/org/assertj/vavr/api/MultimapAssert_isNullOrEmpty_Test.java +++ b/src/test/java/org/assertj/vavr/api/MultimapAssert_isNullOrEmpty_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/Multimap_assertion_methods_in_assumptions_Test.java b/src/test/java/org/assertj/vavr/api/Multimap_assertion_methods_in_assumptions_Test.java index 10d8ac6..2494501 100644 --- a/src/test/java/org/assertj/vavr/api/Multimap_assertion_methods_in_assumptions_Test.java +++ b/src/test/java/org/assertj/vavr/api/Multimap_assertion_methods_in_assumptions_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.Tuple; diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_containsInstanceOf_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_containsInstanceOf_Test.java index 9534ab1..b4932da 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_containsInstanceOf_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_containsInstanceOf_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_containsSame_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_containsSame_Test.java index 34457c4..426f65f 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_containsSame_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_containsSame_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_contains_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_contains_Test.java index 04a0e69..98d9a98 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_contains_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_contains_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_contains_usingFieldByFieldValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_contains_usingFieldByFieldValueComparator_Test.java index 43d0af9..ba33469 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_contains_usingFieldByFieldValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_contains_usingFieldByFieldValueComparator_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_contains_usingValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_contains_usingValueComparator_Test.java index ea581cd..1130d64 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_contains_usingValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_contains_usingValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_flatMap_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_flatMap_Test.java index 4b20e4d..e6801b9 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_flatMap_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_flatMap_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_hasValueSatisfying_Condition_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_hasValueSatisfying_Condition_Test.java index 7485b19..f2647fd 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_hasValueSatisfying_Condition_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_hasValueSatisfying_Condition_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_hasValueSatisfying_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_hasValueSatisfying_Test.java index c3fb986..0fb0f8f 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_hasValueSatisfying_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_hasValueSatisfying_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_isDefined_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_isDefined_Test.java index 7834985..711b3d0 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_isDefined_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_isDefined_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_isEmpty_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_isEmpty_Test.java index 0144748..582d279 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_isEmpty_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_isEmpty_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/OptionAssert_map_Test.java b/src/test/java/org/assertj/vavr/api/OptionAssert_map_Test.java index 26c8309..fad6387 100644 --- a/src/test/java/org/assertj/vavr/api/OptionAssert_map_Test.java +++ b/src/test/java/org/assertj/vavr/api/OptionAssert_map_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/Option_assertion_methods_in_assumptions_Test.java b/src/test/java/org/assertj/vavr/api/Option_assertion_methods_in_assumptions_Test.java index 44347b1..faf61d2 100644 --- a/src/test/java/org/assertj/vavr/api/Option_assertion_methods_in_assumptions_Test.java +++ b/src/test/java/org/assertj/vavr/api/Option_assertion_methods_in_assumptions_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Option; diff --git a/src/test/java/org/assertj/vavr/api/SeqAssert_contains_atIndex_Test.java b/src/test/java/org/assertj/vavr/api/SeqAssert_contains_atIndex_Test.java index 9abd9e1..ed19ebc 100644 --- a/src/test/java/org/assertj/vavr/api/SeqAssert_contains_atIndex_Test.java +++ b/src/test/java/org/assertj/vavr/api/SeqAssert_contains_atIndex_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/SeqAssert_doesNotContain_atIndex_Test.java b/src/test/java/org/assertj/vavr/api/SeqAssert_doesNotContain_atIndex_Test.java index 57a1cc3..0a2788b 100644 --- a/src/test/java/org/assertj/vavr/api/SeqAssert_doesNotContain_atIndex_Test.java +++ b/src/test/java/org/assertj/vavr/api/SeqAssert_doesNotContain_atIndex_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/SeqAssert_has_atIndex_Test.java b/src/test/java/org/assertj/vavr/api/SeqAssert_has_atIndex_Test.java index 98d1963..053b9e9 100644 --- a/src/test/java/org/assertj/vavr/api/SeqAssert_has_atIndex_Test.java +++ b/src/test/java/org/assertj/vavr/api/SeqAssert_has_atIndex_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/SeqAssert_isSortedAccordingTo_Test.java b/src/test/java/org/assertj/vavr/api/SeqAssert_isSortedAccordingTo_Test.java index 12281be..c5b3d13 100644 --- a/src/test/java/org/assertj/vavr/api/SeqAssert_isSortedAccordingTo_Test.java +++ b/src/test/java/org/assertj/vavr/api/SeqAssert_isSortedAccordingTo_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/SeqAssert_isSorted_Test.java b/src/test/java/org/assertj/vavr/api/SeqAssert_isSorted_Test.java index 40ed736..7e47fc9 100644 --- a/src/test/java/org/assertj/vavr/api/SeqAssert_isSorted_Test.java +++ b/src/test/java/org/assertj/vavr/api/SeqAssert_isSorted_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/SeqAssert_satisfies_atIndex_Test.java b/src/test/java/org/assertj/vavr/api/SeqAssert_satisfies_atIndex_Test.java index 1a7a3cf..df8bd05 100644 --- a/src/test/java/org/assertj/vavr/api/SeqAssert_satisfies_atIndex_Test.java +++ b/src/test/java/org/assertj/vavr/api/SeqAssert_satisfies_atIndex_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/Seq_assertion_methods_in_assumptions_Test.java b/src/test/java/org/assertj/vavr/api/Seq_assertion_methods_in_assumptions_Test.java index c00f750..4c8749a 100644 --- a/src/test/java/org/assertj/vavr/api/Seq_assertion_methods_in_assumptions_Test.java +++ b/src/test/java/org/assertj/vavr/api/Seq_assertion_methods_in_assumptions_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.collection.List; diff --git a/src/test/java/org/assertj/vavr/api/SetAssert_allSatisfy_Test.java b/src/test/java/org/assertj/vavr/api/SetAssert_allSatisfy_Test.java index 7ae95d3..8fda3e0 100644 --- a/src/test/java/org/assertj/vavr/api/SetAssert_allSatisfy_Test.java +++ b/src/test/java/org/assertj/vavr/api/SetAssert_allSatisfy_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.collection.HashSet; diff --git a/src/test/java/org/assertj/vavr/api/SetAssert_hasSize_Test.java b/src/test/java/org/assertj/vavr/api/SetAssert_hasSize_Test.java index cd60bcd..5e0fd1d 100644 --- a/src/test/java/org/assertj/vavr/api/SetAssert_hasSize_Test.java +++ b/src/test/java/org/assertj/vavr/api/SetAssert_hasSize_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.collection.HashSet; diff --git a/src/test/java/org/assertj/vavr/api/SetAssert_isEmpty_Test.java b/src/test/java/org/assertj/vavr/api/SetAssert_isEmpty_Test.java index 45a7f6f..450fad3 100644 --- a/src/test/java/org/assertj/vavr/api/SetAssert_isEmpty_Test.java +++ b/src/test/java/org/assertj/vavr/api/SetAssert_isEmpty_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; /* diff --git a/src/test/java/org/assertj/vavr/api/Set_assertion_methods_in_assumptions_Test.java b/src/test/java/org/assertj/vavr/api/Set_assertion_methods_in_assumptions_Test.java index 3fe0446..f981f23 100644 --- a/src/test/java/org/assertj/vavr/api/Set_assertion_methods_in_assumptions_Test.java +++ b/src/test/java/org/assertj/vavr/api/Set_assertion_methods_in_assumptions_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.collection.Array; diff --git a/src/test/java/org/assertj/vavr/api/TestCondition.java b/src/test/java/org/assertj/vavr/api/TestCondition.java index 115e325..20d164a 100644 --- a/src/test/java/org/assertj/vavr/api/TestCondition.java +++ b/src/test/java/org/assertj/vavr/api/TestCondition.java @@ -1,14 +1,14 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2017 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_containsInstanceOf_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_containsInstanceOf_Test.java index 40cd635..a16d2b6 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_containsInstanceOf_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_containsInstanceOf_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_containsSame_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_containsSame_Test.java index 9de4af6..ee7594e 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_containsSame_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_containsSame_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_contains_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_contains_Test.java index 9a01e8d..14c7177 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_contains_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_contains_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_contains_usingFieldByFieldValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_contains_usingFieldByFieldValueComparator_Test.java index 39b5f04..52c6db4 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_contains_usingFieldByFieldValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_contains_usingFieldByFieldValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_contains_usingValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_contains_usingValueComparator_Test.java index 8a4d6b3..758b5b7 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_contains_usingValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_contains_usingValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_failBecauseOf_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_failBecauseOf_Test.java index be554ed..d588a79 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_failBecauseOf_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_failBecauseOf_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_failReasonHasMessage_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_failReasonHasMessage_Test.java index cf603dc..d34dcdc 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_failReasonHasMessage_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_failReasonHasMessage_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_hasValueSatisfying_Condition_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_hasValueSatisfying_Condition_Test.java index 6930787..4aaa8aa 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_hasValueSatisfying_Condition_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_hasValueSatisfying_Condition_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_hasValueSatisfying_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_hasValueSatisfying_Test.java index 8a499eb..4135766 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_hasValueSatisfying_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_hasValueSatisfying_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_isFailure_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_isFailure_Test.java index 98463e4..6fad2ed 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_isFailure_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_isFailure_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/test/java/org/assertj/vavr/api/TryAssert_isSuccess_Test.java b/src/test/java/org/assertj/vavr/api/TryAssert_isSuccess_Test.java index 7f597b8..6f60fb4 100644 --- a/src/test/java/org/assertj/vavr/api/TryAssert_isSuccess_Test.java +++ b/src/test/java/org/assertj/vavr/api/TryAssert_isSuccess_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/test/java/org/assertj/vavr/api/Try_assertion_methods_in_assumptions_Test.java b/src/test/java/org/assertj/vavr/api/Try_assertion_methods_in_assumptions_Test.java index d649ea6..5267bef 100644 --- a/src/test/java/org/assertj/vavr/api/Try_assertion_methods_in_assumptions_Test.java +++ b/src/test/java/org/assertj/vavr/api/Try_assertion_methods_in_assumptions_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Try; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalidInstanceOf_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalidInstanceOf_Test.java index 3ecbde2..3b9efc9 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalidInstanceOf_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalidInstanceOf_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2019 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalidSame_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalidSame_Test.java index 7794dd9..7a7bea6 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalidSame_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalidSame_Test.java @@ -1,14 +1,14 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_Test.java index 6715a32..633e6c3 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_Test.java @@ -1,14 +1,14 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_usingFieldByFieldValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_usingFieldByFieldValueComparator_Test.java index 367a600..3de700a 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_usingFieldByFieldValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_usingFieldByFieldValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_usingValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_usingValueComparator_Test.java index 7d4d055..3ff88dc 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_usingValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsInvalid_usingValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValidInstanceOf_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValidInstanceOf_Test.java index dedea60..acf8a2d 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValidInstanceOf_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValidInstanceOf_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2019 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValidSame_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValidSame_Test.java index 60b9544..7749f19 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValidSame_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValidSame_Test.java @@ -1,14 +1,14 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_Test.java index dc5e676..affc781 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_Test.java @@ -1,14 +1,14 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_usingFieldByFieldValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_usingFieldByFieldValueComparator_Test.java index 39153b8..b7c5ba3 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_usingFieldByFieldValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_usingFieldByFieldValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_usingValueComparator_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_usingValueComparator_Test.java index 9c6c054..863f66a 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_usingValueComparator_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_containsValid_usingValueComparator_Test.java @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_isInvalid_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_isInvalid_Test.java index 92a51ea..7b23e21 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_isInvalid_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_isInvalid_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/ValidationAssert_isValid_Test.java b/src/test/java/org/assertj/vavr/api/ValidationAssert_isValid_Test.java index 9d63291..63ebd13 100644 --- a/src/test/java/org/assertj/vavr/api/ValidationAssert_isValid_Test.java +++ b/src/test/java/org/assertj/vavr/api/ValidationAssert_isValid_Test.java @@ -1,14 +1,14 @@ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - *

+ * * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - *

- * Copyright 2012-2019 the original author or authors. + * + * Copyright 2017-2020 the original author or authors. */ package org.assertj.vavr.api; diff --git a/src/test/java/org/assertj/vavr/api/Validation_assertion_methods_in_assumptions_Test.java b/src/test/java/org/assertj/vavr/api/Validation_assertion_methods_in_assumptions_Test.java index ac9a2f9..3adac27 100644 --- a/src/test/java/org/assertj/vavr/api/Validation_assertion_methods_in_assumptions_Test.java +++ b/src/test/java/org/assertj/vavr/api/Validation_assertion_methods_in_assumptions_Test.java @@ -1,3 +1,15 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * Copyright 2017-2020 the original author or authors. + */ package org.assertj.vavr.api; import io.vavr.control.Validation;