Skip to content

Commit

Permalink
PackageInfo.g: add License field
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and alex-konovalov committed Feb 15, 2019
1 parent e3c1a68 commit 5893ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ SetPackageInfo( rec(
PackageName := "Congruence",
Subtitle := "Congruence subgroups of SL(2,Integers)",
Version := "1.2.2",
Date := "06/02/2018",
Date := "06/02/2018", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "1.2.2">
## <!ENTITY RELEASEDATE "6 February 2018">
Expand Down

0 comments on commit 5893ee3

Please sign in to comment.