Commit 222338c8 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Correct licence in pyproject.toml and README.md

Closes #19
parent 6b6a9e5d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
[![gitlab-ico]][gitlab-link]
[![pre-commit-ico]][pre-commit-link]
[![licence-apache2]](/LICENCE.txt)
[![licence-mpl20]](/LICENCE.txt)
[![pipeline-status]][pipeline-report]


@@ -39,9 +39,9 @@ git+https://code.kodo.org.uk/dom/behave-utils@v0.3.2
  https://github.com/pre-commit/pre-commit
  "Pre-Commit at GitHub.com"

[licence-apache2]:
  https://img.shields.io/badge/Licence-Apache--2.0-blue.svg
  "Licence: Apache License 2.0"
[licence-mpl20]:
  https://img.shields.io/badge/Licence-MPL--2.0-blue.svg
  "Licence: Mozilla Public License 2.0"

[pipeline-status]:
  https://code.kodo.org.uk/dom/behave-utils/badges/main/pipeline.svg
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
name = "behave-utils"
version = "0.3.2"
description = "Utilities for writing Behave step implementations"
license = "Apache-2.0"
license = "MPL-2.0"
readme = "README.md"
repository = "https://code.kodo.org.uk/dom/behave-utils"