This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headers": [ | |
{ | |
"tool_name": "scancode-toolkit", | |
"tool_version": "21.3.1", | |
"options": { | |
"input": [ | |
"fsolver.txt" | |
], | |
"--copyright": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headers": [ | |
{ | |
"tool_name": "scancode-toolkit", | |
"tool_version": "3.2.3", | |
"options": { | |
"input": [ | |
"fsolver.txt" | |
], | |
"--copyright": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headers": [ | |
{ | |
"tool_name": "scancode-toolkit", | |
"tool_version": "3.2.3", | |
"options": { | |
"input": [ | |
"mit.txt" | |
], | |
"--json-pp": "coutput.json", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"licenses": [ | |
{ | |
"key": "mit", | |
"score": 100.0, | |
"name": "MIT License", | |
"short_name": "MIT License", | |
"category": "Permissive", | |
"is_exception": false, | |
"owner": "MIT", | |
"homepage_url": "http://opensource.org/licenses/mit-license.php", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headers": [ | |
{ | |
"tool_name": "scancode-toolkit", | |
"tool_version": "3.2.3", | |
"options": { | |
"input": [ | |
"mit.txt" | |
], | |
"--copyright": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headers": [ | |
{ | |
"tool_name": "scancode-toolkit", | |
"tool_version": "21.3.31", | |
"options": { | |
"input": [ | |
"mit.txt" | |
], | |
"--copyright": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
© 1996 Jane Doe | |
[email protected] | |
Permission is hereby granted, free of charge, to any person obtaining | |
a copy of this software and associated documentation files (the | |
"Software"), to deal in the Software without restriction, including | |
without limitation the rights to use, copy, modify, merge, publish, | |
distribute, sublicense, and/or sell copies of the Software, and to | |
permit persons to whom the Software is furnished to do so, subject to | |
the following conditions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Running postinstall for everything *** | |
*** Running postinstall for common actions*** | |
*** Creating user and group *** | |
NOTE: group 'fossy' already exists, good. | |
NOTE: user 'fossy' already exists, good. | |
*** Making sure needed dirs exist with right ownership/permissions *** | |
*** clearing file cache *** | |
NOTE: Repository already exists at /srv/fossology/repository | |
NOTE: Running the PostgreSQL vacuum and analyze command can result in a large database performance improvement. | |
We suggest that you either configure postgres to run its autovacuum and autoanalyze daemons, or maintagent -D in a cron job, or run Admin > Maintenance on a regular basis. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
© 1996 Jane Doe | |
Permission is hereby granted, free of charge, to any person obtaining | |
a copy of this software and associated documentation files (the | |
"Software"), to deal in the Software without restriction, including | |
without limitation the rights to use, copy, modify, merge, publish, | |
distribute, sublicense, and/or sell copies of the Software, and to | |
permit persons to whom the Software is furnished to do so, subject to | |
the following conditions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"licenses": | |
[ | |
{% if licenses %} | |
{% for key, license in licenses.items() %} | |
{ | |
"key": "{{ license.key }}", | |
"score": {{ license.score }}, | |
"name": "{{ license.name }}", | |
"short_name": "{{ license.short_name }}", |