Skip to content

Commit 179d21d

Browse files
Updated license to include .net foundation (#224)
1 parent 838be84 commit 179d21d

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

LICENSE

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2017 OmniSharp Team and contributors
3+
Copyright (c) .NET Foundation and Contributors
4+
All Rights Reserved
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
[![codecov](https://codecov.io/gh/OmniSharp/csharp-language-server-protocol/branch/master/graph/badge.svg)](https://codecov.io/gh/OmniSharp/csharp-language-server-protocol)
22

3-
43
## C# Language Server Protocol
4+
55
This is an implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol) written entirely in C# for .NET.
66

77
This is currently under heavy development and the API's are subject to change.
8+
9+
## License
10+
11+
Copyright © .NET Foundation, and contributors.
12+
13+
OmniSharp is provided as-is under the MIT license. For more information see [LICENSE](https://github.com/OmniSharp/omnisharp-roslyn/blob/master/license.md).
14+
15+
## Code of Conduct
16+
17+
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/)
18+
to clarify expected behavior in our community.
19+
For more information see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).
20+
21+
## Contribution License Agreement
22+
23+
By signing the [CLA](https://cla.dotnetfoundation.org/OmniSharp/omnisharp-roslyn), the community is free to use your contribution to .NET Foundation projects.
24+
25+
## .NET Foundation
26+
27+
This project is supported by the [.NET Foundation](http://www.dotnetfoundation.org).

0 commit comments

Comments
 (0)