We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de0718 commit 32b5332Copy full SHA for 32b5332
src/attributecode/model.py
@@ -798,12 +798,12 @@ def set_standard_fields(self):
798
('package_url', PackageUrlField()),
799
('notes', StringField()),
800
801
- ('license_expression', StringField()),
+ ('license_expression', SingleLineField()),
802
('license_key', ListField()),
803
('license_name', ListField()),
804
('license_file', FileTextField()),
805
('license_url', UrlListField()),
806
- ('spdx_license_expression', StringField()),
+ ('spdx_license_expression', SingleLineField()),
807
('spdx_license_key', ListField()),
808
('copyright', StringField()),
809
('notice_file', FileTextField()),
0 commit comments