Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 09d0c1a

Browse files
authored
Copyright notice
1 parent af1dcd9 commit 09d0c1a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/getappdelegate.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ declare const BTAppSwitch;
33

44
/**
55
* This file has been copied from nativescript-urlhandler
6+
* MIT License
7+
* Copyright (c) 2016 Martin Reinhardt
68
* https://github.com/hypery2k/nativescript-urlhandler/blob/45fa7d83d59897db8f3b5077432a154ae542a69e/src/getappdelegate.ts
79
*/
810

@@ -32,7 +34,12 @@ export function getAppDelegate() {
3234
return application.ios.delegate;
3335
}
3436

35-
// copied from https://github.com/hypery2k/nativescript-urlhandler/blob/45fa7d83d59897db8f3b5077432a154ae542a69e/src/urlhandler.ios.ts#L7
37+
/**
38+
* This method has been copied from nativescript-urlhandler
39+
* MIT License
40+
* Copyright (c) 2016 Martin Reinhardt
41+
* https://github.com/hypery2k/nativescript-urlhandler/blob/45fa7d83d59897db8f3b5077432a154ae542a69e/src/urlhandler.ios.ts#L7
42+
*/
3643

3744
export function enableMultipleOverridesFor(classRef, methodName, nextImplementation) {
3845
const currentImplementation = classRef.prototype[methodName];
@@ -87,4 +94,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8794
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8895
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8996
SOFTWARE.
90-
*/
97+
*/

0 commit comments

Comments
 (0)