From b91a3a52218f18fb8cd14afcff74f0bbed980a7a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 3 Dec 2012 14:30:34 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog.txt | 16 ++++++++++++++ harbour/README.txt | 2 +- harbour/contrib/hbformat/utils/hbformat.prg | 2 +- .../contrib/hbnetio/utils/hbnetio/netiomgm.hb | 4 ++-- .../hbnetio/utils/hbnetio/netiosrv.prg | 2 +- harbour/package/harb_win.mft | 2 +- harbour/package/harb_win.rc | 2 +- harbour/src/compiler/hbusage.c | 22 ++++++++++--------- harbour/src/pp/hbpp.c | 6 ++--- harbour/utils/hbi18n/hbi18n.prg | 2 +- harbour/utils/hbmk2/hbmk2.hu_HU.po | 2 +- harbour/utils/hbmk2/hbmk2.prg | 6 ++--- harbour/utils/hbtest/hbtest.prg | 4 ++-- 13 files changed, 45 insertions(+), 27 deletions(-) diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index a43e4c35df..f94799a354 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -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 diff --git a/harbour/README.txt b/harbour/README.txt index cff30ad9ba..e6a45fc859 100644 --- a/harbour/README.txt +++ b/harbour/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. ] diff --git a/harbour/contrib/hbformat/utils/hbformat.prg b/harbour/contrib/hbformat/utils/hbformat.prg index 9d7f8d509c..f9533e925f 100644 --- a/harbour/contrib/hbformat/utils/hbformat.prg +++ b/harbour/contrib/hbformat/utils/hbformat.prg @@ -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] " + hb_eol() + ; diff --git a/harbour/contrib/hbnetio/utils/hbnetio/netiomgm.hb b/harbour/contrib/hbnetio/utils/hbnetio/netiomgm.hb index c0448d7bc9..1116bd6b25 100644 --- a/harbour/contrib/hbnetio/utils/hbnetio/netiomgm.hb +++ b/harbour/contrib/hbnetio/utils/hbnetio/netiomgm.hb @@ -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 diff --git a/harbour/contrib/hbnetio/utils/hbnetio/netiosrv.prg b/harbour/contrib/hbnetio/utils/hbnetio/netiosrv.prg index efb8704cba..04e928a9ac 100644 --- a/harbour/contrib/hbnetio/utils/hbnetio/netiosrv.prg +++ b/harbour/contrib/hbnetio/utils/hbnetio/netiosrv.prg @@ -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() ) diff --git a/harbour/package/harb_win.mft b/harbour/package/harb_win.mft index d5d1cf131b..fdaf885b60 100644 --- a/harbour/package/harb_win.mft +++ b/harbour/package/harb_win.mft @@ -1,5 +1,5 @@  - + \n" + " * Copyright 2006-2013 Przemyslaw Czerpak \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 \n" + " * Copyright 2008-2013 Przemyslaw Czerpak \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 ) diff --git a/harbour/utils/hbi18n/hbi18n.prg b/harbour/utils/hbi18n/hbi18n.prg index 1a6fb2eeee..d4fef9d951 100644 --- a/harbour/utils/hbi18n/hbi18n.prg +++ b/harbour/utils/hbi18n/hbi18n.prg @@ -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() ) diff --git a/harbour/utils/hbmk2/hbmk2.hu_HU.po b/harbour/utils/hbmk2/hbmk2.hu_HU.po index fd5811c88b..b5babf5b81 100644 --- a/harbour/utils/hbmk2/hbmk2.hu_HU.po +++ b/harbour/utils/hbmk2/hbmk2.hu_HU.po @@ -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 diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 274e3bb902..143e934aa6 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/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. ; diff --git a/harbour/utils/hbtest/hbtest.prg b/harbour/utils/hbtest/hbtest.prg index 63876ace82..f68f172db2 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-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