Skip to content

Commit 08e5383

Browse files
committed
MAJOR: relicense under Apache 2.0 license
Signed-off-by: Ryan Graham <[email protected]>
1 parent 8227aca commit 08e5383

File tree

7 files changed

+30
-223
lines changed

7 files changed

+30
-223
lines changed

LICENSE

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Copyright (c) Ryan Graham <[email protected]> 2014,2018. All Rights Reserved.
2+
Node module: strong-log-transformer
3+
4+
--------
5+
Copyright 2014,2018 Ryan Graham <[email protected]>
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.

LICENSE.md

Lines changed: 0 additions & 210 deletions
This file was deleted.

bin/sl-log-transformer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
2-
// Copyright IBM Corp. 2014. All Rights Reserved.
2+
// Copyright IBM Corp. 2014,2018. All Rights Reserved.
33
// Node module: strong-log-transformer
4-
// This file is licensed under the Artistic License 2.0.
5-
// License text available at https://opensource.org/licenses/Artistic-2.0
4+
// This file is licensed under the Apache License 2.0.
5+
// License text available at https://opensource.org/licenses/Apache-2.0
66

77
require('..').cli(process.argv);

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright IBM Corp. 2014. All Rights Reserved.
1+
// Copyright IBM Corp. 2014,2018. All Rights Reserved.
22
// Node module: strong-log-transformer
3-
// This file is licensed under the Artistic License 2.0.
4-
// License text available at https://opensource.org/licenses/Artistic-2.0
3+
// This file is licensed under the Apache License 2.0.
4+
// License text available at https://opensource.org/licenses/Apache-2.0
55

66
module.exports = require('./lib/logger');
77
module.exports.cli = require('./lib/cli');

lib/cli.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright IBM Corp. 2014. All Rights Reserved.
1+
// Copyright IBM Corp. 2014,2018. All Rights Reserved.
22
// Node module: strong-log-transformer
3-
// This file is licensed under the Artistic License 2.0.
4-
// License text available at https://opensource.org/licenses/Artistic-2.0
3+
// This file is licensed under the Apache License 2.0.
4+
// License text available at https://opensource.org/licenses/Apache-2.0
55

66
'use strict';
77

lib/logger.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright IBM Corp. 2014. All Rights Reserved.
1+
// Copyright IBM Corp. 2014,2018. All Rights Reserved.
22
// Node module: strong-log-transformer
3-
// This file is licensed under the Artistic License 2.0.
4-
// License text available at https://opensource.org/licenses/Artistic-2.0
3+
// This file is licensed under the Apache License 2.0.
4+
// License text available at https://opensource.org/licenses/Apache-2.0
55

66
'use strict';
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.0",
44
"description": "Stream transformer that prefixes lines with timestamps and other things.",
55
"author": "Ryan Graham <[email protected]>",
6-
"license": "Artistic-2.0",
6+
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
99
"url": "git://github.com/strongloop/strong-log-transformer"

0 commit comments

Comments
 (0)