Skip to content

Commit

Permalink
[license] Nuke copying.txt. It's a copy of LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hudokkow committed Jul 27, 2018
1 parent 4398f98 commit b4faf72
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 351 deletions.
3 changes: 1 addition & 2 deletions cmake/scripts/linux/Install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ install(FILES ${CMAKE_SOURCE_DIR}/tools/Linux/firewalld-services/kodi-eventserve
COMPONENT kodi)

# Install docs
install(FILES ${CMAKE_SOURCE_DIR}/copying.txt
${CMAKE_SOURCE_DIR}/LICENSE.md
install(FILES ${CMAKE_SOURCE_DIR}/LICENSE.md
${CMAKE_SOURCE_DIR}/version.txt
${CMAKE_SOURCE_DIR}/docs/README.Linux.md
DESTINATION ${docdir}
Expand Down
1 change: 0 additions & 1 deletion cmake/scripts/windowsstore/Macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ macro(winstore_set_assets target)

set(LICENSE_FILES
${CMAKE_SOURCE_DIR}/LICENSE.md
${CMAKE_SOURCE_DIR}/copying.txt
${CMAKE_SOURCE_DIR}/privacy-policy.txt)
if(EXISTS "${CMAKE_SOURCE_DIR}/known_issues.txt")
list(APPEND LICENSE_FILES ${CMAKE_SOURCE_DIR}/known_issues.txt)
Expand Down
347 changes: 0 additions & 347 deletions copying.txt

This file was deleted.

1 change: 0 additions & 1 deletion tools/buildsteps/windows/BuildSetup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ set WORKSPACE=%base_dir%\kodi-build
xcopy %D3D% BUILD_WIN32\application > NUL
xcopy %base_dir%\userdata BUILD_WIN32\application\userdata /E /Q /I /Y /EXCLUDE:exclude.txt > NUL
copy %base_dir%\LICENSE.md BUILD_WIN32\application > NUL
copy %base_dir%\copying.txt BUILD_WIN32\application > NUL
copy %base_dir%\privacy-policy.txt BUILD_WIN32\application > NUL
copy %base_dir%\known_issues.txt BUILD_WIN32\application > NUL

Expand Down

0 comments on commit b4faf72

Please sign in to comment.