File tree Expand file tree Collapse file tree 7 files changed +30
-223
lines changed Expand file tree Collapse file tree 7 files changed +30
-223
lines changed Original file line number Diff line number Diff line change
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.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
- // Copyright IBM Corp. 2014. All Rights Reserved.
2
+ // Copyright IBM Corp. 2014,2018 . All Rights Reserved.
3
3
// 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
6
6
7
7
require ( '..' ) . cli ( process . argv ) ;
Original file line number Diff line number Diff line change 1
- // Copyright IBM Corp. 2014. All Rights Reserved.
1
+ // Copyright IBM Corp. 2014,2018 . All Rights Reserved.
2
2
// 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
5
5
6
6
module . exports = require ( './lib/logger' ) ;
7
7
module . exports . cli = require ( './lib/cli' ) ;
Original file line number Diff line number Diff line change 1
- // Copyright IBM Corp. 2014. All Rights Reserved.
1
+ // Copyright IBM Corp. 2014,2018 . All Rights Reserved.
2
2
// 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
5
5
6
6
'use strict' ;
7
7
Original file line number Diff line number Diff line change 1
- // Copyright IBM Corp. 2014. All Rights Reserved.
1
+ // Copyright IBM Corp. 2014,2018 . All Rights Reserved.
2
2
// 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
5
5
6
6
'use strict' ;
7
7
Original file line number Diff line number Diff line change 3
3
"version" : " 2.0.0" ,
4
4
"description" : " Stream transformer that prefixes lines with timestamps and other things." ,
5
5
"author" :
" Ryan Graham <[email protected] >" ,
6
- "license" : " Artistic -2.0" ,
6
+ "license" : " Apache -2.0" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " git://github.com/strongloop/strong-log-transformer"
You can’t perform that action at this time.
0 commit comments