2010-12-08 23:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/pp/hbpp.c
* src/compiler/hbusage.c
* contrib/hbnetio/utils/netiosrv.prg
* contrib/hbide/idethemes.prg
* utils/hbformat/hbformat.prg
* utils/hbmk2/hbmk2.hu_HU.po
* utils/hbmk2/hbmk2.prg
* utils/hbi18n/hbi18n.prg
* utils/hbtest/hbtest.prg
* utils/hbrun/hbrun.prg
* INSTALL
* Bumped copyright year to 2011.
* contrib/hbide/ideprojmanager.prg
! Fixed $ id $ in generated source.
This commit is contained in:
@@ -16,6 +16,23 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-12-08 23:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/pp/hbpp.c
|
||||
* src/compiler/hbusage.c
|
||||
* contrib/hbnetio/utils/netiosrv.prg
|
||||
* contrib/hbide/idethemes.prg
|
||||
* utils/hbformat/hbformat.prg
|
||||
* utils/hbmk2/hbmk2.hu_HU.po
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* utils/hbi18n/hbi18n.prg
|
||||
* utils/hbtest/hbtest.prg
|
||||
* utils/hbrun/hbrun.prg
|
||||
* INSTALL
|
||||
* Bumped copyright year to 2011.
|
||||
|
||||
* contrib/hbide/ideprojmanager.prg
|
||||
! Fixed $ id $ in generated source.
|
||||
|
||||
2010-12-08 21:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/debug/debugger.prg
|
||||
* contrib/hbodbc/tests/odbccall.prg
|
||||
|
||||
@@ -1656,7 +1656,7 @@ HARBOUR
|
||||
|
||||
|
||||
|
||||
[ Copyright (c) 2009-2010 Viktor Szakats (harbour.01 syenar.hu)
|
||||
[ Copyright (c) 2009-2011 Viktor Szakats (harbour.01 syenar.hu)
|
||||
Licensed under Creative Commons Attribution-ShareAlike 3.0:
|
||||
http://creativecommons.org/licenses/by-sa/3.0/
|
||||
See COPYING. ]
|
||||
|
||||
@@ -640,7 +640,7 @@ METHOD IdeProjManager:insertHeader( aHdr, aHbp )
|
||||
LOCAL txt_:={}
|
||||
|
||||
aadd( txt_, "#" )
|
||||
aadd( txt_, "# $Id$" )
|
||||
aadd( txt_, "# $" + "Id" + "$" )
|
||||
aadd( txt_, "#" )
|
||||
aadd( txt_, "" )
|
||||
aeval( aHdr, {|e| aadd( txt_, e ) } )
|
||||
|
||||
@@ -943,7 +943,7 @@ STATIC FUNCTION GetSource()
|
||||
LOCAL s := ""
|
||||
LOCAL txt_:= {}
|
||||
|
||||
aadd( txt_, '/* Copyright 2009-2010 Pritpal Bedi <pritpal@vouchcac.com> ' )
|
||||
aadd( txt_, '/* Copyright 2009-2011 Pritpal Bedi <pritpal@vouchcac.com> ' )
|
||||
aadd( txt_, ' * ' )
|
||||
aadd( txt_, ' * This program is free software; you can redistribute it and/or modify ' )
|
||||
aadd( txt_, '*/ ' )
|
||||
|
||||
@@ -292,7 +292,7 @@ STATIC PROCEDURE ShowConfig( netiosrv )
|
||||
STATIC PROCEDURE HB_Logo()
|
||||
|
||||
OutStd( "Harbour NETIO Server " + HBRawVersion() + hb_eol() +;
|
||||
"Copyright (c) 2009, Przemyslaw Czerpak" + hb_eol() + ;
|
||||
"Copyright (c) 2009-2011, Przemyslaw Czerpak" + hb_eol() + ;
|
||||
"http://harbour-project.org/" + hb_eol() +;
|
||||
hb_eol() )
|
||||
|
||||
|
||||
@@ -277,6 +277,6 @@ void hb_compPrintLogo( HB_COMP_DECL )
|
||||
|
||||
hb_compOutStd( HB_COMP_PARAM, szVer );
|
||||
hb_compOutStd( HB_COMP_PARAM,
|
||||
"\nCopyright (c) 1999-2010, http://harbour-project.org/\n" );
|
||||
"\nCopyright (c) 1999-2011, http://harbour-project.org/\n" );
|
||||
hb_xfree( szVer );
|
||||
}
|
||||
|
||||
@@ -199,7 +199,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 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
|
||||
" * Copyright 2006-2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
|
||||
" * www - http://harbour-project.org\n"
|
||||
" *\n"
|
||||
" * This file is generated automatically by Harbour preprocessor\n"
|
||||
|
||||
@@ -201,7 +201,7 @@ FUNCTION DirEval( cInitDir, cMask, lRecur, bCode )
|
||||
STATIC FUNCTION About()
|
||||
|
||||
?? "Harbour Source Formatter " + HBRawVersion()
|
||||
? "Copyright (c) 2009-2010, Alexander S.Kresin"
|
||||
? "Copyright (c) 2009-2011, Alexander S.Kresin"
|
||||
? "http://harbour-project.org/"
|
||||
?
|
||||
? "Syntax: hbformat [options] [@config] file[s]"
|
||||
|
||||
@@ -158,7 +158,7 @@ STATIC FUNCTION HBRawVersion()
|
||||
STATIC PROCEDURE Logo()
|
||||
|
||||
OutStd( "Harbour i18n .pot/.hbl file manager " + HBRawVersion() + hb_eol() +;
|
||||
"Copyright (c) 2009-2010, Przemyslaw Czerpak" + hb_eol() + ;
|
||||
"Copyright (c) 2009-2011, Przemyslaw Czerpak" + hb_eol() + ;
|
||||
"http://harbour-project.org/" + hb_eol() +;
|
||||
hb_eol() )
|
||||
RETURN
|
||||
|
||||
@@ -570,7 +570,7 @@ msgstr "'%1$s' .hbl fájl létrehozva a következő nyelv(ek)hez: %2$s"
|
||||
#: hbmk2.prg:7807
|
||||
#, c-format
|
||||
msgid "Translation (%1$s): (add your name here)"
|
||||
msgstr "Magyar (%1$s) fordítás: Copyright (c) 2009-2010, Szakáts Viktor"
|
||||
msgstr "Magyar (%1$s) fordítás: Copyright (c) 2009-2011, Szakáts Viktor"
|
||||
|
||||
#: hbmk2.prg:7941
|
||||
#, c-format
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Harbour Project source code:
|
||||
* Harbour Make (alias hbmk, alias hbmk2)
|
||||
*
|
||||
* Copyright 1999-2010 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* Copyright 1999-2011 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -11452,7 +11452,7 @@ STATIC PROCEDURE SetUILang( hbmk )
|
||||
STATIC PROCEDURE ShowHeader( hbmk )
|
||||
|
||||
OutStd( "Harbour Make (hbmk2) " + HBRawVersion() + _OUT_EOL +;
|
||||
"Copyright (c) 1999-2010, Viktor Szakats" + _OUT_EOL +;
|
||||
"Copyright (c) 1999-2011, Viktor Szakats" + _OUT_EOL +;
|
||||
"http://harbour-project.org/" + _OUT_EOL )
|
||||
|
||||
IF !( hbmk[ _HBMK_cUILNG ] == "en" ) .AND. ;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* "DOt Prompt" Console and .prg/.hrb runner for the Harbour Language
|
||||
*
|
||||
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
|
||||
* Copyright 2008-2010 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* Copyright 2008-2011 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -407,7 +407,7 @@ STATIC PROCEDURE hbrun_Prompt( cCommand )
|
||||
STATIC PROCEDURE hbrun_Usage()
|
||||
|
||||
OutStd( 'Harbour "DOt Prompt" Console / runner ' + HBRawVersion() + hb_eol() +;
|
||||
"Copyright (c) 1999-2010, Przemyslaw Czerpak" + hb_eol() + ;
|
||||
"Copyright (c) 1999-2011, Przemyslaw Czerpak" + hb_eol() + ;
|
||||
"http://harbour-project.org/" + hb_eol() +;
|
||||
hb_eol() +;
|
||||
"Syntax: hbrun [<file[.prg|.hbs|.hrb]> [<parameters,...>]]" + hb_eol() )
|
||||
|
||||
@@ -102,7 +102,7 @@ STATIC s_lDBFAvail := .F.
|
||||
PROCEDURE Main( cPar1, cPar2 )
|
||||
|
||||
OutStd( "Harbour Regression Test Suite" + hb_eol() +;
|
||||
"Copyright (c) 1999-2010, Viktor Szakats" + hb_eol() +;
|
||||
"Copyright (c) 1999-2011, Viktor Szakats" + hb_eol() +;
|
||||
"http://harbour-project.org/" + hb_eol() )
|
||||
|
||||
IF cPar1 == NIL
|
||||
|
||||
Reference in New Issue
Block a user