From 692a9a9103150ebd11254581111352962a034063 Mon Sep 17 00:00:00 2001 From: Mateo Presa Castro Date: Mon, 8 Dec 2025 06:25:08 +0100 Subject: [PATCH] chore: add license and badges --- .github/workflows/{test.yml => build.yml} | 2 +- README.md | 3 ++- license.txt | 21 +++++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) rename .github/workflows/{test.yml => build.yml} (95%) create mode 100644 license.txt diff --git a/.github/workflows/test.yml b/.github/workflows/build.yml similarity index 95% rename from .github/workflows/test.yml rename to .github/workflows/build.yml index 6bcb24c..b6978e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Tests +name: Build on: pull_request: diff --git a/README.md b/README.md index 316c35b..2f5cbff 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Tests](https://github.com/sinclairzx81/typedriver/actions/workflows/build.yml/badge.svg)](https://github.com/dynamic-calm/mokv/actions/workflows/test.yml) +[![Go Report Card](https://goreportcard.com/badge/github.com/dynamic-calm/mokv)](https://goreportcard.com/report/github.com/dynamic-calm/mokv) +[![Build](https://github.com/sinclairzx81/typedriver/actions/workflows/build.yml/badge.svg)](https://github.com/dynamic-calm/mokv/actions/workflows/build.yml) diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..b3879b8 --- /dev/null +++ b/license.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Mateo Presa Castro + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.