Skip to content

Commit 5e2bf35

Browse files
Merge pull request #44 from lwander/update-pom
Update POM to reflect License & Authors
2 parents c6be1ff + a7c8240 commit 5e2bf35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kubernetes/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919

2020
<licenses>
2121
<license>
22-
<name>Unlicense</name>
23-
<url>http://unlicense.org</url>
22+
<name>The Apache Software License, Version 2.0</name>
23+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
2424
<distribution>repo</distribution>
2525
</license>
2626
</licenses>
2727

2828
<developers>
2929
<developer>
30-
<name>Swagger</name>
31-
<email>[email protected]</email>
32-
<organization>Swagger</organization>
33-
<organizationUrl>http://swagger.io</organizationUrl>
30+
<name>The Kubernetes Authors</name>
31+
<email>[email protected]</email>
32+
<organization>Kubernetes</organization>
33+
<organizationUrl>http://kubernetes.io</organizationUrl>
3434
</developer>
3535
</developers>
3636

0 commit comments

Comments
 (0)