From 86e8c25df51715d8509ca7e2fdb24e9f407cab86 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 5 Dec 2014 00:15:16 +0100 Subject: [PATCH] 2014-12-05 00:13 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com) * src/common/hbver.c * synced copyright with fork to be in sync with merged sources --- ChangeLog.txt | 6 +++++- src/common/hbver.c | 34 +++++++++------------------------- 2 files changed, 14 insertions(+), 26 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index ce92e99119..8a3d7b78cc 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2014-12-05 00:13 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com) + * src/common/hbver.c + * synced copyright with fork to be in sync with merged sources + 2014-12-04 19:28 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/filesys.c ! fixed typo in recent modification @@ -1101,7 +1105,7 @@ 2014-09-18 00:23 UTC-0800 Pritpal Bedi (bedipritpal/at/hotmail.com) * contrib/gtwvg/gtwgud.c - + Added: hb_gtInfo( HB_GTI_SETPOS_XY, { nRow|nX, nCol|nY } ) + + Added: hb_gtInfo( HB_GTI_SETPOS_XY, { nRow|nX, nCol|nY } ) in addition to previous implementation. 2014-09-17 14:50 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) diff --git a/src/common/hbver.c b/src/common/hbver.c index 09cc0d9b51..087975cd3a 100644 --- a/src/common/hbver.c +++ b/src/common/hbver.c @@ -1,9 +1,15 @@ /* - * Harbour Project source code: * Version detection functions * * Copyright 1999 {list of individual authors and e-mail addresses} - * www - http://harbour-project.org + * Copyright 1999 Luiz Rafael Culik + * hb_verPlatform() (support for determining the Windows version) + * Copyright 1999 Jose Lalin + * hb_verPlatform() (support for determining many Windows flavours) + * hb_verCompiler() (support for determining some compiler version/revision) + * Copyright 2000-2014 Viktor Szakats (vszakats.net/harbour) + * hb_verCPU(), hb_verHostBitWidth(), hb_iswinver() + * hb_verPlatform() (support for detecting Windows NT on DOS, Wine, post-Windows 8, cleanups) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +24,7 @@ * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING.txt. If not, write to * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). + * Boston, MA 02111-1307 USA (or visit the web site https://www.gnu.org/). * * As a special exception, the Harbour Project gives permission for * additional uses of the text contained in its release of Harbour. @@ -46,28 +52,6 @@ * */ -/* - * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org - * - * Copyright 1999 Luiz Rafael Culik - * hb_verPlatform() (support for determining the Windows version) - * - * Copyright 1999 Jose Lalin - * hb_verPlatform() (support for determining many Windows flavours) - * hb_verCompiler() (support for determining some compiler version/revision) - * - * Copyright 2000-2009 Viktor Szakats (vszakats.net/harbour) - * hb_verCPU() - * hb_verPlatform() (support for detecting Windows NT on DOS) - * hb_verPlatform() (rearrangment and cleanup) - * hb_verPlatform() (Wine detection and some more) - * hb_verHostBitWidth() - * - * See COPYING.txt for licensing terms. - * - */ - #include "hbapi.h" #include "hbmemory.ch"