Skip to content

Commit 260942f

Browse files
committed
license in toml and readme
1 parent 7fd134c commit 260942f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Package Version](https://img.shields.io/hexpm/v/gsv)](https://hex.pm/packages/gsv)
44
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gsv/)
5+
[![Hippocratic License HL3-FULL](https://img.shields.io/static/v1?label=Hippocratic%20License&message=HL3-FULL&labelColor=5e2751&color=bc8c3d)](https://firstdonoharm.dev/version/3/0/full.html)
56

67
This is a simple csv parser and writer for gleam. It will get more performant in the future,
78
but if you're looking for high performance now, I'd recommend doing ffi to an existing parser

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = "1.2.1"
33
gleam = ">= 0.32.0"
44
description = "A simple csv parser and generator written in gleam "
55

6-
licences = ["Apache-2.0"]
6+
# licences = ["Apache-2.0"] // Need Hippocrative-3 on spdx
77
repository = { type = "github", user = "bcpeinhardt", repo = "gsv" }
88

99
internal_modules = [

0 commit comments

Comments
 (0)