Rename LICENSE to LICENSE.md
Browse files- LICENSE +0 -11
- LICENSE.md +25 -0
LICENSE
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 1 |
-
Custom License - Non-Commercial Research Use Only
|
| 2 |
-
|
| 3 |
-
This dataset contains historical financial time series data collected via the yfinance Python library, which retrieves public market data from Yahoo Finance.
|
| 4 |
-
|
| 5 |
-
These data remain the property of their respective original sources and are provided here strictly for non-commercial research and educational purposes.
|
| 6 |
-
|
| 7 |
-
Redistribution of this dataset may be limited by the terms of the original data providers.
|
| 8 |
-
|
| 9 |
-
NO WARRANTY IS PROVIDED. USE AT YOUR OWN RISK.
|
| 10 |
-
|
| 11 |
-
For any intended use beyond private research, please consult the terms of Yahoo Finance and other data providers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LICENSE.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# License
|
| 2 |
+
|
| 3 |
+
This dataset is licensed under the **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)**.
|
| 4 |
+
|
| 5 |
+
You are free to:
|
| 6 |
+
- **Share** — copy and redistribute the material in any medium or format.
|
| 7 |
+
- **Adapt** — remix, transform, and build upon the material.
|
| 8 |
+
|
| 9 |
+
Under the following terms:
|
| 10 |
+
- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
|
| 11 |
+
- **NonCommercial** — You may not use the material for commercial purposes.
|
| 12 |
+
- **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
|
| 13 |
+
|
| 14 |
+
👉 [Full legal code of CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
## ⚠️ IMPORTANT DATA SOURCE DISCLAIMER
|
| 19 |
+
|
| 20 |
+
This dataset contains historical financial time series data collected via the `yfinance` Python library, which retrieves public market data from Yahoo Finance.
|
| 21 |
+
|
| 22 |
+
1. **No Ownership of Raw Data:** These data remain the property of their respective original sources and are provided here strictly for non-commercial research and educational purposes.
|
| 23 |
+
2. **Third-Party Terms:** Redistribution of this dataset may be limited by the terms of the original data providers.
|
| 24 |
+
3. **No Warranty:** NO WARRANTY IS PROVIDED. USE AT YOUR OWN RISK.
|
| 25 |
+
4. **Commercial Use:** For any intended use beyond private research, please consult the terms of Yahoo Finance and other data providers directly.
|