Skip to content

Commit

Permalink
Renamed file name to display license info at webpage
Browse files Browse the repository at this point in the history
This PR is to replace `LICENSE.LGPLv2.1` with `LICENSE` in order to
display official license of this repository automatically.

**Changes proposed in this PR:**
1. Replaced LICENSE.LGPLv2.1 with LICENSE
2. Updated nnstreamer.spec

Signed-off-by: Geunsik Lim <[email protected]>
  • Loading branch information
leemgs authored and myungjoo committed Jun 25, 2018
1 parent f9083c2 commit e64d83a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packaging/nnstreamer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ cp -r result %{buildroot}%{_datadir}/nnstreamer/unittest/
%manifest nnstreamer.manifest
%defattr(-,root,root,-)
# The libraries are in LGPLv2.1 (testcases and non GST-plugin components are APL2)
%license LICENSE.LGPLv2.1
%license LICENSE
%{_libdir}/*.so
%{_libdir}/*.so*
# TODO generate .so files with version info. Migrate symbolic-link .so to devel.
Expand Down

0 comments on commit e64d83a

Please sign in to comment.