2016-01-14 19:17 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)

* *
    % remove brandings and homepage [1] from copyright header. Pass 1 - using script.
      [1] nobody has access to it anymore AFAIK - and it's also just
          a redirect since long
    ! update url in copyright header
    ; this should make the diff between 3.4 and 3.2 easier to manage
This commit is contained in:
Viktor Szakats
2016-01-14 19:18:17 +01:00
parent 00c1fbbbe4
commit 58faf91453
1704 changed files with 1958 additions and 5372 deletions

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* AChoice() test
* AChoice() test
*
* Copyright 2009 Vladislav Lavrecky <lavr / at / ldz.lv>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* demonstration/test code for file lock synchronization between
* demonstration/test code for file lock synchronization between
* aliased work areas
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* code to generate C source with conversion tables between BIG5 and UCS16
* code to generate C source with conversion tables between BIG5 and UCS16
* using data defined by Unicode, Inc. in BIG5.TXT
*
* Copyright 2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -3,7 +3,6 @@
* other Clipper compatible languages
*
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* demonstration/test code for class variables casting and allocating
* demonstration/test code for class variables casting and allocating
* in multiinherited classes
*
* Copyright 2006 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* demonstration/test code for instance variables casting and allocating
* demonstration/test code for instance variables casting and allocating
* in multiinherited classes
*
* Copyright 2006 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for non virtual hidden messages
* demonstration/test code for non virtual hidden messages
*
* Copyright 2006 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* demonstration/test code for shared class variables casting and allocating
* demonstration/test code for shared class variables casting and allocating
* in multiinherited classes
*
* Copyright 2006 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for class method scoping
* demonstration/test code for class method scoping
*
* Copyright 2006 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,13 +1,11 @@
/*
* Harbour Project source code:
* Simple program to generate information for Harbour CP module definition.
* Simple program to generate information for Harbour CP module definition.
* Compile it with Clipper and link with given national sorting module
* (usually ntx*.obj) and then execute to generate letters strings for
* given national sorting module. Then use this string to define Harbour
* CP module in src/codepage/ directory.
*
* Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,8 +1,6 @@
/*
* Harbour Project source code:
*
* Copyright 2010 Carlos Bacco
* www - http://harbour-project.org
*
*/

View File

@@ -2,7 +2,6 @@
* Debug function tests
*
* Written by Eddie Runia <eddie@runia.com>
* www - http://harbour-project.org
*
* Placed in the public domain
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* example/test code for object destructors
* example/test code for object destructors
*
* Copyright 2006 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* Dynamic library call test.
* Dynamic library call test.
*
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* Dynamic library call test.
* Dynamic library call test.
*
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* Dynamic library call demonstration. (on Windows)
* Dynamic library call demonstration. (on Windows)
*
* Copyright 2008 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -1,8 +1,6 @@
/*
* Harbour Project source code:
*
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration code for FOR EACH overloading
* demonstration code for FOR EACH overloading
*
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* test code for GET SetGet block for aliased macro variables
* test code for GET SetGet block for aliased macro variables
*
* Copyright 2015 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*/
PROCEDURE Main()

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for GFX operations
* demonstration/test code for GFX operations
*
* Copyright 2013 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* demonstration/test code for terminal character output and codepage
* demonstration/test code for terminal character output and codepage
* translations
*
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for GT full screen color output
* demonstration/test code for GT full screen color output
*
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for GT keyboard input
* demonstration/test code for GT keyboard input
*
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,11 +1,9 @@
/*
* Harbour Project source code:
* demonstration/test code for using more then one console window.
* demonstration/test code for using more then one console window.
* It needs GT driver which supports such functionality, i.e.
* GTWVT in MS-Windows or GTXWC in XWindow.
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for changing font in X-Window GTs
* demonstration/test code for changing font in X-Window GTs
*
* Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -2,7 +2,6 @@
* HBDOC reader test
*
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -2,7 +2,6 @@
* HBDOC extractor from source
*
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* new Hb_inLine {} test
* new Hb_inLine {} test
*
* Copyright 2006 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* HiPer-SEEK indexing/search test
* HiPer-SEEK indexing/search test
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -6,7 +6,6 @@
/*
* Written by Eddie Runia <eddie@runia.comu>
* www - http://harbour-project.org
*
* Placed in the public domain
*/

View File

@@ -2,7 +2,6 @@
* Harbour Project source code
*
* Copyright (C) 1999 Matthew Hamilton
* www - http://harbour-project.org
*
* 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
@@ -17,7 +16,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.

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* Harbour FILE IO redirector: IOTCP
* Harbour FILE IO redirector: IOTCP
* example of IOUSR usage
*
* Copyright 2014 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
* 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
@@ -19,7 +17,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.

View File

@@ -2,7 +2,6 @@
* Check alignment dependent lang item(s)
*
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -1,8 +1,6 @@
/*
* Harbour Project source code:
*
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -1,6 +1,5 @@
/*
* Harbour Project source code:
* a small memory manager test code
* a small memory manager test code
*/
#include "simpleio.ch"

View File

@@ -1,11 +1,9 @@
/*
* Harbour Project source code:
* demonstration/test code for thread return complex values
* demonstration/test code for thread return complex values
* and detached locals created by thread and used after thread
* termination.
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* demonstration/test code for using QUIT commands and ALWAYS statements
* demonstration/test code for using QUIT commands and ALWAYS statements
* execution. Child thread uses QUIT before main one.
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* demonstration/test code for using QUIT commands and ALWAYS statements
* demonstration/test code for using QUIT commands and ALWAYS statements
* execution. Main thread uses QUIT before child one.
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,13 +1,11 @@
/*
* Harbour Project source code:
* demonstration/test code for modifying simple variable by different
* demonstration/test code for modifying simple variable by different
* threads with and without protection and also complex variables
* like array without protection. Because each thread will access
* different item in this array then it should be safe and our HVM
* should make necessary internal protections automatically.
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for thread static variables
* demonstration/test code for thread static variables
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for using memvars in threads
* demonstration/test code for using memvars in threads
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,11 +1,9 @@
/*
* Harbour Project source code:
* demonstration/test code for using mutexes to send/receive
* demonstration/test code for using mutexes to send/receive
* messages between threads to synchronize divided jobs between
* threads.
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* demonstration/test code for using memvar variables sharing and
* demonstration/test code for using memvar variables sharing and
* copping
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,11 +1,9 @@
/*
* Harbour Project source code:
* demonstration/test code for using the same work area in different
* demonstration/test code for using the same work area in different
* threads. Please note that this program also works when compiled
* without thread support.
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* demonstration/test code for using independent console window in
* demonstration/test code for using independent console window in
* different thread. It needs GT driver which supports such functionality.
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* demonstration/test code for asynchronous screen updating without
* demonstration/test code for asynchronous screen updating without
* breaking foreground screen operations.
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for thread static variables
* demonstration/test code for thread static variables
*
* Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* Testing the operators-overloading feature
*
* Copyright 2000 Antonio Linares <alinares@fivetech.com>
* www - http://harbour-project.org
*
* 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 +16,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.

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* RDD tests
* RDD tests
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* RDD tests
* RDD tests
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* RDD tests
* RDD tests
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* RDD tests
* RDD tests
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* RDD tests
* RDD tests
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* RDD tests
* RDD tests
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* RDD tests
* RDD tests
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* RDD tests
* RDD tests
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -5,7 +5,6 @@
*
* Eddie Runia <eddie@runia.com>
* Vailton Renato <vailtom@gmail.com> (Updated to support current harbour implementation)
* www - http://harbour-project.org
*
* Placed in the public domain
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* Regression tests for class Get
*
* Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
* 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 +16,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.

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* Regression tests for classes TBrowse/TBColumn
*
* Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
* 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 +16,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.
@@ -48,7 +46,6 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* eInstVar() (from RTL)

View File

@@ -4,7 +4,6 @@
* of set-keys (hot-keys).
*
* By: April White <april@users.sourceforge.net>
* www - http://harbour-project.org
*
* 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
@@ -19,7 +18,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.

View File

@@ -1,8 +1,6 @@
/*
* Harbour Project source code:
*
* Rewritten from C: Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*/
PROCEDURE Main()

View File

@@ -1,8 +1,6 @@
/*
* Harbour Project source code:
*
* Rewritten from C: Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*/
PROCEDURE Main()

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* speed test program for string concatenation by += operator
* speed test program for string concatenation by += operator
*
* Copyright 2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* HVM speed test program
* HVM speed test program
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -2,7 +2,6 @@
* Strips HBDOC docs from source files.
*
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -13,7 +13,6 @@
/*
* Written by Eddie Runia <eddie@runia.com>
* www - http://harbour-project.org
*
* Placed in the public domain
*/

View File

@@ -2,7 +2,6 @@
* Strips VCS id headers from source files
*
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for TBrowse class
* demonstration/test code for TBrowse class
*
* Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* test code for Transform() function
* test code for Transform() function
*
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,10 +1,8 @@
/*
* Harbour Project source code:
* code to generate C source with conversion tables between BIG5 and UCS16
* code to generate C source with conversion tables between BIG5 and UCS16
* using data defined by Unicode, Inc. in BIG5.TXT
*
* Copyright 2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* ARRAY RDD example
* ARRAY RDD example
*
* Copyright 2009 Francesco Saverio Giudice <info / at / fsgiudice / dot / com>
* www - http://harbour-project.org
*
* 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 +16,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.

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* demonstration/test code for WinCE console program
* demonstration/test code for WinCE console program
*
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://harbour-project.org
*
*/