Added missing license

This commit is contained in:
Robinson 2021-10-10 00:04:26 +02:00
parent f6d6018a2f
commit af4c56d1ee
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 13 additions and 0 deletions

View File

@ -21,6 +21,12 @@
Copyright 2017
Bill O'Neil
- Pronghorn HTTP Server - A low-level, high performance HTTP server
[The Apache Software License, Version 2.0]
https://github.com/pronghorn-tech/server
Copyright 2017
Pronghorn Technology LLC
- Kotlin -
[The Apache Software License, Version 2.0]
https://github.com/JetBrains/kotlin

View File

@ -87,6 +87,13 @@ licensing {
author("Bill O'Neil")
url("https://github.com/StubbornJava/StubbornJava")
}
extra("Pronghorn HTTP Server", License.APACHE_2) {
description("A low-level, high performance HTTP server")
copyright(2017)
author("Pronghorn Technology LLC")
url("https://github.com/pronghorn-tech/server")
}
}
}