From 1674c05c54c9d102231f632f8486aa03a639618a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sat, 20 Feb 2016 21:02:56 +0200 Subject: [PATCH] Fixed the author and license --- LICENSE | 2 +- README.md | 6 +++--- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 33548eb..c588e08 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 jillix +Copyright (c) 2016 jillix (http://jillix.com) 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 c76046a..2913f60 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ Have an idea? Found a bug? See [how to contribute][contributing]. ## License -[ISC][license] © [][website] +[MIT][license] © [jillix][website] -[license]: http://showalicense.com/?fullname=&year=2016#license-isc -[website]: +[license]: http://showalicense.com/?fullname=jillix%20%3Ccontact%40jillix.com%3E%20(http%3A%2F%2Fjillix.com)&year=2016#license-mit +[website]: http://jillix.com [contributing]: /CONTRIBUTING.md [docs]: /DOCUMENTATION.md \ No newline at end of file diff --git a/package.json b/package.json index 8d7e13a..3c6225a 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "type": "git", "url": "git+https://github.com/jillix/flow-packages.git" }, - "author": "", - "license": "ISC", + "author": "jillix (http://jillix.com)", + "license": "MIT", "bugs": { "url": "https://github.com/jillix/flow-packages/issues" },