Skip to content

Commit 8f2f172

Browse files
authored
Update Aurora licence to MIT (#4201)
* Update licence * Add notice * Remove newlines * Add missing mailto
1 parent 236a08d commit 8f2f172

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

assets/models/system/aurora/description.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ one for medium-resolution weather prediction,
66
one for high-resolution weather prediction,
77
one for air pollution prediction,
88
and one for ocean wave prediction.
9-
Currently, this implementation only includes the version for medium-term weather prediction.
10-
Please see the documentation of the Aurora Foundry Python API linked below for
11-
precisely which models are available.
9+
Please see the documentation of the
10+
[Aurora Foundry Python API](https://microsoft.github.io/aurora/foundry/intro.html).
11+
12+
Please email [AIWeatherClimate@microsoft.com](mailto:AIWeatherClimate@microsoft.com)
13+
if you are interested in using Aurora for commercial applications.
14+
For research-related questions or technical support with the open-source version of the model,
15+
please [open an issue in the GitHub repository](https://github.com/microsoft/aurora/issues/new/choose)
16+
or reach out to the authors of the paper.

assets/models/system/aurora/notes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ for pred in submit(
4444

4545
## License
4646

47-
This model and the associated model weights are released under the license [CC-BY-NC-SA-4.0](https://spdx.org/licenses/CC-BY-NC-SA-4.0).
48-
This means that you are free to share and adapt the material for non-commercial purposes, as long as you provide appropriate credit, indicate if changes were made, and distribute your contributions under the same license.
47+
This model and the associated model weights are released under the [MIT licence](https://spdx.org/licenses/MIT).
4948

5049
## Security
5150

@@ -75,7 +74,7 @@ A series of additional verification tests are needed before it can become operat
7574

7675
The models included in the code have been trained on a variety of publicly available data.
7776
A description of all data, including download links, can be found in [Supplementary C of the paper](https://arxiv.org/pdf/2405.13063).
78-
The checkpoints include data from ERA5, CMCC, IFS-HR, HRES T0, GFS T0 analysis, and GFS forecasts.
77+
The checkpoints include data from ERA5, CMCC, IFS-HR, HRES T0, GFS T0, and GFS forecasts.
7978

8079
## Trademarks
8180

assets/models/system/aurora/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ tags:
1414
Preview: ""
1515
Featured: ""
1616
author: Microsoft
17-
license: cc-by-nc-sa-4.0
17+
license: MIT
18+
licenseDescription: "Microsoft.\nCopyright (c) Microsoft Corporation.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
1819
hiddenlayerscanned: "true"
1920
notes: "notes.md"
2021
evaluation: "evaluation.md"
@@ -29,7 +30,6 @@ tags:
2930
summary: "Aurora is a machine learning model that can predict general environmental variables."
3031
inputModalities: "data"
3132
outputModalities: "data"
32-
licenseDescription: "This model and the associated model weights are released under the license CC-BY-NC-SA-4.0 <https://spdx.org/licenses/CC-BY-NC-SA-4.0>. This means that you are free to share and adapt the material for non-commercial purposes, as long as you provide appropriate credit, indicate if changes were made, and distribute your contributions under the same license."
3333
freePlayground: "false"
3434
# playgroundRateLimitTier: "low"
3535

0 commit comments

Comments
 (0)