2017-08-13 18:53 UTC Viktor Szakats (vszakats users.noreply.github.com)

* config/global.mk
  * config/postinst.hb
  * debian/copyright
  * doc/oldnews.txt
  * package/mpkg_win.nsi
  * package/winuni/mpkg_win_uni.bat
  * package/winuni/mpkg_win_uni.nsi
  * README.md
  * COPYING.txt -> LICENSE.txt
    * COPYING.txt -> LICENSE.txt
This commit is contained in:
Viktor Szakats
2017-08-13 18:53:52 +00:00
parent 9f16c2bf8e
commit 86879b8b83
10 changed files with 29 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# ---------------------------------------------------------------
# Copyright 2009 Viktor Szakats (vszakats.net/harbour)
# See COPYING.txt for licensing terms.
# See LICENSE.txt for licensing terms.
# ---------------------------------------------------------------
# ---------------------------------------------------------------
@@ -1922,7 +1922,7 @@ ifneq ($(HB_INSTALL_PREFIX),)
endif
else
# Require HB_INSTALL_PREFIX on non-*nix when install is used,
# so that obligatory supplement files (like COPYING.txt) are always
# so that obligatory supplement files (like LICENSE.txt) are always
# copied to install destination.
ifneq ($(filter install,$(HB_MAKECMDGOALS)),)
ifeq ($(HB_PLATFORM_UNIX),)

View File

@@ -4,7 +4,7 @@
*
* Copyright 2009-2010 Viktor Szakats (vszakats.net/harbour)
* Copyright 2003 Przemyslaw Czerpak (druzus/at/priv.onet.pl) (embedded autoinstall bash script)
* See COPYING.txt for licensing terms.
* See LICENSE.txt for licensing terms.
*/
#pragma -w3
@@ -64,7 +64,7 @@ PROCEDURE Main( ... )
mk_hb_FCopy( aFile[ F_NAME ], tmp + hb_ps() + iif( GetEnvC( "HB_PLATFORM" ) == "dos", "CHANGES", "" ) )
NEXT
mk_hb_FCopy( "COPYING.txt", tmp + hb_ps() )
mk_hb_FCopy( "LICENSE.txt", tmp + hb_ps() )
mk_hb_FCopy( "README.md", tmp + hb_ps() )
ELSE
OutStd( hb_StrFormat( "! Error: Cannot create directory '%1$s'", tmp ) + hb_eol() )