Skip to content

Remove MIT License, move License.txt to root, update build script #1452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion PSReadLine.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ Synopsis: Copy all of the files that belong in the module to one place in the la
#>
task LayoutModule BuildMainModule, BuildMamlHelp, {
$extraFiles =
'License.txt',
'PSReadLine/Changes.txt',
'PSReadLine/License.txt',
'PSReadLine/SamplePSReadLineProfile.ps1',
'PSReadLine/PSReadLine.format.ps1xml',
'PSReadLine/PSReadLine.psm1'
Expand Down
1 change: 0 additions & 1 deletion PSReadLine/PSReadLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<None Include="PSReadLine.format.ps1xml" CopyToOutputDirectory="PreserveNewest" />
<None Include="SamplePSReadLineProfile.ps1" />
<None Include="Changes.txt" />
<None Include="License.txt" />
</ItemGroup>
<ItemGroup>
<None Include="..\docs\about_PSReadLine.help.txt" Link="docs\about_PSReadLine.help.txt" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ The change log is available [here](https://github.com/PowerShell/PSReadLine/blob

PSReadLine is licensed under the [2-Clause BSD License][].

[2-Clause BSD License]: https://github.com/PowerShell/PSReadLine/blob/master/PSReadLine/License.txt
[2-Clause BSD License]: https://github.com/PowerShell/PSReadLine/blob/master/License.txt

## Code of Conduct

Expand Down