Skip to content

Commit bbf563a

Browse files
committed
Update documentation and licence in files
1 parent 7a7830b commit bbf563a

File tree

9 files changed

+41
-11
lines changed

9 files changed

+41
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2018 The CallKeep Authors (see the AUTHORS file)
1+
Copyright (c) 2016-2019 The CallKeep Authors (see the AUTHORS file)
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ RNCallKeep.addEventListener('didPerformDTMFAction', ({ digits, callUUID }) => {
461461

462462
## Example
463463

464-
A full example is available in the [wazo-react-native-demo](https://github.com/wazo-pbx/wazo-react-native-demo) repository.
464+
A full example is available in the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) folder.
465465

466466
```javascript
467467
import React from 'react';
@@ -584,10 +584,6 @@ class RNCallKeepExample extends React.Component {
584584
}
585585
```
586586

587-
## Notes
588-
589-
- Call setup once to initiate callkeep.
590-
591587
## Debug
592588

593589
### Android

android/src/main/java/io/wazo/callkeep/RNCallKeepModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2018 The CallKeep Authors (see the AUTHORS file)
2+
* Copyright (c) 2016-2019 The CallKeep Authors (see the AUTHORS file)
33
* SPDX-License-Identifier: ISC, MIT
44
*
55
* Permission to use, copy, modify, and distribute this software for any

android/src/main/java/io/wazo/callkeep/RNCallKeepPackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2018 The CallKeep Authors (see the AUTHORS file)
2+
* Copyright (c) 2016-2019 The CallKeep Authors (see the AUTHORS file)
33
* SPDX-License-Identifier: ISC, MIT
44
*
55
* Permission to use, copy, modify, and distribute this software for any

android/src/main/java/io/wazo/callkeep/VoiceConference.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* Copyright (c) 2016-2019 The CallKeep Authors (see the AUTHORS file)
3+
* SPDX-License-Identifier: ISC, MIT
4+
*
5+
* Permission to use, copy, modify, and distribute this software for any
6+
* purpose with or without fee is hereby granted, provided that the above
7+
* copyright notice and this permission notice appear in all copies.
8+
*
9+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16+
*/
17+
118
package io.wazo.callkeep;
219

320
import android.telecom.Conference;

android/src/main/java/io/wazo/callkeep/VoiceConnection.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* Copyright (c) 2016-2019 The CallKeep Authors (see the AUTHORS file)
3+
* SPDX-License-Identifier: ISC, MIT
4+
*
5+
* Permission to use, copy, modify, and distribute this software for any
6+
* purpose with or without fee is hereby granted, provided that the above
7+
* copyright notice and this permission notice appear in all copies.
8+
*
9+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16+
*/
17+
118
package io.wazo.callkeep;
219

320
import android.annotation.TargetApi;

android/src/main/java/io/wazo/callkeep/VoiceConnectionService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2018 The CallKeep Authors (see the AUTHORS file)
2+
* Copyright (c) 2016-2019 The CallKeep Authors (see the AUTHORS file)
33
* SPDX-License-Identifier: ISC, MIT
44
*
55
* Permission to use, copy, modify, and distribute this software for any

ios/RNCallKeep/RNCallKeep.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RNCallKeep.h
33
// RNCallKeep
44
//
5-
// Copyright 2016-2018 The CallKeep Authors (see the AUTHORS file)
5+
// Copyright 2016-2019 The CallKeep Authors (see the AUTHORS file)
66
// SPDX-License-Identifier: ISC, MIT
77
//
88

ios/RNCallKeep/RNCallKeep.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RNCallKeep.m
33
// RNCallKeep
44
//
5-
// Copyright 2016-2018 The CallKeep Authors (see the AUTHORS file)
5+
// Copyright 2016-2019 The CallKeep Authors (see the AUTHORS file)
66
// SPDX-License-Identifier: ISC, MIT
77
//
88

0 commit comments

Comments
 (0)