File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2020 SmartBear Software Inc.
189
+ Copyright (c) 2015. SmartBear Software Inc.
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 59
59
<exclude >logback.xml</exclude >
60
60
</excludes >
61
61
</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 >
62
70
</resources >
63
71
<plugins >
64
72
<plugin >
You can’t perform that action at this time.
0 commit comments