Skip to content

Commit

Permalink
Adjust PackageInfo.g, in particular add License entry
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichRober committed Mar 14, 2024
1 parent 8133538 commit 020cb69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ PackageName := "LINS",
Subtitle := "provides an algorithm for computing the normal subgroups of a finitely presented group up to some given index bound.",
Version := "0.7dev",
Date := "13/03/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
rec(
Expand Down Expand Up @@ -63,7 +64,7 @@ ArchiveFormats := ".tar.gz",
## "dev" for development versions of packages
## "other" for all other packages
##
Status := "dev",
Status := "deposited",

AbstractHTML := "",

Expand All @@ -87,7 +88,7 @@ AvailabilityTest := ReturnTrue,

TestFile := "tst/testall.g",

#Keywords := [ "TODO" ],
Keywords := [ "normal subgroups", "finitely presented groups" ],

));

Expand Down

0 comments on commit 020cb69

Please sign in to comment.