Skip to content

Commit

Permalink
Merge pull request #1744 from swagger-api/issue403
Browse files Browse the repository at this point in the history
Changes in license and notice
  • Loading branch information
gracekarina authored Jun 7, 2022
2 parents 4b2e8a3 + ded6f9f commit d3b1894
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2020 SmartBear Software Inc.
Copyright (c) 2015. SmartBear Software Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 4 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Swagger Parser - ${pom.name}
Copyright (c) 2015. SmartBear Software Inc.
Swagger Parser - ${pom.name} is licensed under Apache 2.0 license.
Copy of the Apache 2.0 license can be found in `LICENSE` file.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
<exclude>logback.xml</exclude>
</excludes>
</resource>
<resource>
<targetPath>META-INF</targetPath>
<directory>.</directory>
<includes>
<include>NOTICE</include>
<include>LICENSE</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
Expand Down

0 comments on commit d3b1894

Please sign in to comment.