We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041d942 commit 6108888Copy full SHA for 6108888
lib/docs/scrapers/spring_boot.rb
@@ -15,7 +15,8 @@ class SpringBoot < UrlScraper
15
16
# https://github.com/spring-projects/spring-boot/blob/main/buildSrc/src/main/resources/NOTICE.txt
17
options[:attribution] = <<-HTML
18
- Copyright © 2002–2022 Pivotal, Inc. All Rights Reserved.
+ Copyright © 2012-2023 VMware, Inc.<br>
19
+ Licensed under the Apache License, Version 2.0.
20
HTML
21
22
self.release = '3.1.3'
0 commit comments