Skip to content

Commit 256ea29

Browse files
committed
refactor: cleanup author/contributor names and license declarations
1 parent cb003ca commit 256ea29

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

RNFS.podspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Pod::Spec.new do |s|
77
s.homepage = "https://github.com/sourcetoad/react-native-fs2"
88
s.summary = pjson["description"]
99
s.license = pjson["license"]
10-
s.author = { "Johannes Lumpe" => "[email protected]" }
10+
s.authors = {
11+
"Johannes Lumpe" => "[email protected]",
12+
"Hagen Hübel" => "[email protected]",
13+
"Connor Tumbleson" => "[email protected]"
14+
}
1115

1216
s.ios.deployment_target = '8.0'
1317

ios/RNFSManager.h

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
//
2-
// RNFSManager.h
3-
// RNFSManager
4-
//
5-
// Created by Johannes Lumpe on 08/05/15.
6-
// Copyright (c) 2015 Johannes Lumpe. All rights reserved.
7-
//
1+
// Created by Johannes Lumpe on 08/05/15.
2+
// Copyright (c) 2015 Johannes Lumpe. All rights reserved.
83

94
#import <React/RCTBridgeModule.h>
105
#import <React/RCTEventEmitter.h>

ios/RNFSManager.m

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
//
2-
// RNFSManager.m
3-
// RNFSManager
4-
//
5-
// Created by Johannes Lumpe on 08/05/15.
6-
// Copyright (c) 2015 Johannes Lumpe. All rights reserved.
7-
//
1+
// Created by Johannes Lumpe on 08/05/15.
2+
// Copyright (c) 2015 Johannes Lumpe. All rights reserved.
83

94
#import "RNFSManager.h"
105

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
],
5050
"contributors": [
5151
"Johannes Lumpe <[email protected]> (https://github.com/johanneslumpe)",
52-
"Hagen Hübel <[email protected]> (https://github.com/itinance)"
52+
"Hagen Hübel <[email protected]> (https://github.com/itinance)",
53+
"Connor Tumbleson <[email protected]> (https://github.com/iBotPeaches)"
5354
],
5455
"license": "MIT",
5556
"dependencies": {

0 commit comments

Comments
 (0)