Skip to content

Commit 0338075

Browse files
authored
Update copyrights on non-source files (OData#2548)
* Update copyrights on non source files * Add changes from review
1 parent 46d7ecb commit 0338075

7 files changed

+19
-13
lines changed

.github/CONTRIBUTION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pull request of features and bug fixes are both welcomed. Before you send a pull
2626
### Complete a Contribution License Agreement (CLA)
2727
You will need to complete a Contributor License Agreement (CLA). Briefly, this agreement testifies that you are granting us permission to use the submitted change according to the terms of the project's license, and that the work being submitted is under appropriate copyright.
2828

29-
Please submit a Contributor License Agreement (CLA) before submitting a pull request. Please fill and submit the [Contribution License Agreement Form | Microsoft](https://cla.microsoft.com/). Be sure to include your GitHub user name along with the agreement. Only after we have received the signed CLA, we'll review the pull request that you send. You only need to do this once for contributing to any Microsoft open source projects.
29+
Please submit a Contributor License Agreement (CLA) before submitting a pull request. Please fill and submit the [Contributor License Agreement](https://cla.dotnetfoundation.org/). Be sure to include your GitHub user name along with the agreement. Only after we have received the signed CLA, we'll review the pull request that you send. This needs to only be done once for any .NET Foundation OSS project.
3030

3131
### Create a new issue on the issue tracker and link the pull request to it
3232
You should have an issue created on the [issue tracker](https://github.com/OData/WebApi/issues) before you work on the pull request. After the OData Web API team has reviewed this issue and change its label to "accepting pull request", you can issue a pull request to us in which the link to the related issue is included.

License.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OData-WebAPI
22

3-
Copyright (c) Microsoft. All rights reserved.
3+
Copyright (c) .NET Foundation and Contributors
44

55
Material in this repository is made available under the following terms:
66
1. Code is licensed under the MIT license, reproduced below.
@@ -23,4 +23,3 @@ NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPO
2323
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
2424
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2525
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26-

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
Build | Status
44
--------|---------
5+
Odata.WebApi Rolling Dotnet pipeline | <img src="https://dev.azure.com/dotnet/OData/_apis/build/status/OData.WebApi-Rolling?branchName=master"/>
56
WebApi Rolling | <img src="https://identitydivision.visualstudio.com/OData/_apis/build/status/WebApi/WebApi-master-pipeline-Rolling"/>
6-
WebApi Nightly | <img src="https://identitydivision.visualstudio.com/OData/_apis/build/status/WebApi/WebApi-master-pipeline-Nightly"/>
7+
WebApi Nightly | <img src="https://dev.azure.com/dotnet/OData/_apis/build/status/OData.WebApi%20Nightly?branchName=master"/>
78

89
### Introduction
910

@@ -118,4 +119,10 @@ Please refer to the [How to debug](https://docs.microsoft.com/en-us/odata/webapi
118119

119120
### Code of Conduct
120121

121-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
122+
This project has adopted the [.NET Foundation Contributor Covenant Code of Conduct](https://dotnetfoundation.org/about/code-of-conduct). For more information see the [Code of Conduct FAQ](https://dotnetfoundation.org/about/faq).
123+
124+
### .NET Foundation
125+
126+
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).
127+
128+
WebApi is a Copyright of &copy; .NET Foundation and other contributors. It is licensed under [MIT License](https://github.com/OData/WebApi/blob/master/License.txt)

src/Microsoft.AspNet.OData/Microsoft.AspNet.OData.Nightly.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>Microsoft.AspNet.OData</id>
55
<title>Microsoft ASP.NET Web API 2.2 for OData v4.0</title>
66
<version>$VersionNuGetSemantic$-Nightly$NightlyBuildVersion$</version>
7-
<authors>Microsoft</authors>
8-
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
7+
<authors>OData (.NET Foundation)</authors>
8+
<copyright>&#169; .NET Foundation and Contributors. All rights reserved.</copyright>
99
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.</description>
1010
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API.</summary>
1111
<language>en-US</language>

src/Microsoft.AspNet.OData/Microsoft.AspNet.OData.Release.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>Microsoft.AspNet.OData</id>
55
<title>Microsoft ASP.NET Web API 2.2 for OData v4.0</title>
66
<version>$VersionNuGetSemantic$</version>
7-
<authors>Microsoft</authors>
8-
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
7+
<authors>OData (.NET Foundation)</authors>
8+
<copyright>&#169; .NET Foundation and Contributors. All rights reserved.</copyright>
99
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.</description>
1010
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API.</summary>
1111
<releaseNotes>https://docs.microsoft.com/en-us/odata/changelog/webapi-7x</releaseNotes>

src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.Nightly.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>Microsoft.AspNetCore.OData</id>
55
<title>Microsoft ASP.NET Core 2.0 and 3.x for OData v4.0</title>
66
<version>$VersionNuGetSemantic$-Nightly$NightlyBuildVersion$</version>
7-
<authors>Microsoft</authors>
8-
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
7+
<authors>OData (.NET Foundation)</authors>
8+
<copyright>&#169; .NET Foundation and Contributors. All rights reserved.</copyright>
99
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC and to support OData query syntax for your web APIs.</description>
1010
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC.</summary>
1111
<language>en-US</language>

src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.Release.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>Microsoft.AspNetCore.OData</id>
55
<title>Microsoft ASP.NET Core 2.0 and 3.x for OData v4.0</title>
66
<version>$VersionNuGetSemantic$</version>
7-
<authors>Microsoft</authors>
8-
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
7+
<authors>OData (.NET Foundation)</authors>
8+
<copyright>&#169; .NET Foundation and Contributors. All rights reserved.</copyright>
99
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC and to support OData query syntax for your web APIs.</description>
1010
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC.</summary>
1111
<releaseNotes>https://docs.microsoft.com/en-us/odata/changelog/webapi-7x</releaseNotes>

0 commit comments

Comments
 (0)