2012-12-03 15:26 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbformat/utils/hbformat.prg
* contrib/hbnetio/utils/hbnetio/netiomgm.hb
* contrib/hbnetio/utils/hbnetio/netiosrv.prg
* package/harb_win.mft
* package/harb_win.rc
* README.txt
* src/compiler/hbusage.c
* src/pp/hbpp.c
* utils/hbi18n/hbi18n.prg
* utils/hbmk2/hbmk2.hu_HU.po
* utils/hbmk2/hbmk2.prg
* utils/hbtest/hbtest.prg
* Bumped copyright year to 2013.
+ updates to contributor list
This commit is contained in:
@@ -10,6 +10,22 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2012-12-03 15:26 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbformat/utils/hbformat.prg
|
||||
* contrib/hbnetio/utils/hbnetio/netiomgm.hb
|
||||
* contrib/hbnetio/utils/hbnetio/netiosrv.prg
|
||||
* package/harb_win.mft
|
||||
* package/harb_win.rc
|
||||
* README.txt
|
||||
* src/compiler/hbusage.c
|
||||
* src/pp/hbpp.c
|
||||
* utils/hbi18n/hbi18n.prg
|
||||
* utils/hbmk2/hbmk2.hu_HU.po
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* utils/hbtest/hbtest.prg
|
||||
* Bumped copyright year to 2013.
|
||||
+ updates to contributor list
|
||||
|
||||
2012-12-03 15:17 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* config/global.mk
|
||||
* README.txt
|
||||
|
||||
@@ -1869,7 +1869,7 @@ TABLE OF CONTENT
|
||||
http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/ChangeLog.txt
|
||||
|
||||
|
||||
[ Copyright (c) 2009-2012 Viktor Szakats (harbour syenar.net)
|
||||
[ Copyright (c) 2009-2013 Viktor Szakats (harbour syenar.net)
|
||||
Licensed under Creative Commons Attribution-ShareAlike 3.0:
|
||||
http://creativecommons.org/licenses/by-sa/3.0/
|
||||
See COPYING.txt. ]
|
||||
|
||||
@@ -159,7 +159,7 @@ STATIC PROCEDURE About()
|
||||
|
||||
OutStd( ;
|
||||
"Harbour Source Formatter " + HBRawVersion() + hb_eol() + ;
|
||||
"Copyright (c) 2009-2012, Alexander S.Kresin" + hb_eol() + ;
|
||||
"Copyright (c) 2009-2013, Alexander S.Kresin" + hb_eol() + ;
|
||||
"http://harbour-project.org/" + hb_eol() + ;
|
||||
hb_eol() + ;
|
||||
"Syntax: hbformat [options] [@config] <file[s]>" + hb_eol() + ;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Harbour Project source code:
|
||||
* Harbour NETIO server management client engine
|
||||
*
|
||||
* Copyright 2009-2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2009-2013 Viktor Szakats (harbour syenar.net)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -341,7 +341,7 @@ STATIC FUNCTION XToStrX( xValue )
|
||||
STATIC PROCEDURE cmdAbout( netiocli )
|
||||
|
||||
hbnetiocon_dispevent( netiocli, "Harbour NETIO Server Management Console " + StrTran( Version(), "Harbour " ) )
|
||||
hbnetiocon_dispevent( netiocli, "Copyright (c) 2009-2012, Viktor Szakats" )
|
||||
hbnetiocon_dispevent( netiocli, "Copyright (c) 2009-2013, Viktor Szakats" )
|
||||
hbnetiocon_dispevent( netiocli, "http://harbour-project.org/" )
|
||||
|
||||
RETURN
|
||||
|
||||
@@ -846,7 +846,7 @@ STATIC PROCEDURE HB_Logo()
|
||||
|
||||
OutStd( ;
|
||||
"Harbour NETIO Server " + StrTran( Version(), "Harbour " ) + hb_eol() + ;
|
||||
"Copyright (c) 2009-2012, Przemyslaw Czerpak, Viktor Szakats" + hb_eol() + ;
|
||||
"Copyright (c) 2009-2013, Przemyslaw Czerpak, Viktor Szakats" + hb_eol() + ;
|
||||
"http://harbour-project.org/" + hb_eol() + ;
|
||||
hb_eol() )
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!-- Copyright © 1999-2012 (see application banner) -->
|
||||
<!-- Copyright © 1999-2013 (see application banner) -->
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="3.2.0.0"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#define HB_VER_FILEVERSION_STR HB_VER_PRODUCTVERSION_STR
|
||||
|
||||
#define HB_NAME "Harbour\0"
|
||||
#define HB_COPYRIGHT "Copyright \xA9 1999-2012 (see application banner)\0"
|
||||
#define HB_COPYRIGHT "Copyright \xA9 1999-2013 (see application banner)\0"
|
||||
|
||||
/* Version info */
|
||||
|
||||
|
||||
@@ -185,9 +185,10 @@ void hb_compPrintCredits( HB_COMP_DECL )
|
||||
"Credits: The Harbour Team at harbour-project.org\n"
|
||||
" (replace space with @ in e-mail addresses)\n"
|
||||
"\n"
|
||||
"Alejandro de Garate (alex_degarate hotmail.com)\n"
|
||||
"Alejandro de Garate (alex_degarate hotmail com)\n"
|
||||
"Alex Shashkov (shashkov ostu.ru)\n"
|
||||
"Alexander S. Kresin (alex belacy.belgorod.su)\n"
|
||||
"Alexey Myronenko (m.oleksa ukr.net)\n"
|
||||
"Andi Jahja (xharbour cbn.net.id)\n"
|
||||
"Antonio Carlos Pantaglione (toninho fwi.com.br)\n"
|
||||
"Antonio Linares (alinares fivetechsoft.com)\n"
|
||||
@@ -196,7 +197,7 @@ void hb_compPrintCredits( HB_COMP_DECL )
|
||||
"Bill Robertson (arcadia2 sbcglobal.net)\n"
|
||||
"Brian Hays (bhays abacuslaw.com)\n"
|
||||
"Bruno Cantero (bruno issnet.net)\n"
|
||||
"Carlos Bacco (carlosbacco gmail.com)\n"
|
||||
"Carlos Bacco (carlosbacco gmail com)\n"
|
||||
"Chen Kedem (niki synel.co.il)\n"
|
||||
"Dave Pearson (davep davep.org)\n"
|
||||
"David Arturo Macias Corona (dmacias mail.udg.mx)\n"
|
||||
@@ -207,13 +208,13 @@ void hb_compPrintCredits( HB_COMP_DECL )
|
||||
"Enrico Maria Giordano (e.m.giordano emagsoftware.it)\n"
|
||||
"Felipe G. Coury (fcoury creation.com.br)\n"
|
||||
"Fernando Mancera (fmancera viaopen.com)\n"
|
||||
"Francesco Perillo (fperillo gmail.com)\n"
|
||||
"Francesco Perillo (fperillo gmail com)\n"
|
||||
"Francesco Saverio Giudice (info fsgiudice.com)\n"
|
||||
"Giancarlo Niccolai (gc niccolai.ws)\n"
|
||||
"Gonzalo A. Diethelm (gonzalo.diethelm iname.com)\n"
|
||||
"Gustavo Junior Alves (alves coslinux.com.br)\n"
|
||||
"Hannes Ziegler (hz knowleXbase.com)\n"
|
||||
"Horacio D. Roldan Kasimatis (harbour_ar yahoo.com.ar)\n"
|
||||
"Horacio D. Roldan Kasimatis (harbour_ar yahoo com.ar)\n"
|
||||
"Ignacio Ortiz de Zuniga (ignacio fivetech.com)\n"
|
||||
"Ilias Lazaridis (ilias lazaridis.com)\n"
|
||||
"Istvan Bisz (istvan.bisz t-online.hu)\n"
|
||||
@@ -225,7 +226,7 @@ void hb_compPrintCredits( HB_COMP_DECL )
|
||||
"Jose Lalin (dezac corevia.com)\n"
|
||||
"Kwon, Oh-Chul (ohchul fivetech.net)\n"
|
||||
"Leslee Griffith (les.griffith vantagesystems.ca)\n"
|
||||
"Lorenzo Fiorini (lorenzo.fiorini gmail.com)\n"
|
||||
"Lorenzo Fiorini (lorenzo.fiorini gmail com)\n"
|
||||
"Luis Krause Mantilla (lkrausem shaw.ca)\n"
|
||||
"Luiz Rafael Culik (culik sl.conex.net)\n"
|
||||
"Manuel Ruiz (mrt joca.es)\n"
|
||||
@@ -237,6 +238,7 @@ void hb_compPrintCredits( HB_COMP_DECL )
|
||||
"Matthew Hamilton (mhamilton bunge.com.au)\n"
|
||||
"Mauricio Abre (maurifull datafull.com)\n"
|
||||
"Maurilio Longo (maurilio.longo libero.it)\n"
|
||||
"Maurizio la Cecilia (m.lacecilia gmail com)\n"
|
||||
"Miguel Angel Marchuet Frutos (miguelangel marchuet.net)\n"
|
||||
"Mindaugas Kavaliauskas (dbtopas dbtopas.lt)\n"
|
||||
"Mitja Podgornik (Yamamoto rocketmail.com)\n"
|
||||
@@ -248,7 +250,7 @@ void hb_compPrintCredits( HB_COMP_DECL )
|
||||
"Peter Townsend (cephas tpgi.com.au)\n"
|
||||
"Phil Barnett (philb iag.net)\n"
|
||||
"Phil Krylov (phil newstar.rinet.ru)\n"
|
||||
"Pritpal Bedi (pritpal vouchcac.com)\n"
|
||||
"Pritpal Bedi (bedipritpal hotmail com)\n"
|
||||
"Przemyslaw Czerpak (druzus priv.onet.pl)\n"
|
||||
"Rab Thomson (rthomson synstar.com)\n"
|
||||
"Randy Portnoff (randy palmasdev.com)\n"
|
||||
@@ -261,11 +263,11 @@ void hb_compPrintCredits( HB_COMP_DECL )
|
||||
"Teo Fonrouge (teo windtelsoft.com)\n"
|
||||
"Tim Stone (timstone mstrlink.com)\n"
|
||||
"Tomaz Zupan (tomaz.zupan orpo.si)\n"
|
||||
"Vailton Renato (vailtom gmail.com)\n"
|
||||
"Vailton Renato (vailtom gmail com)\n"
|
||||
"Viktor Szakats (harbour syenar.net)\n"
|
||||
"Vladimir Kazimirchik (v_kazimirchik yahoo.com)\n"
|
||||
"Vladimir Kazimirchik (v_kazimirchik yahoo com)\n"
|
||||
"Walter Negro (anegro overnet.com.ar)\n"
|
||||
"Xavi (jarabal gmail.com)\n"
|
||||
"Xavi (jarabal gmail com)\n"
|
||||
);
|
||||
}
|
||||
|
||||
@@ -278,6 +280,6 @@ void hb_compPrintLogo( HB_COMP_DECL )
|
||||
|
||||
hb_compOutStd( HB_COMP_PARAM, szVer );
|
||||
hb_compOutStd( HB_COMP_PARAM,
|
||||
"\nCopyright (c) 1999-2012, http://harbour-project.org/\n" );
|
||||
"\nCopyright (c) 1999-2013, http://harbour-project.org/\n" );
|
||||
hb_xfree( szVer );
|
||||
}
|
||||
|
||||
@@ -203,7 +203,7 @@ static void hb_pp_generateRules( FILE * fout, PHB_PP_STATE pState, const char *
|
||||
" * Harbour Project source code:\n"
|
||||
" * Build in preprocessor rules.\n"
|
||||
" *\n"
|
||||
" * Copyright 2006-2012 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
|
||||
" * Copyright 2006-2013 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
|
||||
" * www - http://harbour-project.org\n"
|
||||
" *\n"
|
||||
" * This file is generated automatically by Harbour preprocessor\n"
|
||||
@@ -348,7 +348,7 @@ static int hb_pp_generateVerInfo( char * szVerFile, int iSVNID, char * szChangeL
|
||||
" * Harbour Project source code:\n"
|
||||
" * Version information and build time switches.\n"
|
||||
" *\n"
|
||||
" * Copyright 2008-2012 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
|
||||
" * Copyright 2008-2013 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
|
||||
" * www - http://harbour-project.org\n"
|
||||
" *\n"
|
||||
" * This file is generated automatically by Harbour preprocessor\n"
|
||||
@@ -771,7 +771,7 @@ int main( int argc, char * argv[] )
|
||||
{
|
||||
printf( "Harbour Preprocessor %d.%d.%d%s\n",
|
||||
HB_VER_MAJOR, HB_VER_MINOR, HB_VER_RELEASE, HB_VER_STATUS );
|
||||
printf( "Copyright (c) 1999-2012, http://harbour-project.org/\n" );
|
||||
printf( "Copyright (c) 1999-2013, http://harbour-project.org/\n" );
|
||||
}
|
||||
|
||||
if( szFile )
|
||||
|
||||
@@ -164,7 +164,7 @@ STATIC PROCEDURE Logo()
|
||||
|
||||
OutStd( ;
|
||||
"Harbour i18n .pot/.hbl file manager " + HBRawVersion() + hb_eol() + ;
|
||||
"Copyright (c) 2009-2012, Przemyslaw Czerpak" + hb_eol() + ;
|
||||
"Copyright (c) 2009-2013, Przemyslaw Czerpak" + hb_eol() + ;
|
||||
"http://harbour-project.org/" + hb_eol() + ;
|
||||
hb_eol() )
|
||||
|
||||
|
||||
@@ -570,7 +570,7 @@ msgstr "'%1$s' .hbl fájl létrehozva a következő nyelv(ek)hez: %2$s"
|
||||
#: hbmk2.prg:7807 hbmk2.prg:11462 hbmk2.prg:12913
|
||||
#, c-format
|
||||
msgid "Translation (%1$s): (add your name here)"
|
||||
msgstr "Magyar (%1$s) fordítás: Copyright (c) 2009-2012, Szakáts Viktor"
|
||||
msgstr "Magyar (%1$s) fordítás: Copyright (c) 2009-2013, Szakáts Viktor"
|
||||
|
||||
#: hbmk2.prg:7941 hbmk2.prg:11633 hbmk2.prg:13102
|
||||
#, c-format
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Harbour Project source code:
|
||||
* Harbour Make (alias hbmk/hbmk2)
|
||||
*
|
||||
* Copyright 1999-2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2013 Viktor Szakats (harbour syenar.net)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -13139,7 +13139,7 @@ STATIC FUNCTION __plugin_ext()
|
||||
* Harbour Project source code:
|
||||
* extension manager plugin
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012-2013 Viktor Szakats (harbour syenar.net)
|
||||
* www - http://harbour-project.org
|
||||
*/
|
||||
|
||||
@@ -14355,7 +14355,7 @@ STATIC PROCEDURE ShowHeader( hbmk )
|
||||
LOCAL cTrsTextI
|
||||
|
||||
OutStd( "Harbour Make (" + _SELF_NAME_ + ") " + HBRawVersion() + _OUT_EOL +;
|
||||
"Copyright (c) 1999-2012, Viktor Szakáts" + _OUT_EOL +;
|
||||
"Copyright (c) 1999-2013, Viktor Szakáts" + _OUT_EOL +;
|
||||
"http://harbour-project.org/" + _OUT_EOL )
|
||||
|
||||
IF !( hbmk[ _HBMK_cUILNG ] == "en" ) .AND. ;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Harbour Project source code:
|
||||
* Regression tests for the runtime library (main)
|
||||
*
|
||||
* Copyright 1999-2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2013 Viktor Szakats (harbour syenar.net)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -108,7 +108,7 @@ STATIC s_lDBFAvail := .F.
|
||||
PROCEDURE Main( cPar1, cPar2 )
|
||||
|
||||
OutStd( "Harbour Regression Test Suite" + hb_eol() +;
|
||||
"Copyright (c) 1999-2012, Viktor Szakats" + hb_eol() +;
|
||||
"Copyright (c) 1999-2013, Viktor Szakats" + hb_eol() +;
|
||||
"http://harbour-project.org/" + hb_eol() )
|
||||
|
||||
IF cPar1 == NIL
|
||||
|
||||
Reference in New Issue
Block a user