Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
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

Handle complex multi-level license file references #3848

Open
pombredanne opened this issue Jul 5, 2024 · 0 comments
Open

Handle complex multi-level license file references #3848

pombredanne opened this issue Jul 5, 2024 · 0 comments

Comments

@pombredanne
Copy link
Member

See https://github.com/vt-middleware/passay by @dfish3r

It has multiple file references notices

  • header notice in code refers to -> LICENSE notice refers to -> LICENSE-apache2 and LICENSE-lgpl full texts

The actual files are:

This product is dual licensed under a choice of either the Apache-2.0 or the LGPL-3.0 license.
See LICENSE-apache2 and LICENSE-lgpl for the full text of the licenses.

/* See LICENSE for licensing and NOTICE for copyright. */

  <licenses>
    <license>
      <name>Apache 2</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
    <license>
      <name>GNU Lesser General Public License</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
    </license>
  </licenses>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant