Skip to content

Commit a7f0222

Browse files
committed
Change wazo author name and update copyright dates
1 parent 61bbacc commit a7f0222

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ CallKeep is a fork of react-native-callkit by ianlin.
22
Since it only target iOS devices, we created CallKeep to target both Android and iOS.
33

44
Ian Yu-Hsun Lin <ianyuhsunlin@gmail.com>
5-
Wazo Team <dev@wazo.io>
5+
Wazo Communication inc. <dev@wazo.io>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018 The CallKeep Authors (see the AUTHORS file)
1+
Copyright (c) 2016-2018 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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2018 Wazo's Team
2+
* Copyright (c) 2016-2018 The CallKeep Authors (see the AUTHORS file)
3+
* SPDX-License-Identifier: ISC, MIT
34
*
45
* Permission to use, copy, modify, and distribute this software for any
56
* purpose with or without fee is hereby granted, provided that the above

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2018 Wazo's Team
2+
* Copyright (c) 2016-2018 The CallKeep Authors (see the AUTHORS file)
3+
* SPDX-License-Identifier: ISC, MIT
34
*
45
* Permission to use, copy, modify, and distribute this software for any
56
* purpose with or without fee is hereby granted, provided that the above

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2018 Wazo's Team
2+
* Copyright (c) 2016-2018 The CallKeep Authors (see the AUTHORS file)
3+
* SPDX-License-Identifier: ISC, MIT
34
*
45
* Permission to use, copy, modify, and distribute this software for any
56
* purpose with or without fee is hereby granted, provided that the above

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 2018 The CallKeep Authors (see the AUTHORS file)
5+
// Copyright 2016-2018 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 2018 The CallKeep Authors (see the AUTHORS file)
5+
// Copyright 2016-2018 The CallKeep Authors (see the AUTHORS file)
66
// SPDX-License-Identifier: ISC, MIT
77
//
88

0 commit comments

Comments
 (0)