Skip to content

Commit 60bd4c0

Browse files
authored
Remove MIT License, move License.txt to root and update build script (#1452)
1 parent a24be79 commit 60bd4c0

File tree

5 files changed

+2
-24
lines changed

5 files changed

+2
-24
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.
File renamed without changes.

PSReadLine.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ Synopsis: Copy all of the files that belong in the module to one place in the la
143143
#>
144144
task LayoutModule BuildMainModule, BuildMamlHelp, {
145145
$extraFiles =
146+
'License.txt',
146147
'PSReadLine/Changes.txt',
147-
'PSReadLine/License.txt',
148148
'PSReadLine/SamplePSReadLineProfile.ps1',
149149
'PSReadLine/PSReadLine.format.ps1xml',
150150
'PSReadLine/PSReadLine.psm1'

PSReadLine/PSReadLine.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<None Include="PSReadLine.format.ps1xml" CopyToOutputDirectory="PreserveNewest" />
2626
<None Include="SamplePSReadLineProfile.ps1" />
2727
<None Include="Changes.txt" />
28-
<None Include="License.txt" />
2928
</ItemGroup>
3029
<ItemGroup>
3130
<None Include="..\docs\about_PSReadLine.help.txt" Link="docs\about_PSReadLine.help.txt" />

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The change log is available [here](https://github.com/PowerShell/PSReadLine/blob
240240

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

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

245245
## Code of Conduct
246246

0 commit comments

Comments
 (0)