Skip to content

Commit c8c11fa

Browse files
committed
Added license
1 parent 148a076 commit c8c11fa

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

LICENSE

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This software is licensed under the Apache 2 license, quoted below.
2+
3+
Copyright 2012 http://thenewmotion.com
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
<version>1.5</version>
99
</parent>
1010

11+
<licenses>
12+
<license>
13+
<name>Apache License, Version 2.0</name>
14+
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
15+
</license>
16+
</licenses>
17+
1118
<groupId>com.thenewmotion.akka</groupId>
1219
<artifactId>akka-http</artifactId>
1320
<version>0.0.1-SNAPSHOT</version>

0 commit comments

Comments
 (0)