Update licenses.yaml

This commit is contained in:
Akshat Jain 2024-11-15 10:39:04 +05:30
parent 49af8892b4
commit 68783e1b89
1 changed files with 16 additions and 6 deletions

View File

@ -367,23 +367,19 @@ libraries:
---
name: Guice
name: Guice Core and Extensions
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 4.2.2
version: 5.1.0
libraries:
- com.google.inject: guice
- com.google.inject.extensions: guice-multibindings
- com.google.inject.extensions: guice-servlet
- com.google.inject.extensions: guice-assistedinject
notices:
- guice: |
Google Guice - Core Library
Copyright 2006-2016 Google, Inc.
- guice-multibindings: |
Google Guice - Extensions - MultiBindings
Copyright 2006-2016 Google, Inc.
- guice-servlet: |
Google Guice - Extensions - Servlet
Copyright 2006-2016 Google, Inc.
@ -393,6 +389,20 @@ notices:
---
name: Guice MultiBindings Extension
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 4.2.2
libraries:
- com.google.inject.extensions: guice-multibindings
notices:
- guice-multibindings: |
Google Guice - Extensions - MultiBindings
Copyright 2006-2016 Google, Inc.
---
name: JsonPath
license_category: binary
module: java-core