diff --git a/LICENSE b/LICENSE index d96a83ef..aa115edd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Eugene Pankov +Copyright (c) 2017 Tabby Developers 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/app/package.json b/app/package.json index 771e3719..c51baf00 100644 --- a/app/package.json +++ b/app/package.json @@ -4,7 +4,7 @@ "private": true, "repository": "https://github.com/Eugeny/tabby", "author": { - "name": "Eugene Pankov", + "name": "Tabby Developers", "email": "e@ajenti.org" }, "main": "dist/main.js", diff --git a/tabby-auto-sudo-password/package.json b/tabby-auto-sudo-password/package.json index c872424e..6eae6571 100644 --- a/tabby-auto-sudo-password/package.json +++ b/tabby-auto-sudo-password/package.json @@ -18,6 +18,6 @@ "devDependencies": { "ansi-colors": "^4.1.1" }, - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT" } diff --git a/tabby-community-color-schemes/package.json b/tabby-community-color-schemes/package.json index fd8b816d..7f961dd4 100644 --- a/tabby-community-color-schemes/package.json +++ b/tabby-community-color-schemes/package.json @@ -14,7 +14,7 @@ "files": [ "dist" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "peerDependencies": { "@angular/core": "^15", diff --git a/tabby-core/package.json b/tabby-core/package.json index b321a3dd..5e2e7d9e 100644 --- a/tabby-core/package.json +++ b/tabby-core/package.json @@ -15,7 +15,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "devDependencies": { "bootstrap": "^5.3.0-alpha.1", diff --git a/tabby-electron/package.json b/tabby-electron/package.json index bc1c1cb9..2888f4ba 100644 --- a/tabby-electron/package.json +++ b/tabby-electron/package.json @@ -15,7 +15,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "peerDependencies": { "@angular/core": "^15", diff --git a/tabby-linkifier/package.json b/tabby-linkifier/package.json index 49783254..deb823a4 100644 --- a/tabby-linkifier/package.json +++ b/tabby-linkifier/package.json @@ -15,7 +15,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "devDependencies": { "@xterm/addon-web-links": "^0.10.0", diff --git a/tabby-local/package.json b/tabby-local/package.json index 8bead1e8..f193ea06 100644 --- a/tabby-local/package.json +++ b/tabby-local/package.json @@ -15,7 +15,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "devDependencies": { "ansi-colors": "^4.1.1", diff --git a/tabby-plugin-manager/package.json b/tabby-plugin-manager/package.json index c88e7c93..34f83a70 100644 --- a/tabby-plugin-manager/package.json +++ b/tabby-plugin-manager/package.json @@ -15,7 +15,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "devDependencies": { "@types/semver": "^7.1.0", diff --git a/tabby-serial/package.json b/tabby-serial/package.json index 14d2d863..2c2b700b 100644 --- a/tabby-serial/package.json +++ b/tabby-serial/package.json @@ -15,7 +15,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "devDependencies": { "@types/node": "14.14.14", diff --git a/tabby-settings/package.json b/tabby-settings/package.json index a6bac2e8..05b2f78a 100644 --- a/tabby-settings/package.json +++ b/tabby-settings/package.json @@ -15,7 +15,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "devDependencies": { "@types/marked": "^5.0.1", diff --git a/tabby-ssh/package.json b/tabby-ssh/package.json index 31e8e1fd..5832052c 100644 --- a/tabby-ssh/package.json +++ b/tabby-ssh/package.json @@ -17,7 +17,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "devDependencies": { "@types/node": "20.3.1", diff --git a/tabby-telnet/package.json b/tabby-telnet/package.json index 71937a6a..81d73c49 100644 --- a/tabby-telnet/package.json +++ b/tabby-telnet/package.json @@ -15,7 +15,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "devDependencies": { "ansi-colors": "^4.1.1", diff --git a/tabby-terminal/package.json b/tabby-terminal/package.json index cb004947..cb26cd77 100644 --- a/tabby-terminal/package.json +++ b/tabby-terminal/package.json @@ -16,7 +16,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "devDependencies": { "@xterm/addon-canvas": "^0.6.0", diff --git a/tabby-web-demo/package.json b/tabby-web-demo/package.json index e5ed822f..57da2621 100644 --- a/tabby-web-demo/package.json +++ b/tabby-web-demo/package.json @@ -11,7 +11,7 @@ "data", "dist" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "devDependencies": { "@types/webpack-env": "^1.16.0" diff --git a/tabby-web/package.json b/tabby-web/package.json index b51f4ce7..b33e1b5c 100644 --- a/tabby-web/package.json +++ b/tabby-web/package.json @@ -15,7 +15,7 @@ "dist", "typings" ], - "author": "Eugene Pankov", + "author": "Tabby Developers", "license": "MIT", "peerDependencies": { "@angular/core": "^15"