jhass / nodeinfo

NodeInfo defines a standardized way to expose metadata about an installation of a distributed social network

Home Page:http://nodeinfo.diaspora.software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "licence" to "software"?

edent opened this issue · comments

On my server, I've added metadata->spdx to show the software licence used by the server.
See https://example.viii.fi/nodeinfo/2.1 for an example.

Would it be sensible to formally add this to the "software" section instead? Something like:

 "software": {
    "name": "Cool AP Server",
    "version": "1.23",
    "repository": "https://example.com/",
    "SPDX-License-Identifier: "MIT"
  },

Ref: https://spdx.dev/learn/handling-license-info/