diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 43e6fb01ae..4c934a135c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/INSTALL b/harbour/INSTALL index bb365e977e..13963983a9 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -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. ] diff --git a/harbour/contrib/hbide/ideprojmanager.prg b/harbour/contrib/hbide/ideprojmanager.prg index 83ac6462ab..f527b78099 100644 --- a/harbour/contrib/hbide/ideprojmanager.prg +++ b/harbour/contrib/hbide/ideprojmanager.prg @@ -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 ) } ) diff --git a/harbour/contrib/hbide/idethemes.prg b/harbour/contrib/hbide/idethemes.prg index 88f5c03dcf..82baa82b6f 100644 --- a/harbour/contrib/hbide/idethemes.prg +++ b/harbour/contrib/hbide/idethemes.prg @@ -943,7 +943,7 @@ STATIC FUNCTION GetSource() LOCAL s := "" LOCAL txt_:= {} - aadd( txt_, '/* Copyright 2009-2010 Pritpal Bedi ' ) + aadd( txt_, '/* Copyright 2009-2011 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/netiosrv.prg b/harbour/contrib/hbnetio/utils/netiosrv.prg index b30e13c6b6..7c2f8105e8 100644 --- a/harbour/contrib/hbnetio/utils/netiosrv.prg +++ b/harbour/contrib/hbnetio/utils/netiosrv.prg @@ -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() ) diff --git a/harbour/src/compiler/hbusage.c b/harbour/src/compiler/hbusage.c index 985bb045f3..fb6dac2513 100644 --- a/harbour/src/compiler/hbusage.c +++ b/harbour/src/compiler/hbusage.c @@ -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 ); } diff --git a/harbour/src/pp/hbpp.c b/harbour/src/pp/hbpp.c index 61331e6976..4b292f6bd9 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 Przemyslaw Czerpak \n" + " * Copyright 2006-2011 Przemyslaw Czerpak \n" " * www - http://harbour-project.org\n" " *\n" " * This file is generated automatically by Harbour preprocessor\n" diff --git a/harbour/utils/hbformat/hbformat.prg b/harbour/utils/hbformat/hbformat.prg index eeb520d0b3..9b7499050c 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-2010, Alexander S.Kresin" + ? "Copyright (c) 2009-2011, Alexander S.Kresin" ? "http://harbour-project.org/" ? ? "Syntax: hbformat [options] [@config] file[s]" diff --git a/harbour/utils/hbi18n/hbi18n.prg b/harbour/utils/hbi18n/hbi18n.prg index 3a0e6f372f..e7e1f9969e 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_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 diff --git a/harbour/utils/hbmk2/hbmk2.hu_HU.po b/harbour/utils/hbmk2/hbmk2.hu_HU.po index 39c5a853a9..83a47cd2cf 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 #, 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 diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 178b2573e8..c0430e2e46 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-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. ; diff --git a/harbour/utils/hbrun/hbrun.prg b/harbour/utils/hbrun/hbrun.prg index dfc333db33..6b36c5e979 100644 --- a/harbour/utils/hbrun/hbrun.prg +++ b/harbour/utils/hbrun/hbrun.prg @@ -7,7 +7,7 @@ * "DOt Prompt" Console and .prg/.hrb runner for the Harbour Language * * Copyright 2007 Przemyslaw Czerpak - * 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 [ []]" + hb_eol() ) diff --git a/harbour/utils/hbtest/hbtest.prg b/harbour/utils/hbtest/hbtest.prg index 3aace00e06..3e2cde5fc4 100644 --- a/harbour/utils/hbtest/hbtest.prg +++ b/harbour/utils/hbtest/hbtest.prg @@ -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