File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
packages/cli/test/fixtures/copyright/single-package Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 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
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
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
+
1
6
// XYZ
2
7
exports . xyz = { } ;
Original file line number Diff line number Diff line change 1
- // Copyright IBM Corp . 2020. All Rights Reserved.
1
+ // Copyright ACME Inc . 2020,2024 . All Rights Reserved.
2
2
// Node module: myapp
3
- // This file is licensed under the MIT License.
4
- // License text available at https://opensource. org/licenses/MIT
3
+ // This file is licensed under the ISC License.
4
+ // License text available at https://www.isc. org/licenses/
5
5
6
6
export class MyApplication { }
You can’t perform that action at this time.
0 commit comments