From 179d21d9fa838496640541fec8a216d292721d41 Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Sun, 29 Mar 2020 14:10:24 -0400 Subject: [PATCH] Updated license to include .net foundation (#224) --- LICENSE | 3 ++- README.md | 22 +++++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index da0e62338..b64d1f6bc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2017 OmniSharp Team and contributors +Copyright (c) .NET Foundation and Contributors +All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5a4c6d4af..04aa5d763 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,27 @@ [![codecov](https://codecov.io/gh/OmniSharp/csharp-language-server-protocol/branch/master/graph/badge.svg)](https://codecov.io/gh/OmniSharp/csharp-language-server-protocol) - ## C# Language Server Protocol + This is an implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol) written entirely in C# for .NET. This is currently under heavy development and the API's are subject to change. + +## License + +Copyright © .NET Foundation, and contributors. + +OmniSharp is provided as-is under the MIT license. For more information see [LICENSE](https://github.com/OmniSharp/omnisharp-roslyn/blob/master/license.md). + +## Code of Conduct + +This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) +to clarify expected behavior in our community. +For more information see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). + +## Contribution License Agreement + +By signing the [CLA](https://cla.dotnetfoundation.org/OmniSharp/omnisharp-roslyn), the community is free to use your contribution to .NET Foundation projects. + +## .NET Foundation + +This project is supported by the [.NET Foundation](http://www.dotnetfoundation.org).