Corrected company name everywhere

This commit is contained in:
Leo Lamprecht 2018-01-17 16:58:49 +01:00
parent ae850ae38b
commit ac54e79dea
4 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ exports.createMenu = (createWindow, getLoadedPluginVersions) => {
dialog.showMessageBox({ dialog.showMessageBox({
title: `About ${appName}`, title: `About ${appName}`,
message: `${appName} ${appVersion} (${updateChannel})`, message: `${appName} ${appVersion} (${updateChannel})`,
detail: `Plugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2017 Zeit, Inc.`, detail: `Plugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2017 ZEIT, Inc.`,
buttons: [], buttons: [],
icon icon
}); });

View file

@ -5,7 +5,7 @@
"version": "2.0.0-canary.10", "version": "2.0.0-canary.10",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Zeit, Inc.", "name": "ZEIT, Inc.",
"email": "team@zeit.co" "email": "team@zeit.co"
}, },
"repository": "zeit/hyper", "repository": "zeit/hyper",

View file

@ -1,6 +1,6 @@
# MIT License # MIT License
Copyright (c) 2017 Zeit, Inc. Copyright (c) 2017 ZEIT, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -158,7 +158,7 @@
}, },
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Zeit, Inc.", "name": "ZEIT, Inc.",
"email": "team@zeit.co" "email": "team@zeit.co"
}, },
"dependencies": { "dependencies": {