Skip to content

Instantly share code, notes, and snippets.

View sritasngh's full-sized avatar
😎

Sarita Singh sritasngh

😎
View GitHub Profile
{
"headers": [
{
"tool_name": "scancode-toolkit",
"tool_version": "21.3.1",
"options": {
"input": [
"fsolver.txt"
],
"--copyright": true,
{
"headers": [
{
"tool_name": "scancode-toolkit",
"tool_version": "3.2.3",
"options": {
"input": [
"fsolver.txt"
],
"--copyright": true,
{
"headers": [
{
"tool_name": "scancode-toolkit",
"tool_version": "3.2.3",
"options": {
"input": [
"mit.txt"
],
"--json-pp": "coutput.json",
"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",
{
"headers": [
{
"tool_name": "scancode-toolkit",
"tool_version": "3.2.3",
"options": {
"input": [
"mit.txt"
],
"--copyright": true,
{
"headers": [
{
"tool_name": "scancode-toolkit",
"tool_version": "21.3.31",
"options": {
"input": [
"mit.txt"
],
"--copyright": true,
© 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:
*** 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.
© 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:
{
"licenses":
[
{% if licenses %}
{% for key, license in licenses.items() %}
{
"key": "{{ license.key }}",
"score": {{ license.score }},
"name": "{{ license.name }}",
"short_name": "{{ license.short_name }}",