2009-12-05 04:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* src/pp/hbpp.c
  * src/compiler/hbusage.c
  * utils/hbformat/hbformat.prg
  * utils/hbmk2/hbmk2.hu_HU.po
  * utils/hbmk2/hbmk2.prg
  * utils/hbtest/hbtest.prg
  * utils/hbi18n/hbi18n.prg
  * utils/hbrun/hbrun.prg
    * Copyright year bumped to 2010.
This commit is contained in:
Viktor Szakats
2009-12-05 03:29:12 +00:00
parent bf1e4afd3a
commit 22e65f082a
9 changed files with 24 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
/* Use this format for entry headers:
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name (your_email address)
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
2010-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
This work is licensed under the Creative Commons Attribution-ShareAlike
License. To view a copy of this license, visit
@@ -17,6 +17,17 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-05 04:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/pp/hbpp.c
* src/compiler/hbusage.c
* utils/hbformat/hbformat.prg
* utils/hbmk2/hbmk2.hu_HU.po
* utils/hbmk2/hbmk2.prg
* utils/hbtest/hbtest.prg
* utils/hbi18n/hbi18n.prg
* utils/hbrun/hbrun.prg
* Copyright year bumped to 2010.
2009-12-05 03:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* bin/postinst.bat
+ Syncing C/C++ Harbour build mode with hbmk2 invocation

View File

@@ -6,7 +6,7 @@
* Harbour Project source code:
* Compile help & info related functions
*
* Copyright 1999-2001 Viktor Szakats (harbour.01 syenar.hu)
* Copyright 1999-2010 Viktor Szakats (harbour.01 syenar.hu)
* www - http://www.harbour-project.org
*
* This program is free software; you can redistribute it and/or modify
@@ -269,6 +269,6 @@ void hb_compPrintLogo( HB_COMP_DECL )
hb_compOutStd( HB_COMP_PARAM, szVer );
hb_compOutStd( HB_COMP_PARAM,
"\nCopyright (c) 1999-2009, http://www.harbour-project.org/\n" );
"\nCopyright (c) 1999-2010, http://www.harbour-project.org/\n" );
hb_xfree( szVer );
}

View File

@@ -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-2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
" * Copyright 2008-2010 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
" * www - http://www.harbour-project.org\n"
" *\n"
" * This file is generated automatically by Harbour preprocessor\n"
@@ -761,7 +761,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-2009, http://www.harbour-project.org/\n" );
printf( "Copyright (c) 1999-2010, http://www.harbour-project.org/\n" );
}
if( szFile )

View File

@@ -201,7 +201,7 @@ FUNCTION DirEval( cInitDir, cMask, lRecur, bCode )
STATIC FUNCTION About()
?? "Harbour Source Formatter " + HBRawVersion()
? "Copyright (c) 2009, Alexander S.Kresin"
? "Copyright (c) 2009-2010, Alexander S.Kresin"
? "http://www.harbour-project.org/"
?
? "Syntax: hbformat [options] [@config] file[s]"

View File

@@ -158,7 +158,7 @@ STATIC FUNCTION HBRawVersion()
STATIC PROCEDURE Logo()
OutStd( "Harbour i18n .pot/.hbl file manager " + HBRawVersion() + HB_OSNewLine() +;
"Copyright (c) 2009, Przemyslaw Czerpak" + HB_OSNewLine() + ;
"Copyright (c) 2009-2010, Przemyslaw Czerpak" + HB_OSNewLine() + ;
"http://www.harbour-project.org/" + HB_OSNewLine() +;
HB_OSNewLine() )
RETURN

View File

@@ -700,7 +700,7 @@ msgstr "egyszeri s
#: hbmk2.prg:6959
#, c-format
msgid "Translation (%1$s): (add your name here)"
msgstr "Magyar (%1$s) fordítás: Copyright (c) 2009, Szakáts Viktor"
msgstr "Magyar (%1$s) fordítás: Copyright (c) 2009-2010, Szakáts Viktor"
#: hbmk2.prg:7002
#, c-format

View File

@@ -6,7 +6,7 @@
* Harbour Project source code:
* Harbour Make (alias hbmk, alias hbmk2)
*
* Copyright 1999-2009 Viktor Szakats (harbour.01 syenar.hu)
* Copyright 1999-2010 Viktor Szakats (harbour.01 syenar.hu)
* www - http://www.harbour-project.org
*
* This program is free software; you can redistribute it and/or modify
@@ -7780,7 +7780,7 @@ STATIC PROCEDURE SetUILang( hbmk )
STATIC PROCEDURE ShowHeader( hbmk )
OutStd( "Harbour Make (hbmk2) " + HBRawVersion() + _OUT_EOL +;
"Copyright (c) 1999-2009, Viktor Szakats" + _OUT_EOL +;
"Copyright (c) 1999-2010, Viktor Szakats" + _OUT_EOL +;
"http://www.harbour-project.org/" + _OUT_EOL )
IF !( hbmk[ _HBMK_cUILNG ] == "en-EN" ) .AND. ;

View File

@@ -219,7 +219,7 @@ STATIC PROCEDURE HB_DotPrompt( cCommand )
STATIC PROCEDURE HB_DotUsage()
OutStd( 'Harbour "DOt Prompt" Console / runner ' + HBRawVersion() + HB_OSNewLine() +;
"Copyright (c) 1999-2009, Przemyslaw Czerpak" + HB_OSNewLine() + ;
"Copyright (c) 1999-2010, Przemyslaw Czerpak" + HB_OSNewLine() + ;
"http://www.harbour-project.org/" + HB_OSNewLine() +;
HB_OSNewLine() +;
"Syntax: hbrun [<hrbfile[.prg|.hrb]> [<parameters,...>]]" + HB_OSNewLine() )

View File

@@ -6,7 +6,7 @@
* Harbour Project source code:
* Regression tests for the runtime library (main)
*
* Copyright 1999-2001 Viktor Szakats (harbour.01 syenar.hu)
* Copyright 1999-2010 Viktor Szakats (harbour.01 syenar.hu)
* www - http://www.harbour-project.org
*
* This program is free software; you can redistribute it and/or modify
@@ -102,7 +102,7 @@ STATIC s_nEndTime
PROCEDURE Main( cPar1, cPar2 )
OutStd( "Harbour Regression Test Suite" + HB_OSNewLine() +;
"Copyright (c) 1999-2009, http://www.harbour-project.org/" + HB_OSNewLine() )
"Copyright (c) 1999-2010, http://www.harbour-project.org/" + HB_OSNewLine() )
IF cPar1 == NIL
cPar1 := ""