From bc1cfd6d26a2c84085a29445d339943371a4b3e8 Mon Sep 17 00:00:00 2001 From: William Elder Date: Thu, 26 Mar 2026 12:04:13 -0600 Subject: [PATCH 1/4] Putting in a License file and putting a reference to it in README.md. Also included a LICENSE file. Montana State University is the owner of this stuff I believe so they are who I put as such. --- LICENSE | 21 +++++++++++++++++++++ README.md | 8 +++++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..be1eac9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Montana State University + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 9e54fc2..e7d02cd 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,10 @@ Backend directory structure: - Average time to job completion estimator (small addition: new counter in redis, average out) - Serve tiles instead of individual GeoTIFFs (big refactor) - Hash job IDs to make them unguessable, so resources can't be directly accessed via URL (little development effort, likely med/large refactor effort) -- +- + +# License + +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. +Copyright (c) 2026 Montana State University + From 92d2c2b98882a16ab569a44b908dc0fe195a134b Mon Sep 17 00:00:00 2001 From: William Elder <85462484+Williamj48@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:36:10 -0600 Subject: [PATCH 2/4] Revise LICENSE to Natalies version Updated the license to clarify public domain status and included additional terms. --- LICENSE | 58 ++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 17 deletions(-) diff --git a/LICENSE b/LICENSE index be1eac9..bd433f2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,45 @@ -MIT License +THIS SOFTWARE WAS DEVELOPED AT THE ROCKY MOUNTAIN RESEARCH STATION (RMRS) +MISSOULA FIRE SCIENCES LABORATORY BY EMPLOYEES OF THE FEDERAL GOVERNMENT +IN THE COURSE OF THEIR OFFICIAL DUTIES. PURSUANT TO TITLE 17 SECTION 105 +OF THE UNITED STATES CODE, THIS SOFTWARE IS NOT SUBJECT TO COPYRIGHT +PROTECTION AND IS IN THE PUBLIC DOMAIN. RMRS MISSOULA FIRE SCIENCES +LABORATORY ASSUMES NO RESPONSIBILITY WHATSOEVER FOR ITS USE BY OTHER +PARTIES, AND MAKES NO GUARANTEES, EXPRESSED OR IMPLIED, ABOUT ITS QUALITY, +RELIABILITY, OR ANY OTHER CHARACTERISTIC. -Copyright (c) 2026 Montana State University +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +SOME CONTRIBUTIONS HAVE BEEN MADE FROM ENITIES EXTERNAL TO THE RMRS MISSOULA +FIRE SCIENCES LAB. THESE CONTRIBUTIONS HAVE BEEN MADE UNDER THE FOLLOWING BSD +LICENSE -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +Copyright (c) 2016-2025 The gust-front-detection-webapp authors. All rights reserved. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From ef0dea8898e58fa915959057ba51acc3b5dcff5e Mon Sep 17 00:00:00 2001 From: William Elder <85462484+Williamj48@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:37:32 -0600 Subject: [PATCH 3/4] Update copyright information in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6abac7..e69c87a 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Backend directory structure: # License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. -Copyright (c) 2026 Montana State University +Copyright (c) 2026 ROCKY MOUNTAIN RESEARCH STATION (RMRS) +MISSOULA FIRE SCIENCES LABORATORY From ade6aac2c6b50a3ae0472423a0ba5497db04d50d Mon Sep 17 00:00:00 2001 From: William Elder <85462484+Williamj48@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:39:01 -0600 Subject: [PATCH 4/4] Update copyright year in LICENSE file --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index bd433f2..a29ee41 100644 --- a/LICENSE +++ b/LICENSE @@ -19,7 +19,7 @@ SOME CONTRIBUTIONS HAVE BEEN MADE FROM ENITIES EXTERNAL TO THE RMRS MISSOULA FIRE SCIENCES LAB. THESE CONTRIBUTIONS HAVE BEEN MADE UNDER THE FOLLOWING BSD LICENSE -Copyright (c) 2016-2025 The gust-front-detection-webapp authors. All rights reserved. +Copyright (c) 2026 The gust-front-detection-webapp authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are