<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spdxconv/spdxconv_test.go, branch main</title>
<subtitle>Program to convert existing licenses and copyrights into SPDX format.</subtitle>
<id>http://git.kilabit.info/spdxconv/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/spdxconv/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/'/>
<updated>2026-01-15T14:23:48Z</updated>
<entry>
<title>all: allow multiple pattern in match-file-comment</title>
<updated>2026-01-15T14:23:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-15T14:15:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/commit/?id=aa7f2df15e91f5c94807247228cf82e18fe03887'/>
<id>urn:sha1:aa7f2df15e91f5c94807247228cf82e18fe03887</id>
<content type='text'>
This makes the configuration more concise where pattern can be split
into multi lines.

While at it, add more pattern to match-file-comment.
</content>
</entry>
<entry>
<title>all: add test for Scan on new file without git history</title>
<updated>2026-01-15T13:10:24Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-15T13:10:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/commit/?id=32e4ea9ddf0c2d37f00fa81a4fb1dfe67420b8fe'/>
<id>urn:sha1:32e4ea9ddf0c2d37f00fa81a4fb1dfe67420b8fe</id>
<content type='text'>
New file without git history should use the year from configuration.
</content>
</entry>
<entry>
<title>spdxconv: set the SCM only during scan command, not on New</title>
<updated>2026-01-15T12:26:39Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-15T12:26:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/commit/?id=6b4b38ada45cd5b108ec6ecda680cb32d33542ea'/>
<id>urn:sha1:6b4b38ada45cd5b108ec6ecda680cb32d33542ea</id>
<content type='text'>
The Apply command does not require SCM, so no need to initialize it in
New.
</content>
</entry>
<entry>
<title>report: do not return an error if report file does not exist</title>
<updated>2026-01-15T12:21:33Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-15T12:21:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/commit/?id=73252709ac8f73d1be5f9752d5f1dda79a9c85a4'/>
<id>urn:sha1:73252709ac8f73d1be5f9752d5f1dda79a9c85a4</id>
<content type='text'>
When scan running, it will try to load the previous report file to
minimize re-scanning of file that has been applied or detected (regular
or binary).
If the report file does not exist, do not return the error, keep going.
</content>
</entry>
<entry>
<title>all: move checking REUSE annotation after all files listed</title>
<updated>2026-01-15T07:39:39Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-15T07:39:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/commit/?id=9be132113a261309f73aaddbb83af898a88db385'/>
<id>urn:sha1:9be132113a261309f73aaddbb83af898a88db385</id>
<content type='text'>
Use case: on the first scan, the file result in group unknown.
User then modify the spdxconv.cfg to add or update the match-file-pattern.
The next scan should check again the files in unknown group, in case
its match with updated config.
</content>
</entry>
<entry>
<title>all: add match-file-pattern for common files</title>
<updated>2026-01-15T07:01:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-15T07:01:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/commit/?id=e662e3bc3c4aadf15a360495deaa86939ce84980'/>
<id>urn:sha1:e662e3bc3c4aadf15a360495deaa86939ce84980</id>
<content type='text'>
The Makefile, go.mod, and go.sum are known file names.
</content>
</entry>
<entry>
<title>all: add group "done" in the report</title>
<updated>2026-01-14T19:05:21Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-14T19:05:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/commit/?id=9a34a0e949a04c4b885314222e46c918a6f9f2dc'/>
<id>urn:sha1:9a34a0e949a04c4b885314222e46c918a6f9f2dc</id>
<content type='text'>
The done group contain list of file that has been processed.
File from group regular and binary that has been modified or added with
SPDX format will be moved to here.
</content>
</entry>
<entry>
<title>file: change the flag for grouping to use int instead of bool</title>
<updated>2026-01-14T18:00:59Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-14T18:00:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/commit/?id=56f2fb3751f73ec7bc04f19a7bb36587340de298'/>
<id>urn:sha1:56f2fb3751f73ec7bc04f19a7bb36587340de298</id>
<content type='text'>
Previously, we use two boolean fields to flag a file as binary and
unknown.
In order to simplify it in the future we change it to int.
</content>
</entry>
<entry>
<title>all: handle binary file in post-scan</title>
<updated>2026-01-14T13:44:06Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-14T13:44:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/commit/?id=8da1336917c763da16bc6466928c796f269548e8'/>
<id>urn:sha1:8da1336917c763da16bc6466928c796f269548e8</id>
<content type='text'>
File that match with match-file-pattern but without prefix and suffix
will be marked as binary.
</content>
</entry>
<entry>
<title>match_file_comment: do not add space on prefix and suffix</title>
<updated>2026-01-14T10:00:11Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-14T09:07:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/spdxconv/commit/?id=5321f51af46535f31c79d22c70350035b6e0d173'/>
<id>urn:sha1:5321f51af46535f31c79d22c70350035b6e0d173</id>
<content type='text'>
The space should be added only when generating the SPDX lines.
In the spdxconv.report, it should print the prefix and suffix as in
match-file-comment.
</content>
</entry>
</feed>
