gl-license-management-report.json 1.1 KB
Newer Older
1 2 3
{
    "licenses": [
        {
4 5
            "count": 1,
            "name": "WTFPL"
6 7 8
        },
        {
            "count": 1,
9
            "name": "MIT"
10 11 12 13 14 15 16 17 18
        }
    ],
    "dependencies": [
        {
            "license": {
                "name": "MIT",
                "url": "http://opensource.org/licenses/mit-license"
            },
            "dependency": {
19 20 21
                "name": "actioncable",
                "url": "http://rubyonrails.org",
                "description": "WebSocket framework for Rails.",
22 23 24 25 26 27 28
                "pathes": [
                    "."
                ]
            }
        },
        {
            "license": {
29 30
                "name": "WTFPL",
                "url": "http://www.wtfpl.net/"
31 32
            },
            "dependency": {
33 34 35
                "name": "wtfpl_init",
                "url": "https://rubygems.org/gems/wtfpl_init",
                "description": "Download WTFPL license file and rename to LICENSE.md or something",
36 37 38 39 40 41 42
                "pathes": [
                    "."
                ]
            }
        }
    ]
}