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.
This commit is contained in:
Viktor Szakats
2011-12-13 02:35:06 +00:00
parent 930ee4580e
commit eee41e6a0f
14 changed files with 34 additions and 18 deletions

View File

@@ -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

View File

@@ -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. ]

View File

@@ -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] <file[s]>" + hb_eol() +;

View File

@@ -969,7 +969,7 @@ STATIC FUNCTION GetSource()
LOCAL s := ""
LOCAL txt_:= {}
aadd( txt_, '/* Copyright 2009-2011 Pritpal Bedi <bedipritpal@hotmail.com> ' )
aadd( txt_, '/* Copyright 2009-2012 Pritpal Bedi <bedipritpal@hotmail.com> ' )
aadd( txt_, ' * ' )
aadd( txt_, ' * This program is free software; you can redistribute it and/or modify ' )
aadd( txt_, '*/ ' )

View File

@@ -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

View File

@@ -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 <druzus / at / priv.onet.pl>
* 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() )

View File

@@ -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() )

View File

@@ -7,7 +7,7 @@
* "DOt Prompt" Console and .prg/.hrb runner for the Harbour Language
*
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* 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 [<file[.prg|.hbs|.hrb]> [<parameters,...>]]" + hb_eol() )

View File

@@ -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 );
}

View File

@@ -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 <druzus / at / priv.onet.pl>\n"
" * Copyright 2006-2012 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
" * www - http://harbour-project.org\n"
" *\n"
" * This file is generated automatically by Harbour preprocessor\n"

View File

@@ -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

View File

@@ -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

View File

@@ -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. ;

View File

@@ -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