use web url instead of obfuscated email
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Harbour compatibility header for
|
||||
* other Clipper compatible languages
|
||||
*
|
||||
* Copyright 2013 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Dynamic library call test.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Dynamic library call test.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Dynamic library call demonstration. (on Windows)
|
||||
*
|
||||
* Copyright 2008 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2008 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Testing Harbour For Next loops for Clipper compatibility
|
||||
|
||||
// ; Donated to the public domain by
|
||||
// Viktor Szakats (harbour syenar.net)
|
||||
// Viktor Szakats (vszakats.net/harbour)
|
||||
|
||||
// TODO: add test for "step 0"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* HBDOC reader test
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* HBDOC extractor from source
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ; Donated to the public domain by
|
||||
// Viktor Szakats (harbour syenar.net)
|
||||
// Viktor Szakats (vszakats.net/harbour)
|
||||
|
||||
REQUEST HB_LANG_HU
|
||||
REQUEST HB_LANG_KO
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Check alignment dependent lang item(s)
|
||||
*
|
||||
* Copyright 2013 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
// ; Pushing Harbour preprocessor to the line length limit.
|
||||
// ; Donated to the public domain by
|
||||
// Viktor Szakats (harbour syenar.net)
|
||||
// Viktor Szakats (vszakats.net/harbour)
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
// ; Pushing Harbour to the line length limit.
|
||||
// ; Donated to the public domain by
|
||||
// Viktor Szakats (harbour syenar.net)
|
||||
// Viktor Szakats (vszakats.net/harbour)
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ; Donated to the public domain by
|
||||
// Viktor Szakats (harbour syenar.net)
|
||||
// Viktor Szakats (vszakats.net/harbour)
|
||||
|
||||
MEMVAR m_cLongerNameThen10Chars
|
||||
#ifdef __HARBOUR__
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ; Donated to the public domain by
|
||||
// Viktor Szakats (harbour syenar.net)
|
||||
// Viktor Szakats (vszakats.net/harbour)
|
||||
|
||||
#include "hbmemory.ch"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Regression tests for class Get
|
||||
*
|
||||
* Copyright 1999-2007 Viktor Szakats (harbour syenar.net)
|
||||
* 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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Regression tests for classes TBrowse/TBColumn
|
||||
*
|
||||
* Copyright 1999-2007 Viktor Szakats (harbour syenar.net)
|
||||
* 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Rewritten from C: Viktor Szakats (harbour syenar.net)
|
||||
* Rewritten from C: Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Rewritten from C: Viktor Szakats (harbour syenar.net)
|
||||
* Rewritten from C: Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ; Donated to the public domain by
|
||||
// Viktor Szakats (harbour syenar.net)
|
||||
// Viktor Szakats (vszakats.net/harbour)
|
||||
|
||||
MEMVAR p_cMyPubVar
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Strips HBDOC docs from source files.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Strips VCS id headers from source files
|
||||
*
|
||||
* Copyright 2013 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Donated to the public domain by
|
||||
Viktor Szakats (harbour syenar.net) */
|
||||
Viktor Szakats (vszakats.net/harbour) */
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user