From a26067b46c5568469426d7a06d4e180bca6af88c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Murray Date: Sat, 17 Apr 2021 10:02:08 -0400 Subject: [PATCH] Correctly include license because "new dadbrain" --- composer.json | 2 +- contributing.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6d1f407..b44ad47 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jpmurray/laravel-nofloc", "description": "Adds a header response that should be opting out your site from being used for Google's FloC tracking.", - "license": "license", + "license": "MIT", "authors": [ { "name": "Jean-Philippe Murray", diff --git a/contributing.md b/contributing.md index 82874e5..8cc0730 100644 --- a/contributing.md +++ b/contributing.md @@ -6,7 +6,6 @@ Contributions are accepted via Pull Requests on [Github](https://github.com/jpmu # Things you could do If you want to contribute but do not know where to start, this list provides some starting points. -- Add license text - Set up tests - Set up TravisCI, StyleCI, ScrutinizerCI