2019-01-15 12:50 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* README.md
* verified links to referenced libraries, go https where applicable.
Thanks to Pawel Wojciechowski for the location of ADS client
library.
* src/rtl/arc4.c
! fix builds on Alpine Linux and possibly others using musl libc,
which in turn doesn't expose deprecated sysctl() anymore.
* contrib/hbdoc/hbdoc.prg
* contrib/hbformat/utils/hbformat.prg
* contrib/hbnetio/utils/hbnetio/hbnetio.prg
* package/harbour.mft
* package/harbour.rc
* src/compiler/hbusage.c
* utils/hbi18n/hbi18n.prg
* utils/hbtest/hbtest.prg
* bumped copyright year to 2019
This commit is contained in:
@@ -168,7 +168,7 @@ STATIC PROCEDURE Logo()
|
||||
OutStd( ;
|
||||
"Harbour i18n .pot/.hbl file manager " + HBRawVersion() + hb_eol() + ;
|
||||
"Copyright (c) 2009-" + ;
|
||||
"2018" + ", " + ;
|
||||
"2019" + ", " + ;
|
||||
"Przemyslaw Czerpak" + hb_eol() + ;
|
||||
hb_Version( HB_VERSION_URL_BASE ) + hb_eol() + ;
|
||||
hb_eol() )
|
||||
|
||||
@@ -95,7 +95,7 @@ STATIC s_lDBFAvail := .F.
|
||||
ANNOUNCE HB_GTSYS
|
||||
REQUEST HB_GT_CGI_DEFAULT
|
||||
|
||||
#define COPYRIGHT_YEAR "2018"
|
||||
#define COPYRIGHT_YEAR "2019"
|
||||
#else
|
||||
#define COPYRIGHT_YEAR "present"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user