mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
Merge remote-tracking branch 'origin/laurent/Copyright_fix' into rel-14.10
This commit is contained in:
commit
1f1c0bea58
@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Project: OpenPilot
|
# Project: OpenPilot
|
||||||
# NSIS configuration file for OpenPilot GCS
|
# NSIS configuration file for OpenPilot GCS
|
||||||
# The OpenPilot Team, http://www.openpilot.org, Copyright (C) 2010-2014.
|
# The OpenPilot Team, http://www.openpilot.org, Copyright (C) 2010-2014.
|
||||||
@ -72,7 +72,7 @@
|
|||||||
VIAddVersionKey "Comments" "${INSTALLER_NAME}. ${BUILD_DESCRIPTION}"
|
VIAddVersionKey "Comments" "${INSTALLER_NAME}. ${BUILD_DESCRIPTION}"
|
||||||
VIAddVersionKey "CompanyName" "The OpenPilot Team, http://www.openpilot.org"
|
VIAddVersionKey "CompanyName" "The OpenPilot Team, http://www.openpilot.org"
|
||||||
VIAddVersionKey "LegalTrademarks" "${PRODUCT_NAME} is a trademark of The OpenPilot Team"
|
VIAddVersionKey "LegalTrademarks" "${PRODUCT_NAME} is a trademark of The OpenPilot Team"
|
||||||
VIAddVersionKey "LegalCopyright" "© 2010-2014 The OpenPilot Team"
|
VIAddVersionKey "LegalCopyright" "© 2010-2014 The OpenPilot Team"
|
||||||
VIAddVersionKey "FileDescription" "${INSTALLER_NAME}"
|
VIAddVersionKey "FileDescription" "${INSTALLER_NAME}"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
@ -93,7 +93,7 @@
|
|||||||
;--------------------------------
|
;--------------------------------
|
||||||
; Branding
|
; Branding
|
||||||
|
|
||||||
BrandingText "© 2010-2014 The OpenPilot Team, http://www.openpilot.org"
|
BrandingText "© 2010-2014 The OpenPilot Team, http://www.openpilot.org"
|
||||||
|
|
||||||
!define MUI_ICON "${NSIS_DATA_TREE}\resources\openpilot.ico"
|
!define MUI_ICON "${NSIS_DATA_TREE}\resources\openpilot.ico"
|
||||||
!define MUI_HEADERIMAGE
|
!define MUI_HEADERIMAGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user