Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 2fe4d51

Browse files
Add license / package info
1 parent d03567d commit 2fe4d51

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) Alfonso García-Caro and contributors.
4+
All rights reserved.
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

peeble.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{E5F881
1313
build.fsx = build.fsx
1414
paket.dependencies = paket.dependencies
1515
README.md = README.md
16+
RELEASE_NOTES.md = RELEASE_NOTES.md
1617
EndProjectSection
1718
EndProject
1819
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "sample", "sample\sample.fsproj", "{A0E1D26F-8347-4D34-BB21-CF2DC5B37A2A}"

src/peeble/peeble.fsproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
<ToolCommandName>peeble</ToolCommandName>
88
<PackageId>peeble-cli</PackageId>
99
<PackageOutputPath>../../bin/tool</PackageOutputPath>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11+
<Title>peeble</Title>
12+
<Description>F# to Php transpiler</Description>
13+
<Authors>Jeremie Chassaing</Authors>
14+
<Copyright>2020 thinkbeforecoding</Copyright>
15+
<PackageIcon>peeble.png</PackageIcon>
16+
<RepositoryUrl>https://github.com/thinkbeforecoding/peeble</RepositoryUrl>
17+
<PackageProjectUrl>https://github.com/thinkbeforecoding/peeble</PackageProjectUrl>
1018
</PropertyGroup>
1119
<ItemGroup>
1220
<Reference Include="FSharp.Compiler.Service">
@@ -104,6 +112,7 @@
104112
<Paket>True</Paket>
105113
<Link>paket-files/FSharp.Compiler.Service.xml</Link>
106114
</Content>
115+
<Content Include="peeble.png" Pack="true" PackagePath="" />
107116
</ItemGroup>
108117
<ItemGroup>
109118
<Reference Include="FSharp.Compiler.Service">

src/peeble/peeble.png

3.61 KB
Loading

0 commit comments

Comments
 (0)