Fix header

pull/2748/head
Alex Dima 7 years ago
parent f8781eda2e
commit 49f2283894

@ -13,9 +13,9 @@ const headerVersion = semver + '(' + sha1 + ')';
const BUNDLED_FILE_HEADER = [ const BUNDLED_FILE_HEADER = [
'/*!-----------------------------------------------------------------------------', '/*!-----------------------------------------------------------------------------',
' * Copyright (c) Microsoft Corporation. All rights reserved.', ' * Copyright (c) Microsoft Corporation. All rights reserved.',
' * monaco-typescript version: ' + headerVersion, ' * monaco-languages version: ' + headerVersion,
' * Released under the MIT license', ' * Released under the MIT license',
' * https://github.com/Microsoft/monaco-typescript/blob/master/LICENSE.md', ' * https://github.com/Microsoft/monaco-languages/blob/master/LICENSE.md',
' *-----------------------------------------------------------------------------*/', ' *-----------------------------------------------------------------------------*/',
'' ''
].join('\n'); ].join('\n');

Loading…
Cancel
Save