From d2a1599bd480f6c3dbfee3969ab3cb55cc54e2dd Mon Sep 17 00:00:00 2001
From: Jesse Mapel <jmapel@usgs.gov>
Date: Fri, 20 May 2022 07:47:00 -0700
Subject: [PATCH] Updated for USGS release requirements (#363)

* Updated for USGS release requirements

* Updates to code.json

* Update license year
---
 DISCLAIMER.md             |  9 ++++++++
 license.txt => LICENSE.md |  2 +-
 code.json                 | 47 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+), 1 deletion(-)
 create mode 100644 DISCLAIMER.md
 rename license.txt => LICENSE.md (93%)
 create mode 100644 code.json

diff --git a/DISCLAIMER.md b/DISCLAIMER.md
new file mode 100644
index 0000000..bcbee17
--- /dev/null
+++ b/DISCLAIMER.md
@@ -0,0 +1,9 @@
+This software has been approved for release by the U.S. Geological Survey
+(USGS). Although the software has been subjected to rigorous review, the USGS
+reserves the right to update the software as needed pursuant to further analysis
+and review. No warranty, expressed or implied, is made by the USGS or the U.S.
+Government as to the functionality of the software and related material nor
+shall the fact of release constitute any such warranty. Furthermore, the
+software is released on condition that neither the USGS nor the U.S. Government
+shall be held liable for any damages resulting from its authorized or
+unauthorized use.
diff --git a/license.txt b/LICENSE.md
similarity index 93%
rename from license.txt
rename to LICENSE.md
index 756adf6..1f8932b 100644
--- a/license.txt
+++ b/LICENSE.md
@@ -1,4 +1,4 @@
-Copyright  © 2017 BAE Systems Information and Electronic Systems Integration Inc. 
+Copyright  © 2017-2022 BAE Systems Information and Electronic Systems Integration Inc.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 
diff --git a/code.json b/code.json
new file mode 100644
index 0000000..0636835
--- /dev/null
+++ b/code.json
@@ -0,0 +1,47 @@
+[
+  {
+    "name": "USGSCSM",
+    "organization": "U.S. Geological Survey",
+    "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
+    "version": "1.5.3",
+    "status": "Production",
+
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "BSD 3-Clause",
+          "URL": "https://github.com/USGS-Astrogeology/usgscsm/blob/dev/LICENSE.md"
+        }
+      ]
+    },
+
+    "homepageURL": "https://github.com/USGS-Astrogeology/usgscsm/releases/tag/1.5.3",
+    "downloadURL": "https://github.com/USGS-Astrogeology/usgscsm/archive/refs/tags/1.5.3.zip",
+    "disclaimerURL": "https://github.com/USGS-Astrogeology/usgscsm/blob/dev/DISCLAIMER.md",
+    "repositoryURL": "https://github.com/USGS-Astrogeology/usgscsm",
+    "vcs": "git",
+
+    "laborHours": 60,
+
+    "tags": [
+      "Planetary",
+      "Remote Sensing",
+      "Data Processing",
+      "Community Sensor Model"
+    ],
+
+    "languages": [
+      "C++"
+    ],
+
+    "contact": {
+      "name": "Jesse Mapel",
+      "email": "jmapel@usgs.gov"
+    },
+
+    "date": {
+      "metadataLastUpdated": "2022-04-15"
+    }
+  }
+]
-- 
GitLab