microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Fix copyright license headers #89

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

The file headers in this project all mention .NET Foundation. However, this project isn't actually part of the .NET Foundation. All files should be updated with the following license header instead, which is consistent with official Microsoft guidelines:

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

We should also update the .editoconfig file to help enforce this correctly:

file_header_template = Copyright (c) Microsoft Corporation.\nLicensed under the MIT License.