Skip to content

Commit

Permalink
docs(bindings/java): copyright in footer (#3996)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-XD authored Jan 16, 2024
1 parent f6ddb8e commit 3565e56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<os-maven-plugin.version>1.7.0</os-maven-plugin.version>
<palantir-java-format.version>2.36.0</palantir-java-format.version>
<spotless.version>2.39.0</spotless.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -263,6 +264,19 @@
</java>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<bottom>
Copyright © 2022-2024, The Apache Software Foundation Apache OpenDAL, OpenDAL, Apache, Apache Incubator,
the Apache feather, the Apache Incubator logo and the Apache OpenDAL project logo are either registered
trademarks or trademarks of the Apache Software Foundation.
</bottom>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 3565e56

Please sign in to comment.