From 8d09fd525af7da41b7ae753a6697f7cbcc3efe17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lajos=20M=C3=A9sz=C3=A1ros?= Date: Tue, 6 Apr 2021 11:49:15 +0200 Subject: [PATCH] Added GPL-3.0-or-later license --- README.md | 4 ---- composer.json | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index aac6e1e..9e7cb37 100644 --- a/README.md +++ b/README.md @@ -180,10 +180,6 @@ If I were to have a single, combined `includes` function, then I would have to d Plus, sometimes the function name I would like to use is already taken by PHP, like in the case of [S::split](https://www.php.net/manual/en/function.split.php) -## Licence - -Do whatever you like with the code. As long as it saves you from the usual PHP headaches, then I'm happy. - ## Misc information - ÁSÓ in hungarian means shovel diff --git a/composer.json b/composer.json index 7dfd72e..ce50f28 100644 --- a/composer.json +++ b/composer.json @@ -13,5 +13,6 @@ "Shovel\\": "src/" } }, + "license": "GPL-3.0-or-later", "require": {} }