From f1ad3f0e97779910d6eefb21848ec7bc2876db5f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 3 Nov 2012 18:23:41 +0000 Subject: [PATCH] 2012-11-03 19:22 UTC+0100 Viktor Szakats (harbour syenar.net) * src/pp/hbpp.c ! bumped copyright year to 2012 --- harbour/ChangeLog | 6 +++++- harbour/src/pp/hbpp.c | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c4bc5adc2a..e913a28021 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/src/pp/hbpp.c b/harbour/src/pp/hbpp.c index 6ab3d0bd56..695ff6ba1c 100644 --- a/harbour/src/pp/hbpp.c +++ b/harbour/src/pp/hbpp.c @@ -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 \n" + " * Copyright 2008-2012 Przemyslaw Czerpak \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 )