Skip to content

Commit

Permalink
refactor: rename LicenseTypeName
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Feb 7, 2024
1 parent 757ba41 commit e7bb512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ type License struct {
type LicenseType string

const (
LicenseTypeName LicenseType = "name" // license name or expression
LicenseTypeFile LicenseType = "file" // filename for license file
LicenseTypeName LicenseType = "license-name" // license name or expression
LicenseTypeFile LicenseType = "license-file" // filename for license file
LicenseTypeNonSeparable LicenseType = "non-separable" // text of license without possible to split
)

Expand Down

0 comments on commit e7bb512

Please sign in to comment.