Skip to content

Commit cfca848

Browse files
authored
update readme for .Net foundation requirements (#1194)
* Update readme for .Net foundation requirements
1 parent 944600e commit cfca848

File tree

3 files changed

+25
-13
lines changed

3 files changed

+25
-13
lines changed

CODE_OF_CONDUCT.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# Microsoft Open Source Code of Conduct
1+
# Code of Conduct
22

3-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4-
5-
Resources:
6-
7-
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8-
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9-
- Contact [[email protected]](mailto:[email protected]) with questions or concerns
3+
This project has adopted the code of conduct defined by the Contributor Covenant
4+
to clarify expected behavior in our community.
5+
For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).

LICENSE

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
Copyright (c) Microsoft Corporation.
1+
The MIT License (MIT)
22

3-
MIT License
3+
Copyright (c) .NET Foundation and Contributors
4+
5+
All rights reserved.
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy
68
of this software and associated documentation files (the "Software"), to deal
@@ -12,7 +14,7 @@ furnished to do so, subject to the following conditions:
1214
The above copyright notice and this permission notice shall be included in all
1315
copies or substantial portions of the Software.
1416

15-
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1618
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1719
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1820
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,21 @@ In addition to open sourcing of the SDK, Microsoft has opened up the conceptual
9595
- **[ShapeCrawler](https://github.com/ShapeCrawler/ShapeCrawler)**: This library provides a simplified object model on top of the OpenXml SDK to manipulate PowerPoint documents.
9696
- **[OOXML Validator](https://github.com/mikeebowen/ooxml-validator-vscode)**: VS Code extension to validate Office Open XML files. Search "OOXML" in the VS Code extensions tab or download it from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=mikeebowen.ooxml-validator-vscode)
9797

98+
# How can I contribute?
9899

99-
# Trademarks
100+
We welcome contributions! Many people all over the world have helped make this project better.
100101

101-
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
102+
- [Contributing](./CONTRIBUTING.md) explains what kinds of contributions we welcome
103+
104+
# Reporting security issues and security bugs
105+
106+
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue?rtc=1).
107+
108+
# .NET Foundation
109+
The Open XML SDK is a [.NET Foundation](https://dotnetfoundation.org/projects) project.
110+
111+
This project has adopted the code of conduct defined by the [Contributor Covenant](https://www.contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/about/code-of-conduct).
112+
113+
# License
114+
115+
The Open XML SDK is licensed under the [MIT](./LICENSE) license.

0 commit comments

Comments
 (0)