From 22e65f082a3a02d599ecb0e450ede58fb0867d2e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 5 Dec 2009 03:29:12 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 13 ++++++++++++- harbour/src/compiler/hbusage.c | 4 ++-- harbour/src/pp/hbpp.c | 4 ++-- harbour/utils/hbformat/hbformat.prg | 2 +- harbour/utils/hbi18n/hbi18n.prg | 2 +- harbour/utils/hbmk2/hbmk2.hu_HU.po | 2 +- harbour/utils/hbmk2/hbmk2.prg | 4 ++-- harbour/utils/hbrun/hbrun.prg | 2 +- harbour/utils/hbtest/hbtest.prg | 4 ++-- 9 files changed, 24 insertions(+), 13 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index caa46584d0..cb330a8c1a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/src/compiler/hbusage.c b/harbour/src/compiler/hbusage.c index 547925760f..51800e30e5 100644 --- a/harbour/src/compiler/hbusage.c +++ b/harbour/src/compiler/hbusage.c @@ -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 ); } diff --git a/harbour/src/pp/hbpp.c b/harbour/src/pp/hbpp.c index 21498f1eca..22b910e475 100644 --- a/harbour/src/pp/hbpp.c +++ b/harbour/src/pp/hbpp.c @@ -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 \n" + " * Copyright 2008-2010 Przemyslaw Czerpak \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 ) diff --git a/harbour/utils/hbformat/hbformat.prg b/harbour/utils/hbformat/hbformat.prg index 8ca9480218..398ad8a684 100644 --- a/harbour/utils/hbformat/hbformat.prg +++ b/harbour/utils/hbformat/hbformat.prg @@ -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]" diff --git a/harbour/utils/hbi18n/hbi18n.prg b/harbour/utils/hbi18n/hbi18n.prg index 3cff702500..0b20cd0998 100644 --- a/harbour/utils/hbi18n/hbi18n.prg +++ b/harbour/utils/hbi18n/hbi18n.prg @@ -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 diff --git a/harbour/utils/hbmk2/hbmk2.hu_HU.po b/harbour/utils/hbmk2/hbmk2.hu_HU.po index d425168294..c320b6702c 100644 --- a/harbour/utils/hbmk2/hbmk2.hu_HU.po +++ b/harbour/utils/hbmk2/hbmk2.hu_HU.po @@ -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 diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index d97e0ff609..ee30c1aaad 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -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. ; diff --git a/harbour/utils/hbrun/hbrun.prg b/harbour/utils/hbrun/hbrun.prg index f67e8ca051..9b3d8e1d10 100644 --- a/harbour/utils/hbrun/hbrun.prg +++ b/harbour/utils/hbrun/hbrun.prg @@ -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 [ []]" + HB_OSNewLine() ) diff --git a/harbour/utils/hbtest/hbtest.prg b/harbour/utils/hbtest/hbtest.prg index 761de0fbf8..6300a00196 100644 --- a/harbour/utils/hbtest/hbtest.prg +++ b/harbour/utils/hbtest/hbtest.prg @@ -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 := ""