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

Missing Copy Right text for gradle dependency #302

Closed
sandeepsaggarwal opened this issue May 5, 2023 · 3 comments
Closed

Missing Copy Right text for gradle dependency #302

sandeepsaggarwal opened this issue May 5, 2023 · 3 comments

Comments

@sandeepsaggarwal
Copy link

Is this possible to add copy right text along with license information?

@jaredsburrows
Copy link
Owner

Can you give an example?

@sandeepsaggarwal
Copy link
Author

Example text is

`Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.`

This is apache license text.

@jaredsburrows
Copy link
Owner

jaredsburrows commented Jun 21, 2023

The "entire" text is shown in the HTML output.

Also, I pull the license provided by the POM.xml which usually looks something like this:

  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </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

2 participants