Update licenses.yaml

This commit is contained in:
Akshat Jain 2024-11-15 10:39:04 +05:30
parent 49af8892b4
commit 68783e1b89

View File

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