From 85b99dcf108515b4ddf65b3e782ed95c8bf0e4ba Mon Sep 17 00:00:00 2001 From: Jeff Groom Date: Fri, 11 Jan 2019 16:48:27 -0700 Subject: [PATCH] update license --- LICENSE | 6 +----- README.md | 8 +++----- package.json | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 3f55fbe..c2a7871 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,4 @@ -MIT License - -For Strest software - -Copyright (c) 2018-present, Eyk Rehbein. +Copyright (c) 2018 Eyk Rehbein Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 613cc79..5085843 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,9 @@

:rocket: Flexible REST Tests

-

- License: MIT - License: MIT - License: MIT -

+![](https://img.shields.io/github/license/eykrehbein/strest.svg) +![](https://img.shields.io/github/package-json/v/eykrehbein/strest.svg) +![](https://img.shields.io/npm/v/@strest/cli.svg) **:link: Connect multiple requests**: _Example_ Embed an authorization token you got as a response from a login request in your following requests automatically diff --git a/package.json b/package.json index e30c03d..0d835f6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.2.2", "description": "A new dimension of REST API testing", "main": "dist/main.js", - "repository": "https://github.com/eykhagen/strest", + "repository": "https://github.com/eykrehbein/strest", "author": "Eyk Rehbein", "license": "MIT", "private": false,