Skip to content

Commit 6371aa8

Browse files
authored
Fixes #36 (#55)
1 parent f4d828f commit 6371aa8

12 files changed

+12
-12
lines changed

src/main/java/org/assertj/vavr/api/AbstractEitherAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
specific language governing permissions and limitations under the License.
1212
<p>
13-
Copyright 2012-2018 the original author or authors.
13+
Copyright 2012-2019 the original author or authors.
1414
*/
1515

1616
import io.vavr.control.Either;

src/main/java/org/assertj/vavr/api/AbstractLazyAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
* <p>
11-
* Copyright 2012-2018 the original author or authors.
11+
* Copyright 2012-2019 the original author or authors.
1212
*/
1313
package org.assertj.vavr.api;
1414

src/main/java/org/assertj/vavr/api/AbstractSeqAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
specific language governing permissions and limitations under the License.
1212
<p>
13-
Copyright 2012-2018 the original author or authors.
13+
Copyright 2012-2019 the original author or authors.
1414
*/
1515

1616
import io.vavr.collection.Seq;

src/main/java/org/assertj/vavr/api/EitherShouldContain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
* <p>
13-
* Copyright 2012-2018 the original author or authors.
13+
* Copyright 2012-2019 the original author or authors.
1414
*/
1515

1616
import io.vavr.control.Either;

src/main/java/org/assertj/vavr/api/EitherShouldContainInstanceOf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
* <p>
13-
* Copyright 2012-2018 the original author or authors.
13+
* Copyright 2012-2019 the original author or authors.
1414
*/
1515

1616
import io.vavr.control.Either;

src/main/java/org/assertj/vavr/api/LazyAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
* <p>
11-
* Copyright 2012-2018 the original author or authors.
11+
* Copyright 2012-2019 the original author or authors.
1212
*/
1313
package org.assertj.vavr.api;
1414

src/main/java/org/assertj/vavr/api/LazyShouldBeEvaluated.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
* <p>
11-
* Copyright 2012-2018 the original author or authors.
11+
* Copyright 2012-2019 the original author or authors.
1212
*/
1313
package org.assertj.vavr.api;
1414

src/main/java/org/assertj/vavr/api/LazyShouldBeNotEvaluated.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
* <p>
11-
* Copyright 2012-2018 the original author or authors.
11+
* Copyright 2012-2019 the original author or authors.
1212
*/
1313
package org.assertj.vavr.api;
1414

src/main/java/org/assertj/vavr/api/SeqShouldBeAtIndex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2018 the original author or authors.
11+
* Copyright 2012-2019 the original author or authors.
1212
*/
1313
package org.assertj.vavr.api;
1414

src/main/java/org/assertj/vavr/api/SeqShouldBeSorted.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2018 the original author or authors.
11+
* Copyright 2012-2019 the original author or authors.
1212
*/
1313
package org.assertj.vavr.api;
1414

0 commit comments

Comments
 (0)