mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
remove LICENSE.bitcoin (this code exist in libeosio)
This commit is contained in:
parent
9a5f0cff1c
commit
526b87670b
2 changed files with 2 additions and 30 deletions
|
|
@ -78,7 +78,7 @@ target_link_libraries( ${PROGRAM_EXE} PUBLIC common )
|
||||||
install(TARGETS ${PROGRAM_EXE} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
install(TARGETS ${PROGRAM_EXE} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||||
|
|
||||||
# Readme and license
|
# Readme and license
|
||||||
install(FILES README.md LICENSE LICENSE.bitcoin
|
install(FILES README.md LICENSE
|
||||||
DESTINATION ${CMAKE_INSTALL_SHAREDIR})
|
DESTINATION ${CMAKE_INSTALL_SHAREDIR})
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|
@ -95,13 +95,7 @@ endif (UNIX)
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
|
|
||||||
if (CPACK_GENERATOR MATCHES "^[Nn][Ss][Ii][Ss]$")
|
if (CPACK_GENERATOR MATCHES "^[Nn][Ss][Ii][Ss]$")
|
||||||
set( NSIS_LICENSE_FILE ${PROJECT_BINARY_DIR}/NSIS_LICENSE )
|
set( CPACK_RESOURCE_FILE_LICENSE ${CMAKE_CURRENT_LIST_DIR}/LICENSE )
|
||||||
file(WRITE ${NSIS_LICENSE_FILE} "")
|
|
||||||
foreach(file IN ITEMS LICENSE LICENSE.bitcoin)
|
|
||||||
file(READ ${CMAKE_CURRENT_LIST_DIR}/${file} content)
|
|
||||||
file(APPEND ${NSIS_LICENSE_FILE} "--- ${file}\n\n${content}\n")
|
|
||||||
endforeach()
|
|
||||||
set( CPACK_RESOURCE_FILE_LICENSE ${NSIS_LICENSE_FILE} )
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set( CPACK_DEBIAN_PACKAGE_PRIORITY "optional" )
|
set( CPACK_DEBIAN_PACKAGE_PRIORITY "optional" )
|
||||||
|
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2009-2019 The Bitcoin Core developers
|
|
||||||
Copyright (c) 2009-2019 Bitcoin Developers
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
THE SOFTWARE.
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue