-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Azure: Fix LICENSE, NOTICE, and runtime-deps for azure-bundle #16181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
stevenzwu
merged 4 commits into
apache:main
from
kevinjqliu:kevinjqliu/azure-bundle-license
May 6, 2026
+172
−35
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -207,8 +207,7 @@ This product bundles Azure SDK for Java. | |
|
|
||
| Project URL: https://github.com/Azure/azure-sdk-for-java | ||
| License: MIT | ||
| | The MIT License (MIT) | ||
| | | ||
|
|
||
| | Copyright (c) 2015 Microsoft | ||
| | | ||
| | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
|
|
@@ -238,34 +237,145 @@ License: Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2 | |
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
||
| This product bundles FastDoubleParser (via Jackson JSON Processor). | ||
|
|
||
| Copyright: 2023 Werner Randelshofer, Switzerland | ||
| Project URL: https://github.com/wrandelshofer/FastDoubleParser | ||
| License: MIT | ||
|
|
||
| | Copyright (c) 2023 Werner Randelshofer, Switzerland | ||
| | | ||
| | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| | of this software and associated documentation files (the "Software"), to deal | ||
| | in the Software without restriction, including without limitation the rights | ||
| | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| | copies of the Software, and to permit persons to whom the Software is | ||
| | furnished to do so, subject to the following conditions: | ||
| | | ||
| | The above copyright notice and this permission notice shall be included in all | ||
| | copies or substantial portions of the Software. | ||
| | | ||
| | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| | SOFTWARE. | ||
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
||
| This product bundles fast_float (bundled by FastDoubleParser). | ||
|
|
||
| Copyright: 2021 The fast_float authors | ||
| Project URL: https://github.com/fastfloat/fast_float | ||
| License: MIT | ||
|
|
||
| | Copyright (c) 2021 The fast_float authors | ||
| | | ||
| | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| | of this software and associated documentation files (the "Software"), to deal | ||
| | in the Software without restriction, including without limitation the rights | ||
| | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| | copies of the Software, and to permit persons to whom the Software is | ||
| | furnished to do so, subject to the following conditions: | ||
| | | ||
| | The above copyright notice and this permission notice shall be included in all | ||
| | copies or substantial portions of the Software. | ||
| | | ||
| | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| | SOFTWARE. | ||
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
||
| This product bundles bigint (bundled by FastDoubleParser). | ||
|
|
||
| Copyright: 2022 Tim Buktu | ||
| Project URL: https://github.com/tbuktu/bigint | ||
| License: BSD 2-Clause | ||
|
|
||
| | Copyright 2022 Tim Buktu | ||
| | | ||
| | Redistribution and use in source and binary forms, with or without | ||
| | modification, are permitted provided that the following conditions | ||
| | are met: | ||
| | | ||
| | 1. Redistributions of source code must retain the above copyright notice, this | ||
| | list of conditions and the following disclaimer. | ||
| | | ||
| | 2. Redistributions in binary form must reproduce the above copyright notice, | ||
| | this list of conditions and the following disclaimer in the documentation | ||
| | and/or other materials provided with the distribution. | ||
| | | ||
| | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
| | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
| | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
| | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
| | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
| | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
| | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
| | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
| | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
| | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
||
| This product bundles Microsoft Authentication Library for Java. | ||
|
|
||
| Project URL: https://github.com/AzureAD/microsoft-authentication-library-for-java | ||
| License: MIT | ||
| | MIT License | ||
| | | ||
| | Copyright (c) Microsoft Corporation. All rights reserved. | ||
| | | ||
| | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| | of this software and associated documentation files (the "Software"), to deal | ||
|
Comment on lines
-248
to
-253
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. formatting issue, remove the redundant |
||
| | in the Software without restriction, including without limitation the rights | ||
| | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| | copies of the Software, and to permit persons to whom the Software is | ||
| | furnished to do so, subject to the following conditions: | ||
| | | ||
| | The above copyright notice and this permission notice shall be included in all | ||
| | copies or substantial portions of the Software. | ||
| | | ||
| | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| | SOFTWARE | ||
|
|
||
| | Copyright (c) Microsoft Corporation. All rights reserved. | ||
| | | ||
| | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| | of this software and associated documentation files (the "Software"), to deal | ||
| | in the Software without restriction, including without limitation the rights | ||
| | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| | copies of the Software, and to permit persons to whom the Software is | ||
| | furnished to do so, subject to the following conditions: | ||
| | | ||
| | The above copyright notice and this permission notice shall be included in all | ||
| | copies or substantial portions of the Software. | ||
| | | ||
| | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| | SOFTWARE | ||
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
||
| This product bundles MSAL4J Persistence Extension. | ||
|
|
||
| Project URL: https://github.com/AzureAD/microsoft-authentication-library-for-java | ||
| License: MIT | ||
|
|
||
| | Copyright (c) Microsoft Corporation. All rights reserved. | ||
| | | ||
| | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| | of this software and associated documentation files (the "Software"), to deal | ||
| | in the Software without restriction, including without limitation the rights | ||
| | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| | copies of the Software, and to permit persons to whom the Software is | ||
| | furnished to do so, subject to the following conditions: | ||
| | | ||
| | The above copyright notice and this permission notice shall be included in all | ||
| | copies or substantial portions of the Software. | ||
| | | ||
| | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| | SOFTWARE | ||
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
||
|
|
@@ -276,6 +386,13 @@ License: Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2 | |
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
||
| This product bundles Apache Tomcat Native (netty-tcnative-classes and netty-tcnative-boringssl-static, bundled by Reactor Netty). | ||
|
|
||
| Project URL: https://tomcat.apache.org/native-doc/ | ||
| License: Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
||
| This product bundles Reactor Core. | ||
|
|
||
| Project URL: https://github.com/reactor/reactor-core | ||
|
|
@@ -290,9 +407,16 @@ License: Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2 | |
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
||
| This product bundles Reactor AddOns. | ||
| This product bundles Reactor Pool (bundled by Reactor Netty). | ||
|
|
||
| Project URL: https://github.com/reactor/reactor-pool | ||
| License: Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
||
| This product bundles Aalto XML (bundled by Azure SDK for Java). | ||
|
|
||
| Project URL: https://github.com/reactor/reactor-addons | ||
| Project URL: https://github.com/FasterXML/aalto-xml | ||
| License: Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| -------------------------------------------------------------------------------- | ||
|
|
@@ -307,9 +431,8 @@ License: Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2 | |
| This product bundles Reactive Streams. | ||
|
|
||
| Project URL: http://www.reactive-streams.org/ | ||
| License: MIT | ||
| | MIT No Attribution | ||
| | | ||
| License: MIT-0 | ||
|
|
||
| | Copyright 2014 Reactive Streams | ||
| | | ||
| | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formatting issue, align with the rest of the file