Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Oct 23, 2024
1 parent 7718a58 commit 019197f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project provides just a convenient interface for evaluating kotlin script.

[![Keep a Changelog v1.1.0 badge](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735)](CHANGELOG.md)
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/kotlin-script-helper.svg)](https://mvnrepository.com/artifact/org.fugerit.java/kotlin-script-helper)
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
[![license](https://img.shields.io/badge/License-MIT%20License-teal.svg)](https://opensource.org/license/mit)
[![code of conduct](https://img.shields.io/badge/conduct-Contributor%20Covenant-purple.svg)](https://github.com/fugerit-org/fj-universe/blob/main/CODE_OF_CONDUCT.md)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_kotlin-script-helper&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_kotlin-script-helper)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_kotlin-script-helper&metric=coverage)](https://sonarcloud.io/summary/new_code?id=fugerit-org_kotlin-script-helper)
Expand Down Expand Up @@ -38,4 +38,4 @@ try (Reader reader = [reader on kotlin script]) {
Object result = evalKts.evalKts( reader, dataModel );
log.info( "my result : {}", result );
}
```
```

0 comments on commit 019197f

Please sign in to comment.