From 904f94a1bb6311b7cc95808ff654c96ae181d045 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Wed, 17 Jan 2018 17:00:13 +0100 Subject: [PATCH] Corrected dates --- app/menus/menu.js | 2 +- license.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/menus/menu.js b/app/menus/menu.js index 0e42eb92..bc6cce38 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 © 2018 ZEIT, Inc.`, buttons: [], icon }); diff --git a/license.md b/license.md index f0fae15f..89491ddb 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ # 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 of this software and associated documentation files (the "Software"), to deal