1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-14 00:06:58 +08:00

Add copyright message

This commit is contained in:
Huoran Li
2022-07-26 11:18:53 +08:00
parent a573768f3f
commit ecb385a381
6 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

View File

@@ -1,3 +1,6 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
from dataclasses import dataclass from dataclasses import dataclass
from pathlib import Path from pathlib import Path
from typing import Optional, Tuple, Union from typing import Optional, Tuple, Union

View File

@@ -1,3 +1,6 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
import collections import collections
import pickle import pickle
from typing import List, Optional from typing import List, Optional

View File

@@ -0,0 +1,2 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

View File

@@ -1,3 +1,6 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
from pathlib import Path from pathlib import Path
import pandas as pd import pandas as pd

View File

@@ -1,3 +1,6 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
from __future__ import annotations from __future__ import annotations
from typing import Any, cast, List, Optional, Tuple from typing import Any, cast, List, Optional, Tuple