Skip to content

Commit

Permalink
update LICENSE and NOTICE in build
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Mar 28, 2022
1 parent 3649327 commit 0a16eb7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 223 deletions.
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Swagger Core
Swagger Core - ${pom.name}
Copyright (c) 2015. SmartBear Software Inc.
Swagger Core is licensed under Apache 2.0 license.
Swagger Core - ${pom.name} is licensed under Apache 2.0 license.
Copy of the Apache 2.0 license can be found in `LICENSE` file.
13 changes: 0 additions & 13 deletions modules/swagger-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<defaultGoal>install</defaultGoal>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>logback.xml</exclude>
</excludes>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>biz.aQute.bnd</groupId>
Expand Down
202 changes: 0 additions & 202 deletions modules/swagger-project-jakarta/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions modules/swagger-project-jakarta/NOTICE

This file was deleted.

3 changes: 2 additions & 1 deletion modules/swagger-project-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
<resources>
<resource>
<targetPath>META-INF</targetPath>
<directory>.</directory>
<directory>../../../..</directory>
<filtering>true</filtering>
<includes>
<include>NOTICE</include>
<include>LICENSE</include>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
</resource>
<resource>
<targetPath>META-INF</targetPath>
<directory>.</directory>
<directory>../..</directory>
<filtering>true</filtering>
<includes>
<include>NOTICE</include>
<include>LICENSE</include>
Expand Down

0 comments on commit 0a16eb7

Please sign in to comment.