golicense icon indicating copy to clipboard operation
golicense copied to clipboard

Is golicense abandoned?

Open s-spindler opened this issue 4 years ago • 4 comments

@mitchellh Can you please shed some light on the status of this project? Do you think you will be able to look into some of the open issues & PRs in the near-ish future or are you busy? In case of the latter: would you be open to adding contributors to the project?

s-spindler avatar Nov 10 '20 09:11 s-spindler

@s-spindler in case it's of interest, we ended up building lichen to address a few shortcomings of golicense. It generally works in a similar way.

nick-jones avatar Nov 13 '20 14:11 nick-jones

@nick-jones Very cool, thanks for sharing! I'll have to check it out in more detail but it seems as if lichen could cover my requirements.

s-spindler avatar Nov 13 '20 15:11 s-spindler

@nick-jones thanks for sharing the pointer. Does lichen support Windows binaries? golicense does not: https://github.com/mitchellh/golicense/issues/4

antoninbas avatar Jan 25 '21 20:01 antoninbas

@nick-jones thanks for sharing the pointer. Does lichen support Windows binaries? golicense does not: #4

I've just run some brief checks on Windows - I did have to push one fix in relation to how go version -m output is parsed (it didn't cater for the fact the path may contain a :). After that fix, it appears to be working OK:

PS C:\Users\Test\lichen> .\lichen.exe .\lichen.exe
github.com/cpuguy83/go-md2man/[email protected]: MIT ([38;2;0;255;0mallowed[0m)
github.com/google/[email protected]: Apache-2.0 ([38;2;0;255;0mallowed[0m)
github.com/hashicorp/[email protected]: MPL-2.0 ([38;2;0;255;0mallowed[0m)
github.com/hashicorp/[email protected]: MPL-2.0 ([38;2;0;255;0mallowed[0m)
github.com/lucasb-eyer/[email protected]: MIT ([38;2;0;255;0mallowed[0m)
github.com/mattn/[email protected]: MIT ([38;2;0;255;0mallowed[0m)
github.com/mattn/[email protected]: MIT ([38;2;0;255;0mallowed[0m)
github.com/muesli/[email protected]: MIT ([38;2;0;255;0mallowed[0m)
github.com/russross/blackfriday/[email protected]: BSD-2-Clause ([38;2;0;255;0mallowed[0m)
github.com/sergi/[email protected]: MIT ([38;2;0;255;0mallowed[0m)
github.com/shurcooL/[email protected]: MIT ([38;2;0;255;0mallowed[0m)
github.com/urfave/cli/[email protected]: MIT ([38;2;0;255;0mallowed[0m)
gopkg.in/[email protected]: Apache-2.0, MIT ([38;2;0;255;0mallowed[0m)

(something is going wrong with the colours / ANSI escape sequences, which I still need to figure out - I'd say that's only a cosmetic issue, though.)

nick-jones avatar Jan 26 '21 18:01 nick-jones