Skip to content

Commit 167477b

Browse files
authored
Make license field to match actual LICENSE.md
Hello! Firstly I want to thank you for this package. I'm using it in almost all my PHP projects ant it is very helpful. In `composer.json` you are using `"BSD-3-Clause-Attribution"` license type, which is actually 4-clause. The 4th clause should be like this: > Redistributions of any form whatsoever must retain the following acknowledgment: > 'This product includes software developed by Vance Lucas (http://www.vancelucas.com).' But your `LICENSE.md` is original BSD-3-Clause. Seeing that `composer.json` license field was not commited by you, I am making this PR with `LICENSE.md` priority. If you want to use BSD-3-Clause-Attribution, you shoul add 4th clause to your `LICENSE.md`
1 parent 5a7c72e commit 167477b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vlucas/phpdotenv",
33
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
44
"keywords": ["env", "dotenv", "environment"],
5-
"license" : "BSD-3-Clause-Attribution",
5+
"license" : "BSD-3-Clause",
66
"authors" : [
77
{
88
"name": "Vance Lucas",

0 commit comments

Comments
 (0)