mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 04:48:40 -09:00
Corrected company name everywhere
This commit is contained in:
parent
ae850ae38b
commit
ac54e79dea
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Zeit, Inc.",
|
||||
"name": "ZEIT, Inc.",
|
||||
"email": "team@zeit.co"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue