diff --git a/LICENSE b/LICENSE index 9006d300ca..d8fdaec371 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ (The MIT License) -Copyright (c) 2014 Automattic +Copyright (c) 2016 Guillermo Rauch (@rauchg) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index 4921869006..f87e5b60b9 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "engine.io-parser", "description": "Parser for the client for the realtime Engine", + "license": "MIT", "version": "1.2.4", - "homepage": "https://github.com/Automattic/engine.io-parser", + "homepage": "https://github.com/socketio/engine.io-parser", "devDependencies": { "expect.js": "0.3.1", "mocha": "2.2.5", @@ -22,7 +23,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:Automattic/engine.io-parser.git" + "url": "git@github.com:socketio/engine.io-parser.git" }, "browser": "./lib/browser.js" }