Skip to content

Commit 779c451

Browse files
authored
Merge pull request #1 from bspk/add-license
Switch to MIT LICENSE
2 parents 79585de + a1f64f2 commit 779c451

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Bespoke Engineering
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
<connection>scm:git:https://github.com/bspk/httpsig-java.git</connection>
1616
<url>https://github.com/bspk/httpsig-java</url>
1717
<developerConnection>scm:git:git@github.com:bspk/httpsig-java.git</developerConnection>
18-
<tag>HEAD</tag>
19-
</scm>
18+
<tag>HEAD</tag>
19+
</scm>
2020
<licenses>
2121
<license>
22-
<name>The Apache License, Version 2.0</name>
23-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22+
<name>The MIT License (MIT)</name>
23+
<url>http://opensource.org/licenses/MIT</url>
24+
<distribution>repo</distribution>
2425
</license>
2526
</licenses>
2627
<developers>
@@ -143,4 +144,4 @@
143144
</plugin>
144145
</plugins>
145146
</build>
146-
</project>
147+
</project>

0 commit comments

Comments
 (0)