Skip to content

Commit a85b204

Browse files
authored
Merge pull request #46 from firelab/licensing
Putting in Natallies License file and putting a reference to it in README.md.…
2 parents 67c484e + 1068694 commit a85b204

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

LICENSE

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
THIS SOFTWARE WAS DEVELOPED AT THE ROCKY MOUNTAIN RESEARCH STATION (RMRS)
2+
MISSOULA FIRE SCIENCES LABORATORY BY EMPLOYEES OF THE FEDERAL GOVERNMENT
3+
IN THE COURSE OF THEIR OFFICIAL DUTIES. PURSUANT TO TITLE 17 SECTION 105
4+
OF THE UNITED STATES CODE, THIS SOFTWARE IS NOT SUBJECT TO COPYRIGHT
5+
PROTECTION AND IS IN THE PUBLIC DOMAIN. RMRS MISSOULA FIRE SCIENCES
6+
LABORATORY ASSUMES NO RESPONSIBILITY WHATSOEVER FOR ITS USE BY OTHER
7+
PARTIES, AND MAKES NO GUARANTEES, EXPRESSED OR IMPLIED, ABOUT ITS QUALITY,
8+
RELIABILITY, OR ANY OTHER CHARACTERISTIC.
9+
10+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
11+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
13+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
15+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
16+
DEALINGS IN THE SOFTWARE.
17+
18+
SOME CONTRIBUTIONS HAVE BEEN MADE FROM ENITIES EXTERNAL TO THE RMRS MISSOULA
19+
FIRE SCIENCES LAB. THESE CONTRIBUTIONS HAVE BEEN MADE UNDER THE FOLLOWING BSD
20+
LICENSE
21+
22+
Copyright (c) 2026 The gust-front-detection-webapp authors. All rights reserved.
23+
24+
Redistribution and use in source and binary forms, with or without
25+
modification, are permitted provided that the following conditions are
26+
met:
27+
28+
* Redistributions of source code must retain the above copyright
29+
notice, this list of conditions and the following disclaimer.
30+
* Redistributions in binary form must reproduce the above
31+
copyright notice, this list of conditions and the following disclaimer
32+
in the documentation and/or other materials provided with the
33+
distribution.
34+
35+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
36+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
37+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
38+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
39+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
41+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
43+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
44+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
45+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ And then there's a redis instance living at port 6379 where all the job status a
5555
- Serve tiles instead of individual GeoTIFFs (big refactor, honestly might not be worth at as Cloud-optimized-geotiffs are kinda the future anyway)
5656
- Hash job IDs to make them unguessable, so resources can't be directly accessed via URL (little development effort, likely med/large refactor effort)
5757

58+
59+
# License
60+
61+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
62+
Copyright (c) 2026 ROCKY MOUNTAIN RESEARCH STATION (RMRS)
63+
MISSOULA FIRE SCIENCES LABORATORY
64+
65+
5866
### Todo after MSU handoff (futures devs read this pls)
5967

6068
- Check that automatic asset deletion occurs within the timeframe specified (should be 24 hours)

0 commit comments

Comments
 (0)