Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

MIT license #113

Merged
merged 3 commits into from
Apr 15, 2021
Merged

MIT license #113

merged 3 commits into from
Apr 15, 2021

Conversation

alfredclwong
Copy link
Collaborator

@alfredclwong alfredclwong commented Apr 15, 2021

This fixes and updates all missing license headers.

I've also found a nice Github Action that checks matched filenames for specific license texts using this tool.

You can see a successful run here. I've had to ignore Pluto notebooks as they are quite particular about their syntax.

{
"**/*.jl": [
"# MIT license",
"# Copyright (c) Microsoft Corporation. All rights reserved.",
"# See LICENSE in the project root for full license information."
],
"ignore": [
"samples/notebooks/",
"samples\\notebooks\\"
]
}

And finally, 2 important bug fixes + new feature => patch number upgrade.

@alfredclwong alfredclwong force-pushed the mit-license branch 2 times, most recently from ececa1c to 39497be Compare April 15, 2021 09:41
@alfredclwong alfredclwong enabled auto-merge (rebase) April 15, 2021 10:09
@codecov-io

This comment has been minimized.

@alfredclwong alfredclwong requested a review from BrianGun April 15, 2021 12:14
@alfredclwong alfredclwong added the documentation Improvements or additions to documentation label Apr 15, 2021
@alfredclwong alfredclwong self-assigned this Apr 15, 2021
@alfredclwong alfredclwong merged commit a3e10a0 into main Apr 15, 2021
@alfredclwong alfredclwong deleted the mit-license branch April 15, 2021 18:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants