Skip to content

Commit d3b1894

Browse files
authored
Merge pull request #1744 from swagger-api/issue403
Changes in license and notice
2 parents 4b2e8a3 + ded6f9f commit d3b1894

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2020 SmartBear Software Inc.
189+
Copyright (c) 2015. SmartBear Software Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

NOTICE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Swagger Parser - ${pom.name}
2+
Copyright (c) 2015. SmartBear Software Inc.
3+
Swagger Parser - ${pom.name} is licensed under Apache 2.0 license.
4+
Copy of the Apache 2.0 license can be found in `LICENSE` file.

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@
5959
<exclude>logback.xml</exclude>
6060
</excludes>
6161
</resource>
62+
<resource>
63+
<targetPath>META-INF</targetPath>
64+
<directory>.</directory>
65+
<includes>
66+
<include>NOTICE</include>
67+
<include>LICENSE</include>
68+
</includes>
69+
</resource>
6270
</resources>
6371
<plugins>
6472
<plugin>

0 commit comments

Comments
 (0)