From 0944ea58972fa1007b1aa2a9fa1874273027bbd2 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 12 Mar 2018 16:07:41 +0100 Subject: [PATCH] Add Copyright Header --- scripts/bundle.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/bundle.js b/scripts/bundle.js index ce2e35b4..c18942fd 100644 --- a/scripts/bundle.js +++ b/scripts/bundle.js @@ -1,3 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + const requirejs = require('requirejs'); const path = require('path'); const fs = require('fs');