Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NNShark: added files license clarification #4

Open
jvuillaumier opened this issue Jan 13, 2022 · 1 comment
Open

NNShark: added files license clarification #4

jvuillaumier opened this issue Jan 13, 2022 · 1 comment

Comments

@jvuillaumier
Copy link

Hello,

NNShark was forked from GstShark v0.6.1 according to repository history.
It has 2 license files inherited from GStreamer project:
COPYING (GPL v2) https://github.com/nnstreamer/nnshark/blob/master/COPYING
COPYING.LESSER (LGPL v2.1) https://github.com/nnstreamer/nnshark/blob/master/COPYING.LESSER

Since GstShark v0.6.1 fork, a number of source files have been added into NNShark project - list below.
Among those source files, some are explicitly stated a LGPL v2.1, and some others have no header so no explicit license/copyright.

As there are 2 licence files in the NNShark project, GPLv2 and LGPLv2.1, can you please clarify which license is attached to these new files. Adding a header in every file to explicitly document license and copyright would help.

Thank you.

Added files in gst-shark
source: git diff --diff-filter=A v0.6.1 c459816

Files with licence LGPL v2.1 (c) RidgeRun:
plugins/tracers/gstlive.c
plugins/tracers/gstlive.h
tests/check/gst-shark/gstliveprofiler.c
tests/check/gst-shark/gstliveunit.c

Files with no Licence and no copyright:
plugins/tracers/gstliveprofiler.c
plugins/tracers/gstliveprofiler.h
plugins/tracers/gstliveunit.c
plugins/tracers/gstliveunit.h
plugins/tracers/visualizeutil.c
plugins/tracers/visualizeutil.h
scripts/graphics/log_visualizer.py
tests/check/gst-shark/visualizeutil.c
tests/mocks/mockncurses.c

@myungjoo
Copy link
Member

myungjoo commented Feb 24, 2022

Yes.. we definitely need to rebase nnshark with the latest GstShark.
It will probably remove files marked as proprietary as well.

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

No branches or pull requests

2 participants