2012-11-03 19:22 UTC+0100 Viktor Szakats (harbour syenar.net)

* src/pp/hbpp.c
    ! bumped copyright year to 2012
This commit is contained in:
Viktor Szakats
2012-11-03 18:23:41 +00:00
parent d8a33f2581
commit f1ad3f0e97
2 changed files with 7 additions and 3 deletions

View File

@@ -16,10 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-11-03 19:22 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/pp/hbpp.c
! bumped copyright year to 2012
2012-11-02 19:47 UTC+0100 Viktor Szakats (harbour syenar.net)
* config/postinst.hb
+ compile list of all available contrib functions (into
a file named 'hbmk2.hbr'), so hbmk2 can use it as for
a file named 'hbmk2.hbr'), so hbmk2 can use it for
hints for libs, even if they are not built/installed on
the user's system.

View File

@@ -343,7 +343,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-2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
" * Copyright 2008-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"
@@ -765,7 +765,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-2011, http://harbour-project.org/\n" );
printf( "Copyright (c) 1999-2012, http://harbour-project.org/\n" );
}
if( szFile )