Skip to content

Commit 0e0ca09

Browse files
authored
chore: Don't trim license text
1 parent 53882fe commit 0e0ca09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss/attribution/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ async function main() {
198198
packages.push({
199199
name,
200200
url: url || vcsUrl || null,
201-
license: licenseText.trim(),
201+
license: licenseText,
202202
version,
203203
source_url: sourceUrl || vcsUrl || null,
204204
});

0 commit comments

Comments
 (0)