diff options
author | Woongsuk Cho <ws77.cho@samsung.com> | 2018-07-19 07:41:51 +0900 |
---|---|---|
committer | Woongsuk Cho <ws77.cho@samsung.com> | 2018-07-19 07:41:51 +0900 |
commit | 3e1d87bb7d6e1567fa57457b772a75a80a3d0b01 (patch) | |
tree | 4afc9b94a68fbfc6e624163169a7e9d65021f993 | |
parent | 4d3319cdf634ee601d97d66525b43f6b51522704 (diff) | |
download | corefx-tizen_4.0_base.tar.gz corefx-tizen_4.0_base.tar.bz2 corefx-tizen_4.0_base.zip |
add license to specsubmit/tizen_4.0_base/20180719.000726accepted/tizen/4.0/base/20180720.002728tizen_4.0_baseaccepted/tizen_4.0_base
Change-Id: Ief0945cacf0a6e030fcaf6df8a5eff2c37117c03
-rw-r--r-- | packaging/corefx.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/corefx.spec b/packaging/corefx.spec index 097e90dc6d..3ef45f3cfa 100644 --- a/packaging/corefx.spec +++ b/packaging/corefx.spec @@ -329,6 +329,7 @@ native -p /sbin/ldconfig %else %files native %manifest %{name}.manifest +%license LICENSE.TXT %{_datadir}/%{netcoreappdir}/*.so %{_datadir}/%{netcoreappdir}/System.Native.a %{_datadir}/%{tizennetdir}/*.so @@ -340,6 +341,7 @@ native -p /sbin/ldconfig %else %files managed %manifest %{name}.manifest +%license LICENSE.TXT %{_datadir}/%{netcoreappdir}/*.dll %{_datadir}/%{tizennetdir}/*.dll |