diff --git a/LICENSE b/LICENSE index 6d134b2..650b016 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 JangoBrick +Copyright (c) 2016 - 2017 Fabian Meyer 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 e3d4558..d4f3222 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ recaptcha(user_response, remote_address).then(function (success) { The MIT License (MIT) -Copyright (c) 2016 JangoBrick +Copyright (c) 2016 - 2017 Fabian Meyer 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/package.json b/package.json index 67b135e..23e9704 100644 --- a/package.json +++ b/package.json @@ -8,18 +8,18 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/JangoBrick/recaptcha-promise.git" + "url": "git+https://github.com/meyfa/recaptcha-promise.git" }, "keywords": [ "recaptcha", "promise" ], - "author": "JangoBrick", + "author": "Fabian Meyer", "license": "MIT", "bugs": { - "url": "https://github.com/JangoBrick/recaptcha-promise/issues" + "url": "https://github.com/meyfa/recaptcha-promise/issues" }, - "homepage": "https://github.com/JangoBrick/recaptcha-promise", + "homepage": "https://github.com/meyfa/recaptcha-promise", "dependencies": { "bluebird": "^3.4.1", "request": "^2.73.0"