From e1ef220bf1dc8e43c53ace9d2663483240b8eae3 Mon Sep 17 00:00:00 2001 From: Chris R Date: Fri, 30 Sep 2016 11:41:11 -0700 Subject: [PATCH] Add Contributing, Readme, and update License file. --- CONTRIBUTING.md | 4 ++++ LICENSE.txt | 2 +- README.md | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md create mode 100644 README.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..64ff041d5c --- /dev/null +++ b/CONTRIBUTING.md @@ -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. diff --git a/LICENSE.txt b/LICENSE.txt index d85a1524ad..0bdc1962b6 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 these files except in compliance with the License. You may obtain a copy of the diff --git a/README.md b/README.md new file mode 100644 index 0000000000..d30e60e456 --- /dev/null +++ b/README.md @@ -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.