Skip to content

Commit

Permalink
Merge pull request #25 from github/elr/pkg_doc
Browse files Browse the repository at this point in the history
add package level documentation
  • Loading branch information
elrayle authored Nov 30, 2022
2 parents 834153f + 3d20b8b commit 1cab0d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spdxexp/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
Spdxexp package validates licenses and determines if a license expression is satisfied by a list of licenses.
Validity of a license is determined by the [SPDX license list].
[SPDX license list]: https://spdx.org/licenses/
*/
package spdxexp

0 comments on commit 1cab0d6

Please sign in to comment.