From 7c8332186f2bc88c2bc56edaa9610b89663e46ae Mon Sep 17 00:00:00 2001 From: Henk Mollema Date: Mon, 8 Jan 2018 10:45:26 +0100 Subject: [PATCH] Update copyright year to 2018 (#41088) --- build/gulpfile.vscode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 45296f50324..78a09a2db01 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -127,7 +127,7 @@ const config = { version: getElectronVersion(), productAppName: product.nameLong, companyName: 'Microsoft Corporation', - copyright: 'Copyright (C) 2017 Microsoft. All rights reserved', + copyright: 'Copyright (C) 2018 Microsoft. All rights reserved', darwinIcon: 'resources/darwin/code.icns', darwinBundleIdentifier: product.darwinBundleIdentifier, darwinApplicationCategoryType: 'public.app-category.developer-tools',