Add Contributing, Readme, and update License file.
This commit is contained in:
parent
7e76ea8731
commit
e1ef220bf1
|
|
@ -0,0 +1,4 @@
|
||||||
|
Contributing
|
||||||
|
======
|
||||||
|
|
||||||
|
Information on contributing to this repo is in the [Contributing Guide](https://github.com/aspnet/Home/blob/dev/CONTRIBUTING.md) in the Home repo.
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
|
Copyright (c) .NET Foundation. All rights reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
||||||
these files except in compliance with the License. You may obtain a copy of the
|
these files except in compliance with the License. You may obtain a copy of the
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
WebListener
|
||||||
|
=================
|
||||||
|
|
||||||
|
This repo contains a web server for ASP.NET Core based on the Windows [Http Server API](https://msdn.microsoft.com/en-us/library/windows/desktop/aa364510.aspx).
|
||||||
|
|
||||||
|
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
|
||||||
Loading…
Reference in New Issue