Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright year in Help->About Hyper #3415

Merged
merged 3 commits into from
Apr 16, 2019
Merged

Conversation

pndyjack
Copy link
Contributor

I don't know if this is necessary or not as it's not for the license(from #2566).
Still mentioning it since I noticed it.

I don't know if this is necessary or not as it's not for the license(from vercel#2566).
Still mentioning it since I noticed it.
@Stanzilla Stanzilla merged commit a7c9555 into vercel:canary Apr 16, 2019
@Stanzilla
Copy link
Collaborator

Thanks!

@@ -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 © 2018 ZEIT, Inc.`,
detail: `Plugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2019 ZEIT, Inc.`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

permanent solution;

date = new Date()
date.getFullYear()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just do new Date().getFullYear()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants