Skip to content

Commit bc76d98

Browse files
committed
Prefer lowercase c in (c)
1 parent 8bc37bc commit bc76d98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/gulpfile.editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var editorOtherSources = [
4545

4646
var BUNDLED_FILE_HEADER = [
4747
'/*!-----------------------------------------------------------',
48-
' * Copyright (C) Microsoft Corporation. All rights reserved.',
48+
' * Copyright (c) Microsoft Corporation. All rights reserved.',
4949
' * Version: ' + commit,
5050
' * Released under the MIT license',
5151
' * https://github.com/Microsoft/vscode/blob/master/LICENSE.txt',

src/vs/base/worker/workerMainCompatibility.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
1+
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
22
<html>
33
<head>
44

0 commit comments

Comments
 (0)