Skip to content

Commit

Permalink
More correct MIT terms
Browse files Browse the repository at this point in the history
  • Loading branch information
dpoeschl committed Aug 30, 2018
1 parent d427f91 commit cfc3768
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions THIRD-PARTY-NOTICES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Roslyn SDK uses third-party libraries or other resources that may be
distributed under licenses different than the Roslyn SDK software.
Roslyn uses third-party libraries or other resources that may be
distributed under licenses different than the Roslyn software.

In the event that we accidentally failed to list a required notice, please
bring it to our attention. Post an issue or email us:
Expand All @@ -11,14 +11,15 @@ The attached notices are provided for information only.
License notice for .NET Core Libraries (CoreFX)
-------------------------------------

Copyright (c) .NET Foundation and Contributors
https://github.com/dotnet/corefx

Licensed under the MIT license; you may not use these files except in
compliance with the License. You may obtain a copy of the license at
Copyright (c) 2018 .NET Foundation and Contributors

This software is licensed subject to the MIT license, available at
https://opensource.org/licenses/MIT

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit cfc3768

Please sign in to comment.