Commit 40cb1abb authored by Rodriguez, Kelvin's avatar Rodriguez, Kelvin
Browse files

Merge branch 'disclaimer-licence-code.json' into 'main'

Administrative files

See merge request astrogeology/autocnet!704
parents 9bb0b92b 8b2345c9
Loading
Loading
Loading
Loading

DISCLAIMER.md

0 → 100644
+8 −0
Original line number Diff line number Diff line
This software is preliminary or provisional and is subject to revision. It is
being provided to meet the need for timely best science. The software has not
received final approval by the U.S. Geological Survey (USGS). 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. The software is provided on the condition that
neither the USGS nor the U.S. Government shall be held liable for any damages
resulting from the authorized or unauthorized use of the software.
 No newline at end of file
+0 −0

File moved.

code.json

0 → 100644
+88 −0
Original line number Diff line number Diff line
[
    {
      "name": "autocnet",
      "organization": "U.S. Geological Survey",
      "description": "Automatic control network generation",
      "version": "main",
      "status": "Development",
  
      "permissions": {
        "usageType": "openSource",
        "licenses": [
          {
            "name": "Public Domain, CC0-1.0",
            "URL": "https://code.usgs.gov/astrogeology/autocnet/-/raw/main/LICENSE.md"
          }
        ]
      },
  
      "homepageURL": "https://code.usgs.gov/astrogeology/autocnet",
      "downloadURL": "https://code.usgs.gov/astrogeology/autocnet/-/archive/main/autocnet-main.zip",
      "disclaimerURL": "https://code.usgs.gov/astrogeology/autocnet/-/raw/main/DISCLAIMER.md",
      "repositoryURL": "https://code.usgs.gov/astrogeology/autocnet.git",
      "vcs": "git",
  
      "laborHours": 0,
  
      "tags": [
        "Planetary",
        "Remote Sensing",
        "Data Processing"
      ],
  
      "languages": [
        "Python"
      ],
  
      "contact": {
            "name": "Kelvin Rodriguez",
            "email": "krodriguez@usgs.gov"
      },
      "date": {
        "metadataLastUpdated": "2024-10-21"
      }
    },
    {
        "name": "autocnet",
        "organization": "U.S. Geological Survey",
        "description": "Automatic control network generation",
        "version": "1.2.1",
        "status": "Production",
    
        "permissions": {
          "usageType": "openSource",
          "licenses": [
            {
              "name": "Public Domain, CC0-1.0",
              "URL": "https://code.usgs.gov/astrogeology/autocnet/-/raw/1.2.1/LICENSE.md"
            }
          ]
        },
    
        "homepageURL": "https://code.usgs.gov/astrogeology/autocnet",
        "downloadURL": "https://code.usgs.gov/astrogeology/autocnet/-/archive/1.2.1/autocnet-1.2.1.zip",
        "disclaimerURL": "https://code.usgs.gov/astrogeology/autocnet/-/raw/1.2.1/DISCLAIMER.md",
        "repositoryURL": "https://code.usgs.gov/astrogeology/autocnet.git",
        "vcs": "git",
    
        "laborHours": 0,
    
        "tags": [
          "Planetary",
          "Remote Sensing",
          "Data Processing"
        ],
    
        "languages": [
          "Python"
        ],
    
        "contact": {
              "name": "Kelvin Rodriguez",
              "email": "krodriguez@usgs.gov"
        },
        "date": {
          "metadataLastUpdated": "2024-10-21"
        }
      }
  ]
 No newline at end of file