File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
packages/cli/test/fixtures/copyright/single-package Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
- // Copyright ACME Inc. 2020,2024 . All Rights Reserved.
2
- // Node module: myapp
3
- // This file is licensed under the ISC License.
4
- // License text available at https://www.isc. org/licenses/
1
+ // Copyright IBM Corp. and LoopBack contributors 2020. All Rights Reserved.
2
+ // Node module: @loopback /cli
3
+ // This file is licensed under the MIT License.
4
+ // License text available at https://opensource. org/licenses/MIT
5
5
6
6
// Use the same set of files (except index.js) in this folder
7
7
const files = require ( '../index' ) ( __dirname ) ;
Original file line number Diff line number Diff line change 1
- // Copyright ACME Inc. 2020,2024. All Rights Reserved.
2
- // Node module: myapp
3
- // This file is licensed under the ISC License.
4
- // License text available at https://www.isc.org/licenses/
5
-
6
1
// XYZ
7
2
exports . xyz = { } ;
Original file line number Diff line number Diff line change 1
- // Copyright ACME Inc . 2020,2024 . All Rights Reserved.
1
+ // Copyright IBM Corp . 2020. All Rights Reserved.
2
2
// Node module: myapp
3
- // This file is licensed under the ISC License.
4
- // License text available at https://www.isc. org/licenses/
3
+ // This file is licensed under the MIT License.
4
+ // License text available at https://opensource. org/licenses/MIT
5
5
6
6
export class MyApplication { }
You can’t perform that action at this time.
0 commit comments