diff --git a/LICENSE b/LICENSE index e9a74d6..ae5a0da 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1 @@ -COPYRIGHT 2021 REDACTED - ALL RIGHTS RESERVED +COPYRIGHT 2021 BENJAMIN KYD - ALL RIGHTS RESERVED diff --git a/client/package.json b/client/package.json index 1ab1e8d..89f1110 100644 --- a/client/package.json +++ b/client/package.json @@ -8,8 +8,8 @@ "setup": "npm i", "test": "nodemon launchserver.js" }, - "author": " REDACTED", - "license": "UNLICENSED", + "author": "Ben Kyd (https://benkyd.co.uk)", + "license": "MIT", "dependencies": { "express": "^4.17.1" } diff --git a/package.json b/package.json index 728a306..44d92d7 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "REDACTED", - "license": "UNLICENSED", + "author": "Ben Kyd (https://benkyd.co.uk)", + "license": "MIT", "dependencies": { "eslint": "^7.23.0", "eslint-config-portsoc": "^0.8.1" diff --git a/server/package.json b/server/package.json index 6d8ce5c..a82817f 100644 --- a/server/package.json +++ b/server/package.json @@ -8,8 +8,8 @@ "setup": "npm i", "test": "nodemon index.js" }, - "author": "REDACTED", - "license": "UNLICENSED", + "author": "Ben Kyd (https://benkyd.co.uk)", + "license": "MIT", "dependencies": { "body-parser": "^1.19.0", "colors": "^1.4.0",