diff --git a/.gitlab-page.sh b/.gitlab-page.sh index 10d021fc..2cc34ad8 100755 --- a/.gitlab-page.sh +++ b/.gitlab-page.sh @@ -70,7 +70,7 @@ echo "
  • Bug tracker : echo "
  • Open Hub : https://www.openhub.net/p/grafx2
  • " >> ${OUTFILE} echo "" >> ${OUTFILE} echo "

    Copyright (C)1996-2001 Sunset Design (G.Dorme & K.Maritaud)
    " >> ${OUTFILE} -echo "Copyright (C)2007-2021 the Grafx2 Project Team (A.Destugues & Y.Rizoud & T.Bernard)

    " >> ${OUTFILE} +echo "Copyright (C)2007-2022 the Grafx2 Project Team (A.Destugues & Y.Rizoud & T.Bernard)

    " >> ${OUTFILE} echo "" >> ${OUTFILE} echo "" >> ${OUTFILE} diff --git a/doc/README.txt b/doc/README.txt index 64f7cc27..e828e248 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -6,7 +6,7 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ GrafX2 - The Ultimate 256-color bitmap paint program Copyright (C)1996-2001 Sunset Design (G.Dorme & K.Maritaud) -Copyright (C)2007-2021 the Grafx2 Project Team (A.Destugues & Y.Rizoud +Copyright (C)2007-2022 the Grafx2 Project Team (A.Destugues & Y.Rizoud & T.Bernard) ------------------------------------- @@ -82,8 +82,9 @@ Sends greetings and glops to pouet.net : http://pouet.net/prod.php?which=51865 === HISTORY === Short revision history : - * ??/2021 2.8 Fix several crashes + * 03/2021 2.8 Fix several crashes More Amstrad CPC file formats support + Load and save SymbOS SGX files * 02/2020 2.7 Relative directory bookmarks Many more 8bits/16bits computer formats supported Joystick and mouse control rework diff --git a/src/Info.plist b/src/Info.plist index 5b00bc39..7ed115c8 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -27,7 +27,7 @@ NSPrincipalClass NSApplication NSHumanReadableCopyright - Copyright 2008-2021 the Grafx2 project team. + Copyright 2008-2022 the Grafx2 project team. MacOS X version by Franck Charlet. diff --git a/src/buttons.c b/src/buttons.c index 5b0a6add..2c49db67 100644 --- a/src/buttons.c +++ b/src/buttons.c @@ -160,7 +160,7 @@ void Button_Message_initial(void) for (x=14,x_pos=0; x_pos<231; x_pos++,x++) Pixel_in_window(x,y,Gfx->Logo_grafx2[offs_y+x_pos]); - Print_in_window(130-4*26,88,"Copyright (c) 2007-2020 by",MC_Dark,MC_Light); + Print_in_window(130-4*26,88,"Copyright (c) 2007-2022 by",MC_Dark,MC_Light); Print_in_window(130-4*23,100,"the Grafx2 project team",MC_Black,MC_Light); Print_in_window(130-4*26,112,"Copyright (c) 1996-2001 by",MC_Dark,MC_Light); Print_in_window(130-4*13,122,"Sunset Design",MC_Black,MC_Light); diff --git a/src/gfx2.rc b/src/gfx2.rc index a1bac2c8..8ffaa0c3 100644 --- a/src/gfx2.rc +++ b/src/gfx2.rc @@ -25,7 +25,7 @@ BEGIN VALUE "FileDescription", "The ultimate 256-color painting programm" VALUE "FileVersion", "2.8.3091" VALUE "InternalName", "grafx2" - VALUE "LegalCopyright", "(c) 2007-2021 The GrafX2 Team, (c) 1996-2001 Sunset Design" + VALUE "LegalCopyright", "(c) 2007-2022 The GrafX2 Team, (c) 1996-2001 Sunset Design" VALUE "OriginalFilename", "grafx2.exe" VALUE "ProductName", "GrafX2" VALUE "ProductVersion", "2.8.3091" diff --git a/src/helpfile.h b/src/helpfile.h index 7105cb8f..c03e53bc 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -62,7 +62,7 @@ static const T_Help_table helptable_about[] = HELP_TEXT ("") HELP_TEXT (" http://grafx2.tk") HELP_TEXT ("") - HELP_TEXT ("Copyright 2007-2020, the Grafx2 project team") + HELP_TEXT ("Copyright 2007-2022, the Grafx2 project team") HELP_TEXT (" 1996-2001, SUNSET DESIGN") }; static const T_Help_table helptable_licence[] =