Corrected dates

This commit is contained in:
Leo Lamprecht 2018-01-17 17:00:13 +01:00
parent ac54e79dea
commit 904f94a1bb
2 changed files with 2 additions and 2 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 © 2018 ZEIT, Inc.`,
buttons: [], buttons: [],
icon icon
}); });

View file

@ -1,6 +1,6 @@
# MIT License # MIT License
Copyright (c) 2017 ZEIT, Inc. Copyright (c) 2018 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