From ac54e79dea69cdbcaaf5524f4fcc06a100d50f15 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Wed, 17 Jan 2018 16:58:49 +0100 Subject: [PATCH] Corrected company name everywhere --- app/menus/menu.js | 2 +- app/package.json | 2 +- license.md | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/menus/menu.js b/app/menus/menu.js index e6959270..0e42eb92 100644 --- a/app/menus/menu.js +++ b/app/menus/menu.js @@ -42,7 +42,7 @@ exports.createMenu = (createWindow, getLoadedPluginVersions) => { dialog.showMessageBox({ title: `About ${appName}`, 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: [], icon }); diff --git a/app/package.json b/app/package.json index 5990620a..36843b2b 100644 --- a/app/package.json +++ b/app/package.json @@ -5,7 +5,7 @@ "version": "2.0.0-canary.10", "license": "MIT", "author": { - "name": "Zeit, Inc.", + "name": "ZEIT, Inc.", "email": "team@zeit.co" }, "repository": "zeit/hyper", diff --git a/license.md b/license.md index a85488e8..f0fae15f 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ # 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 of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index a3ad9d11..7bfc139d 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ }, "license": "MIT", "author": { - "name": "Zeit, Inc.", + "name": "ZEIT, Inc.", "email": "team@zeit.co" }, "dependencies": {