mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Update copyrights
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
153a02bc3b
commit
f7febd355b
@ -16,6 +16,17 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Original code:
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* Copyright 2014 The WebRTC Project Authors. All rights reserved.
|
||||||
|
*
|
||||||
|
* Use of this source code is governed by a BSD-style license
|
||||||
|
* that can be found in the LICENSE file in the root of the source
|
||||||
|
* tree. An additional intellectual property rights grant can be found
|
||||||
|
* in the file PATENTS. All contributing project authors may
|
||||||
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.nextcloud.talk.webrtc;
|
package com.nextcloud.talk.webrtc;
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* that can be found in the LICENSE file in the root of the source
|
* that can be found in the LICENSE file in the root of the source
|
||||||
* tree. An additional intellectual property rights grant can be found
|
* tree. An additional intellectual property rights grant can be found
|
||||||
* in the file PATENTS. All contributing project authors may
|
* in the file PATENTS. All contributing project authors may
|
||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.nextcloud.talk.webrtc;
|
package com.nextcloud.talk.webrtc;
|
||||||
|
@ -43,7 +43,7 @@ import org.webrtc.ThreadUtils;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* MagicProximitySensor manages functions related to the proximity sensor in
|
* MagicProximitySensor manages functions related to the proximity sensor in
|
||||||
* the AppRTC demo.
|
* the app.
|
||||||
* On most device, the proximity sensor is implemented as a boolean-sensor.
|
* On most device, the proximity sensor is implemented as a boolean-sensor.
|
||||||
* It returns just two values "NEAR" or "FAR". Thresholding is done on the LUX
|
* It returns just two values "NEAR" or "FAR". Thresholding is done on the LUX
|
||||||
* value i.e. the LUX value of the light sensor is compared with a threshold.
|
* value i.e. the LUX value of the light sensor is compared with a threshold.
|
||||||
|
Loading…
Reference in New Issue
Block a user