Skip to content

Commit 0316f28

Browse files
Raymond Fengraymondfeng
authored andcommitted
fix: Fix node module names in source code headers
1 parent cbeaaaf commit 0316f28

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+57
-57
lines changed

packages/authentication/src/providers/auth-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright IBM Corp. 2017. All Rights Reserved.
2-
// Node module: loopback
2+
// Node module: @loopback/authentication
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55

packages/authentication/src/providers/authenticate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright IBM Corp. 2013,2017. All Rights Reserved.
2-
// Node module: loopback
2+
// Node module: @loopback/authentication
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55

packages/authentication/src/strategy-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright IBM Corp. 2013,2017. All Rights Reserved.
2-
// Node module: loopback
2+
// Node module: @loopback/authentication
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55
import {HttpErrors, ParsedRequest} from '@loopback/rest';

packages/authentication/test/acceptance/basic-auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright IBM Corp. 2013,2017. All Rights Reserved.
2-
// Node module: loopback
2+
// Node module: @loopback/authentication
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55

packages/authentication/test/integration/smoke.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright IBM Corp. 2013,2017. All Rights Reserved.
2-
// Node module: loopback
2+
// Node module: @loopback/authentication
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55

packages/authentication/test/unit/authenticate-action.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright IBM Corp. 2017. All Rights Reserved.
2-
// Node module: loopback
2+
// Node module: @loopback/authentication
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55

packages/authentication/test/unit/authenticate-decorator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright IBM Corp. 2017. All Rights Reserved.
2-
// Node module: loopback
2+
// Node module: @loopback/authentication
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55

packages/authentication/test/unit/fixtures/mock-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright IBM Corp. 2013,2017. All Rights Reserved.
2-
// Node module: loopback
2+
// Node module: @loopback/authentication
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55
import {Strategy} from 'passport';

packages/authentication/test/unit/metadata-provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright IBM Corp. 2017. All Rights Reserved.
2-
// Node module: loopback
2+
// Node module: @loopback/authentication
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55

packages/authentication/test/unit/strategy-adapter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright IBM Corp. 2013,2017. All Rights Reserved.
2-
// Node module: loopback
2+
// Node module: @loopback/authentication
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
55

0 commit comments

Comments
 (0)