Skip to content

Commit fe2acbf

Browse files
pnoebauerdhmlau
authored andcommitted
fix: undo copyright updates
Signed-off-by: Philip Noebauer <philip.noebauer@gmail.com>
1 parent 98340ed commit fe2acbf

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

packages/cli/test/fixtures/copyright/single-package/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55

66
// Use the same set of files (except index.js) in this folder
77
const files = require('../index')(__dirname);
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
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-
61
// XYZ
72
exports.xyz = {};
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright ACME Inc. 2020,2024. All Rights Reserved.
1+
// Copyright IBM Corp. 2020. All Rights Reserved.
22
// 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
55

66
export class MyApplication {}

0 commit comments

Comments
 (0)