From 057e0a171b647cbd6c071766f7473c289886cf9e Mon Sep 17 00:00:00 2001
From: "Laura, Jason R" <jlaura@usgs.gov>
Date: Mon, 27 Feb 2023 13:33:36 -0700
Subject: [PATCH] Fixes for release

---
 DISCLAIMER.md |  9 +++++++++
 code.json     | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)
 create mode 100644 DISCLAIMER.md
 create mode 100644 code.json

diff --git a/DISCLAIMER.md b/DISCLAIMER.md
new file mode 100644
index 0000000..8515c12
--- /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.
\ No newline at end of file
diff --git a/code.json b/code.json
new file mode 100644
index 0000000..535054b
--- /dev/null
+++ b/code.json
@@ -0,0 +1,49 @@
+[
+  {
+    "name": "ale",
+    "organization": "U.S. Geological Survey",
+    "description": "GitLab repository for the Abstraction Layer for Ephemerides package",
+    "version": "main",
+    "status": "Development",
+
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "Public Domain, CC0-1.0",
+          "URL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.8.7/LICENSE.md"
+        }
+      ]
+    },
+
+    "homepageURL": "https://code.usgs.gov/astrogeology/ale/-/tree/0.8.7",
+    "downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.8.7/ale-0.8.7.zip",
+    "disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.8.7/DISCLAIMER.md",
+    "repositoryURL": "https://code.usgs.gov/astrogeology/ale.git",
+    "vcs": "git",
+
+    "laborHours": 480,
+
+    "tags": [
+      "Planetary",
+      "Remote Sensing",
+      "Data Processing",
+      "Ephemerides",
+      "Community Sensor Model"
+    ],
+
+    "languages": [
+      "C++",
+      "Python"
+    ],
+
+    "contact": {
+      "name": "Jason Laura",
+      "email": "jlaura@usgs.gov"
+    },
+
+    "date": {
+      "metadataLastUpdated": "2023-02-23"
+    }
+  }
+]
-- 
GitLab