Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Is golicense abandoned? #28

Open
s-spindler opened this issue Nov 10, 2020 · 4 comments
Open

Is golicense abandoned? #28

s-spindler opened this issue Nov 10, 2020 · 4 comments

Comments

@s-spindler
Copy link

@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?

@nick-jones
Copy link

@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.

@s-spindler
Copy link
Author

@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.

@antoninbas
Copy link

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

@nick-jones
Copy link

@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.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants