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

Fix copyright in JavaDocs #272

Closed
guangyang opened this issue Mar 1, 2013 · 2 comments
Closed

Fix copyright in JavaDocs #272

guangyang opened this issue Mar 1, 2013 · 2 comments

Comments

@guangyang
Copy link
Contributor

Moved from https://github.com/WindowsAzure/azure-sdk-for-java-pr/issues/625.
Currently, the generated JavaDocs say "Copyright 2011 Microsoft Corporation" on every page. This comes from the pom, where we missed updating the JavaDoc config:

        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.8</version>
        <configuration>
         <excludePackageNames>*.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization</excludePackageNames>
          <bottom><![CDATA[<code>/**
<br/>* Copyright 2011 Microsoft Corporation
@guangyang
Copy link
Contributor Author

Candidate

@guangyang
Copy link
Contributor Author

This is fixed.

jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this issue Apr 5, 2017
Merge the sprint one work into the dev branch.
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this issue Mar 4, 2019
…view-dev

Moving the new async library here
sima-zhu pushed a commit to sima-zhu/azure-sdk-for-java that referenced this issue Mar 21, 2019
navalev pushed a commit to navalev/azure-sdk-for-java that referenced this issue Dec 24, 2019
* Add sample for creating skillsets
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant