From db42fed45801f9586f33bb65d76bff9b4d446b6e Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 1 Dec 2015 18:42:06 +0100 Subject: [PATCH] add missing copyright --- src/vs/workbench/node/proxy.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/vs/workbench/node/proxy.ts b/src/vs/workbench/node/proxy.ts index 7d446c9b5ed..afd60795aa5 100644 --- a/src/vs/workbench/node/proxy.ts +++ b/src/vs/workbench/node/proxy.ts @@ -1,3 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + import { Url, parse as parseUrl } from 'url'; import HttpProxyAgent = require('http-proxy-agent'); import HttpsProxyAgent = require('https-proxy-agent');