dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.23k stars 1.76k forks source link

Add license headers to source files. #5978

Open MackinnonBuck opened 2 years ago

MackinnonBuck commented 2 years ago

Description

Other .NET Foundation repositories include a license header at the top of each source file. This seems appropriate for MAUI as well.

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

Public API Changes

None

Intended Use-Case

N/A

jfversluis commented 1 year ago

Unless we are required to do so, we're not planning on doing this right now.

jfversluis commented 1 year ago

We've got word that this is required now, so let's make it happen! For context: https://github.com/dotnet/maui/pull/16770#issuecomment-1682784701