Skip to content

Commit

Permalink
Merge pull request #2055 from tobi5775/copyright
Browse files Browse the repository at this point in the history
Issue #2054: Add copyright and license information to Jar.
  • Loading branch information
bnasslahsen committed Feb 4, 2023
2 parents 798656e + ea847f5 commit 38a85ff
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2019-2022 the original author or authors.

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

https://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.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,17 @@
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>../</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE</include>
<include>COPYRIGHT</include>
</includes>
</resource>
</resources>

<pluginManagement>
<plugins>
<plugin>
Expand Down

0 comments on commit 38a85ff

Please sign in to comment.