update README and add license headers

This commit is contained in:
gorold
2022-07-13 16:50:28 +08:00
parent b5c41a742e
commit fa40366230
5 changed files with 31 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
# Copyright (c) 2022, salesforce.com, inc.
# All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
from typing import List, Optional
import math
+5
View File
@@ -1,3 +1,8 @@
# Copyright (c) 2022, salesforce.com, inc.
# All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
from typing import Optional
import torch
+5
View File
@@ -1,3 +1,8 @@
# Copyright (c) 2022, salesforce.com, inc.
# All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
from typing import Optional
import torch