Skip to content

Commit 64218e2

Browse files
committed
chore: update copyright years
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 3f91541 commit 64218e2

11 files changed

Lines changed: 11 additions & 24 deletions

File tree

examples/soap-calculator/src/__tests__/unit/controllers/calculator.controller.unit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. and LoopBack contributors 2018,2019. All Rights Reserved.
1+
// Copyright IBM Corp. and LoopBack contributors 2018,2026. All Rights Reserved.
22
// Node module: @loopback/example-soap-calculator
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

examples/todo/src/__tests__/unit/models/todo.model.unit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
1+
// Copyright IBM Corp. and LoopBack contributors 2018,2026. All Rights Reserved.
22
// Node module: @loopback/example-todo
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

packages/cli/test/unit/cli.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
1+
// Copyright IBM Corp. and LoopBack contributors 2018,2026. All Rights Reserved.
22
// Node module: @loopback/cli
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

packages/cli/test/unit/debug.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
1+
// Copyright IBM Corp. and LoopBack contributors 2018,2026. All Rights Reserved.
22
// Node module: @loopback/cli
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

packages/cli/test/unit/globalize.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. and LoopBack contributors 2020. All Rights Reserved.
1+
// Copyright IBM Corp. and LoopBack contributors 2026. All Rights Reserved.
22
// Node module: @loopback/cli
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

packages/cli/test/unit/model-discoverer.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved.
1+
// Copyright IBM Corp. and LoopBack contributors 2019,2026. All Rights Reserved.
22
// Node module: @loopback/cli
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

packages/cli/test/unit/version-helper.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved.
1+
// Copyright IBM Corp. and LoopBack contributors 2019,2026. All Rights Reserved.
22
// Node module: @loopback/cli
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

packages/repository/src/__tests__/unit/datasource.unit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. and LoopBack contributors 2017,2019. All Rights Reserved.
1+
// Copyright IBM Corp. and LoopBack contributors 2017,2026. All Rights Reserved.
22
// Node module: @loopback/repository
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

packages/repository/src/__tests__/unit/keys.unit.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020. All Rights Reserved.
1+
// Copyright IBM Corp. 2026. All Rights Reserved.
22
// Node module: @loopback/repository
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
@@ -112,12 +112,6 @@ describe('Repository Keys and Tags', () => {
112112
);
113113
});
114114

115-
it('REPOSITORY tag matches REPOSITORIES namespace pattern', () => {
116-
expect(RepositoryBindings.REPOSITORIES).to.match(
117-
new RegExp(RepositoryTags.REPOSITORY),
118-
);
119-
});
120-
121115
it('DATASOURCE tag matches DATASOURCES namespace pattern', () => {
122116
expect(RepositoryBindings.DATASOURCES).to.match(
123117
new RegExp(RepositoryTags.DATASOURCE),

packages/repository/src/__tests__/unit/repositories/constraint-utils.unit.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved.
1+
// Copyright IBM Corp. and LoopBack contributors 2019,2026. All Rights Reserved.
22
// Node module: @loopback/repository
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT
@@ -166,13 +166,6 @@ describe('constraint utility functions', () => {
166166
expect(result).to.containEql({where: constraint});
167167
});
168168

169-
it('constrainFilter handles empty constraint', () => {
170-
const inputFilter = filterBuilderHelper({where: {x: 'x'}});
171-
const constraint = {};
172-
const result = constrainFilter(inputFilter, constraint);
173-
expect(result).to.containEql(inputFilter);
174-
});
175-
176169
it('constrainWhere handles undefined input where', () => {
177170
const constraint = {id: '5'};
178171
const result = constrainWhere(undefined, constraint);

0 commit comments

Comments
 (0)