diff --git a/authenticate.py b/authenticate.py index 737ac65..ff9d3b5 100644 --- a/authenticate.py +++ b/authenticate.py @@ -1,7 +1,3 @@ -""" -License: Apache 2.0. See LICENSE file in root directory. -Copyright(c) 2020-2021 Intel Corporation. All Rights Reserved. -""" import requests import subprocess import rsid_py diff --git a/enroll.py b/enroll.py index 29956aa..c510da0 100644 --- a/enroll.py +++ b/enroll.py @@ -1,7 +1,3 @@ -""" -License: Apache 2.0. See LICENSE file in root directory. -Copyright(c) 2020-2021 Intel Corporation. All Rights Reserved. -""" import rsid_py import sys import logging diff --git a/list_users.py b/list_users.py index a1245ff..d259e77 100644 --- a/list_users.py +++ b/list_users.py @@ -1,7 +1,3 @@ -""" -License: Apache 2.0. See LICENSE file in root directory. -Copyright(c) 2020-2021 Intel Corporation. All Rights Reserved. -""" import rsid_py PORT='/dev/ttyACM0'