Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add software license to software installation #8

Closed
eric-nieuwland opened this issue Aug 24, 2022 · 1 comment · Fixed by #20
Closed

Add software license to software installation #8

eric-nieuwland opened this issue Aug 24, 2022 · 1 comment · Fixed by #20
Assignees
Labels
enhancement New feature or request

Comments

@eric-nieuwland
Copy link

eric-nieuwland commented Aug 24, 2022

Please add the ability to register the software license used for a software installation.
Preferably, allow for the software license to be shared among installations.

License would include:

  • kind/type (e.g. GPL, CC, single payment, repeated payment)
  • expiration date that can be queried (including NULL iff not paid license)

NOTE Actual license keys should not be stored here. They should be kept in a separate secure place. A reference to that place could be included here.

@eric-nieuwland eric-nieuwland added the enhancement New feature or request label Aug 24, 2022
@MartVisser
Copy link

Suggested fields and links to other models:

  • Software Version (Link to Software Version model)
  • Type
  • Start Date (Optional)
  • Expiration Date (Optional)
  • Installation (Link to Software Installation model)
  • Stored Location (Where is the license key stored? - Maybe create a separate model for this)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants