diff --git a/harbour/ChangeLog b/harbour/ChangeLog index df5646600a..3058d17278 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,22 @@ The license applies to all entries newer than 2009-04-28. */ +2010-12-13 03:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * src/pp/hbpp.c + * src/compiler/hbusage.c + * contrib/hbnetio/utils/hbnetio/netiosrv.prg + * contrib/hbnetio/utils/hbnetio/netiomgm.prg + * contrib/hbnetio/utils/hbnetioq/netiosrq.prg + * contrib/hbformat/utils/hbformat.prg + * contrib/hbide/idethemes.prg + * contrib/hbrun/hbrun.prg + * utils/hbmk2/hbmk2.hu_HU.po + * utils/hbmk2/hbmk2.prg + * utils/hbi18n/hbi18n.prg + * utils/hbtest/hbtest.prg + * INSTALL + * Bumped copyright year to 2012. + 2011-12-13 01:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnetio/utils/hbnetio/netiosrv.prg * contrib/hbnetio/utils/hbnetio/netiosvc.prg diff --git a/harbour/INSTALL b/harbour/INSTALL index c1b13a82b1..7b44f48757 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -1756,7 +1756,7 @@ HARBOUR http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ChangeLog -[ Copyright (c) 2009-2011 Viktor Szakats (harbour.01 syenar.hu) +[ Copyright (c) 2009-2012 Viktor Szakats (harbour.01 syenar.hu) Licensed under Creative Commons Attribution-ShareAlike 3.0: http://creativecommons.org/licenses/by-sa/3.0/ See COPYING. ] diff --git a/harbour/contrib/hbformat/utils/hbformat.prg b/harbour/contrib/hbformat/utils/hbformat.prg index 08a450ace8..7bdffad60b 100644 --- a/harbour/contrib/hbformat/utils/hbformat.prg +++ b/harbour/contrib/hbformat/utils/hbformat.prg @@ -193,7 +193,7 @@ STATIC PROCEDURE DirEval( cInitDir, cMask, lRecur, bCode ) STATIC PROCEDURE About() OutStd( "Harbour Source Formatter " + HBRawVersion() + hb_eol() +; - "Copyright (c) 2009-2011, Alexander S.Kresin" + hb_eol() +; + "Copyright (c) 2009-2012, Alexander S.Kresin" + hb_eol() +; "http://harbour-project.org/" + hb_eol() +; hb_eol() +; "Syntax: hbformat [options] [@config] " + hb_eol() +; diff --git a/harbour/contrib/hbide/idethemes.prg b/harbour/contrib/hbide/idethemes.prg index 7a5f3028ec..757f85f007 100644 --- a/harbour/contrib/hbide/idethemes.prg +++ b/harbour/contrib/hbide/idethemes.prg @@ -969,7 +969,7 @@ STATIC FUNCTION GetSource() LOCAL s := "" LOCAL txt_:= {} - aadd( txt_, '/* Copyright 2009-2011 Pritpal Bedi ' ) + aadd( txt_, '/* Copyright 2009-2012 Pritpal Bedi ' ) aadd( txt_, ' * ' ) aadd( txt_, ' * This program is free software; you can redistribute it and/or modify ' ) aadd( txt_, '*/ ' ) diff --git a/harbour/contrib/hbnetio/utils/hbnetio/netiomgm.prg b/harbour/contrib/hbnetio/utils/hbnetio/netiomgm.prg index f2cbbf5f62..a1016fa353 100644 --- a/harbour/contrib/hbnetio/utils/hbnetio/netiomgm.prg +++ b/harbour/contrib/hbnetio/utils/hbnetio/netiomgm.prg @@ -6,7 +6,7 @@ * Harbour Project source code: * Harbour NETIO server management client engine * - * Copyright 2009-2011 Viktor Szakats (harbour.01 syenar.hu) + * Copyright 2009-2012 Viktor Szakats (harbour.01 syenar.hu) * www - http://harbour-project.org * * This program is free software; you can redistribute it and/or modify @@ -334,7 +334,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-2011, Viktor Szakats" ) + hbnetiocon_dispevent( netiocli, "Copyright (c) 2009-2012, 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 d8a7cf45e7..d74829b592 100644 --- a/harbour/contrib/hbnetio/utils/hbnetio/netiosrv.prg +++ b/harbour/contrib/hbnetio/utils/hbnetio/netiosrv.prg @@ -6,7 +6,7 @@ * Harbour Project source code: * Harbour NETIO server daemon * - * Copyright 2010-2011 Viktor Szakats (harbour.01 syenar.hu) + * Copyright 2010-2012 Viktor Szakats (harbour.01 syenar.hu) * Copyright 2009 Przemyslaw Czerpak * www - http://harbour-project.org * @@ -816,7 +816,7 @@ STATIC PROCEDURE ShowConfig( netiosrv, netiomgm ) STATIC PROCEDURE HB_Logo() OutStd( "Harbour NETIO Server " + StrTran( Version(), "Harbour " ) + hb_eol() +; - "Copyright (c) 2009-2011, Przemyslaw Czerpak, Viktor Szakats" + hb_eol() + ; + "Copyright (c) 2009-2012, Przemyslaw Czerpak, Viktor Szakats" + hb_eol() + ; "http://harbour-project.org/" + hb_eol() +; hb_eol() ) diff --git a/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg b/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg index 727c7b642e..05821ba91a 100644 --- a/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg +++ b/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg @@ -833,7 +833,7 @@ STATIC FUNCTION AppSys() STATIC PROCEDURE HB_Logo() MsgBox( "Harbour NETIO Server Management Console " + StrTran( Version(), "Harbour " ) + hb_eol() +; - "Copyright (c) 2009-2011, Pritpal Bedi, Viktor Szakats" + hb_eol() + ; + "Copyright (c) 2009-2012, Pritpal Bedi, Viktor Szakats" + hb_eol() + ; "http://harbour-project.org/" + hb_eol() +; hb_eol() ) diff --git a/harbour/contrib/hbrun/hbrun.prg b/harbour/contrib/hbrun/hbrun.prg index 712b47253d..e63f1246f7 100644 --- a/harbour/contrib/hbrun/hbrun.prg +++ b/harbour/contrib/hbrun/hbrun.prg @@ -7,7 +7,7 @@ * "DOt Prompt" Console and .prg/.hrb runner for the Harbour Language * * Copyright 2007 Przemyslaw Czerpak - * Copyright 2008-2011 Viktor Szakats (harbour.01 syenar.hu) + * Copyright 2008-2012 Viktor Szakats (harbour.01 syenar.hu) * www - http://harbour-project.org * * This program is free software; you can redistribute it and/or modify @@ -507,7 +507,7 @@ STATIC FUNCTION hbrun_GetHidden() STATIC PROCEDURE hbrun_Usage() OutStd( 'Harbour "DOt Prompt" Console / runner ' + HBRawVersion() + hb_eol() +; - "Copyright (c) 1999-2011, Przemyslaw Czerpak, Viktor Szakats" + hb_eol() + ; + "Copyright (c) 1999-2012, Przemyslaw Czerpak, Viktor Szakats" + hb_eol() + ; "http://harbour-project.org/" + hb_eol() +; hb_eol() +; "Syntax: hbrun [ []]" + hb_eol() ) diff --git a/harbour/src/compiler/hbusage.c b/harbour/src/compiler/hbusage.c index 184972eced..a4bec17af7 100644 --- a/harbour/src/compiler/hbusage.c +++ b/harbour/src/compiler/hbusage.c @@ -274,6 +274,6 @@ void hb_compPrintLogo( HB_COMP_DECL ) hb_compOutStd( HB_COMP_PARAM, szVer ); hb_compOutStd( HB_COMP_PARAM, - "\nCopyright (c) 1999-2011, http://harbour-project.org/\n" ); + "\nCopyright (c) 1999-2012, http://harbour-project.org/\n" ); hb_xfree( szVer ); } diff --git a/harbour/src/pp/hbpp.c b/harbour/src/pp/hbpp.c index 9012d6d321..8ca4992581 100644 --- a/harbour/src/pp/hbpp.c +++ b/harbour/src/pp/hbpp.c @@ -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-2011 Przemyslaw Czerpak \n" + " * Copyright 2006-2012 Przemyslaw Czerpak \n" " * www - http://harbour-project.org\n" " *\n" " * This file is generated automatically by Harbour preprocessor\n" diff --git a/harbour/utils/hbi18n/hbi18n.prg b/harbour/utils/hbi18n/hbi18n.prg index 284f360a4a..455ca3250a 100644 --- a/harbour/utils/hbi18n/hbi18n.prg +++ b/harbour/utils/hbi18n/hbi18n.prg @@ -160,7 +160,7 @@ STATIC FUNCTION HBRawVersion() STATIC PROCEDURE Logo() OutStd( "Harbour i18n .pot/.hbl file manager " + HBRawVersion() + hb_eol() +; - "Copyright (c) 2009-2011, Przemyslaw Czerpak" + hb_eol() + ; + "Copyright (c) 2009-2012, Przemyslaw Czerpak" + hb_eol() + ; "http://harbour-project.org/" + hb_eol() +; hb_eol() ) RETURN diff --git a/harbour/utils/hbmk2/hbmk2.hu_HU.po b/harbour/utils/hbmk2/hbmk2.hu_HU.po index e7f03bd2fb..a4208ae0f7 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 #, c-format msgid "Translation (%1$s): (add your name here)" -msgstr "Magyar (%1$s) fordítás: Copyright (c) 2009-2011, Szakáts Viktor" +msgstr "Magyar (%1$s) fordítás: Copyright (c) 2009-2012, Szakáts Viktor" #: hbmk2.prg:7941 hbmk2.prg:11633 #, c-format diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index e42a027af3..9caff754d9 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-2011 Viktor Szakats (harbour.01 syenar.hu) + * Copyright 1999-2012 Viktor Szakats (harbour.01 syenar.hu) * www - http://harbour-project.org * * This program is free software; you can redistribute it and/or modify @@ -12131,7 +12131,7 @@ STATIC PROCEDURE ShowHeader( hbmk ) LOCAL cTrsTextI OutStd( "Harbour Make (hbmk2) " + HBRawVersion() + _OUT_EOL +; - "Copyright (c) 1999-2011, Viktor Szakats" + _OUT_EOL +; + "Copyright (c) 1999-2012, Viktor Szakats" + _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 3e2cde5fc4..cd292b6b93 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-2010 Viktor Szakats (harbour.01 syenar.hu) + * Copyright 1999-2012 Viktor Szakats (harbour.01 syenar.hu) * www - http://harbour-project.org * * This program is free software; you can redistribute it and/or modify @@ -102,7 +102,7 @@ STATIC s_lDBFAvail := .F. PROCEDURE Main( cPar1, cPar2 ) OutStd( "Harbour Regression Test Suite" + hb_eol() +; - "Copyright (c) 1999-2011, Viktor Szakats" + hb_eol() +; + "Copyright (c) 1999-2012, Viktor Szakats" + hb_eol() +; "http://harbour-project.org/" + hb_eol() ) IF cPar1 == NIL