Skip to content

Commit 3d687ec

Browse files
committed
Fixing some copyright headers.
1 parent b3e0c35 commit 3d687ec

15 files changed

Lines changed: 30 additions & 60 deletions

File tree

webpack/loader-load-themed-styles/src/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3-
* See LICENSE in the project root for license information.
4-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
53

64
import { LoadThemedStylesLoader } from './LoadThemedStylesLoader';
75

webpack/loader-load-themed-styles/src/test/LoadThemedStylesLoader.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3-
* See LICENSE in the project root for license information.
4-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
53

64
/// <reference types="mocha" />
75

webpack/loader-load-themed-styles/src/test/testData/LoadThemedStylesMock.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3-
* See LICENSE in the project root for license information.
4-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
53

64
class LoadThemedStylesMock {
75
public static loadedData: string[] = [];

webpack/loader-load-themed-styles/src/test/testData/MockStyle1.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3-
* See LICENSE in the project root for license information.
4-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
53

64
/* tslint:disable:no-any */
75
const exportedObject: any = [['A', 'STYLE 1'], ['B', 'STYLE 2']];

webpack/loader-load-themed-styles/src/test/testData/MockStyle2.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3-
* See LICENSE in the project root for license information.
4-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
53

64
/* tslint:disable:export-name */
75
export = 'styles';

webpack/loader-raw-script/src/RawScriptLoader.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3-
* See LICENSE in the project root for license information.
4-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
53

64
import { EOL } from 'os';
75

webpack/loader-raw-script/src/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3-
* See LICENSE in the project root for license information.
4-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
53

64
import * as RawScriptLoader from './RawScriptLoader';
75

webpack/loader-raw-script/src/test/RawScriptLoader.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3-
* See LICENSE in the project root for license information.
4-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
53

64
import { assert } from 'chai';
75
import RawScriptLoader = require('./../RawScriptLoader');

webpack/loader-set-webpack-public-path/src/SetWebpackPublicPathLoader.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3-
* See LICENSE in the project root for license information.
4-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
53

64
import { merge } from 'lodash';
75
const loaderUtils = require('loader-utils'); // tslint:disable-line:typedef

webpack/loader-set-webpack-public-path/src/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3-
* See LICENSE in the project root for license information.
4-
*/
1+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2+
// See LICENSE in the project root for license information.
53

64
import { SetWebpackPublicPathLoader } from './SetWebpackPublicPathLoader';
75

0 commit comments

Comments
 (0)