PowerShell / PowerShell-IoT

Interact with I2C, SPI & GPIO devices using PowerShell Core!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.IoT
MIT License
130 stars 28 forks source link

Not all code files start with a copyright header #60

Open xtqqczze opened 4 years ago

xtqqczze commented 4 years ago

Source code files should start with a header such as the following:

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
xtqqczze commented 4 years ago

61 will help going forward.