Fix library name for JavaPoet in src/docs/dist/license.txt

This commit also updates Objenesis version in the file to align with the
version that Spring Framework is using.

See gh-28100
This commit is contained in:
izeye 2022-02-23 20:52:36 +09:00 committed by Stephane Nicoll
parent b4eb895927
commit a28b49ac27
1 changed files with 3 additions and 3 deletions

View File

@ -257,16 +257,16 @@ is included above.
>>> JavaPoet 1.13.0 (com.squareup:javapoet:1.13.0):
Per the LICENSE file in the CGLIB JAR distribution downloaded from
Per the LICENSE file in the JavaPoet JAR distribution downloaded from
https://github.com/square/javapoet/archive/refs/tags/javapoet-1.13.0.zip,
JavaPoet 1.13.0 is licensed under the Apache License, version 2.0, the text of
which is included above.
>>> Objenesis 3.1 (org.objenesis:objenesis:3.1):
>>> Objenesis 3.2 (org.objenesis:objenesis:3.2):
Per the LICENSE file in the Objenesis ZIP distribution downloaded from
http://objenesis.org/download.html, Objenesis 3.1 is licensed under the
http://objenesis.org/download.html, Objenesis 3.2 is licensed under the
Apache License, version 2.0, the text of which is included above.
Per the NOTICE file in the Objenesis ZIP distribution downloaded from