Skip to content

Commit 3c8beb2

Browse files
authored
Bump copyright dates and remove Java 8 reference
1 parent 26be859 commit 3c8beb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Testcontainers
22

3-
> Testcontainers is a Java 8 library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
3+
> Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
44
55
[![Build Status](https://travis-ci.org/testcontainers/testcontainers-java.svg?branch=master)](https://travis-ci.org/testcontainers/testcontainers-java)[ ![Download](https://api.bintray.com/packages/testcontainers/releases/testcontainers/images/download.svg) ](https://bintray.com/testcontainers/releases/testcontainers/_latestVersion)
66

@@ -14,10 +14,10 @@ See [LICENSE](LICENSE).
1414

1515
## Copyright
1616

17-
Copyright (c) 2015 - 2020 Richard North and other authors.
17+
Copyright (c) 2015 - 2021 Richard North and other authors.
1818

19-
MS SQL Server module is (c) 2017 - 2020 G DATA Software AG and other authors.
19+
MS SQL Server module is (c) 2017 - 2021 G DATA Software AG and other authors.
2020

21-
Hashicorp Vault module is (c) 2017 - 2020 Capital One Services, LLC and other authors.
21+
Hashicorp Vault module is (c) 2017 - 2021 Capital One Services, LLC and other authors.
2222

2323
See [contributors](https://github.com/testcontainers/testcontainers-java/graphs/contributors) for all contributors.

0 commit comments

Comments
 (0)