fork of PCE focusing on macplus, supporting DaynaPort SCSI network emulation
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update the copyright year

+78 -77
+4 -4
src/arch/atarist/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/arch/atarist/main.c * 7 7 * Created: 2011-03-17 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2011-2020 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2011-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 95 95 fputs ( 96 96 "pce-atarist version " PCE_VERSION_STR 97 97 "\n\n" 98 - "Copyright (C) 2011-2020 Hampa Hug <hampa@hampa.ch>\n", 98 + "Copyright (C) 2011-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 99 99 stdout 100 100 ); 101 101 ··· 107 107 { 108 108 pce_log (MSG_INF, 109 109 "pce-atarist version " PCE_VERSION_STR "\n" 110 - "Copyright (C) 2011-2020 Hampa Hug <hampa@hampa.ch>\n" 110 + "Copyright (C) 2011-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n" 111 111 ); 112 112 } 113 113
+4 -4
src/arch/cpm80/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/arch/cpm80/main.c * 7 7 * Created: 2012-11-28 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2012-2021 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2012-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 85 85 fputs ( 86 86 "pce-cpm80 version " PCE_VERSION_STR 87 87 "\n\n" 88 - "Copyright (C) 2012-2021 Hampa Hug <hampa@hampa.ch>\n", 88 + "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 89 89 stdout 90 90 ); 91 91 ··· 97 97 { 98 98 pce_log (MSG_MSG, 99 99 "pce-cpm80 version " PCE_VERSION_STR "\n" 100 - "Copyright (C) 2012-2021 Hampa Hug <hampa@hampa.ch>\n" 100 + "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n" 101 101 ); 102 102 } 103 103
+3 -3
src/arch/dos/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/arch/dos/main.c * 7 7 * Created: 2012-12-30 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2012-2020 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2012-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 73 73 fputs ( 74 74 "pce-dos version " PCE_VERSION_STR 75 75 "\n\n" 76 - "Copyright (C) 2012-2020 Hampa Hug <hampa@hampa.ch>\n", 76 + "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 77 77 stdout 78 78 ); 79 79
+4 -4
src/arch/ibmpc/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/arch/ibmpc/main.c * 7 7 * Created: 1999-04-16 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 1999-2020 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 1999-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 95 95 fputs ( 96 96 "pce-ibmpc version " PCE_VERSION_STR 97 97 "\n\n" 98 - "Copyright (C) 1995-2020 Hampa Hug <hampa@hampa.ch>\n", 98 + "Copyright (C) 1995-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 99 99 stdout 100 100 ); 101 101 ··· 107 107 { 108 108 pce_log (MSG_MSG, 109 109 "pce-ibmpc version " PCE_VERSION_STR "\n" 110 - "Copyright (C) 1995-2020 Hampa Hug <hampa@hampa.ch>\n" 110 + "Copyright (C) 1995-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n" 111 111 ); 112 112 } 113 113
+4 -4
src/arch/macplus/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/arch/macplus/main.c * 7 7 * Created: 2007-04-15 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2007-2020 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2007-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 101 101 fputs ( 102 102 "pce-macplus version " PCE_VERSION_STR 103 103 "\n\n" 104 - "Copyright (C) 2007-2020 Hampa Hug <hampa@hampa.ch>\n", 104 + "Copyright (C) 2007-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 105 105 stdout 106 106 ); 107 107 ··· 113 113 { 114 114 pce_log (MSG_MSG, 115 115 "pce-macplus version " PCE_VERSION_STR "\n" 116 - "Copyright (C) 2007-2020 Hampa Hug <hampa@hampa.ch>\n" 116 + "Copyright (C) 2007-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n" 117 117 ); 118 118 } 119 119
+4 -4
src/arch/rc759/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/arch/rc759/main.c * 7 7 * Created: 2012-06-29 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2012-2021 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2012-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 92 92 fputs ( 93 93 "pce-rc759 version " PCE_VERSION_STR 94 94 "\n\n" 95 - "Copyright (C) 2012-2020 Hampa Hug <hampa@hampa.ch>\n", 95 + "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 96 96 stdout 97 97 ); 98 98 ··· 104 104 { 105 105 pce_log (MSG_MSG, 106 106 "pce-rc759 version " PCE_VERSION_STR "\n" 107 - "Copyright (C) 2012-2020 Hampa Hug <hampa@hampa.ch>\n" 107 + "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n" 108 108 ); 109 109 } 110 110
+4 -4
src/arch/sim405/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/arch/sim405/main.c * 7 7 * Created: 2004-06-01 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2004-2020 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2004-2022 Hampa Hug <hampa@hampa.ch> * 9 9 * Copyright: (C) 2004-2006 Lukas Ruf <ruf@lpr.ch> * 10 10 *****************************************************************************/ 11 11 ··· 16 16 * * 17 17 * This program is distributed in the hope that it will be useful, but * 18 18 * WITHOUT ANY WARRANTY, without even the implied warranty of * 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 20 20 * Public License for more details. * 21 21 *****************************************************************************/ 22 22 ··· 96 96 fputs ( 97 97 "pce-sim405 version " PCE_VERSION_STR 98 98 "\n\n" 99 - "Copyright (C) 2004-2020 Hampa Hug <hampa@hampa.ch>\n", 99 + "Copyright (C) 2004-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 100 100 stdout 101 101 ); 102 102 ··· 108 108 { 109 109 pce_log (MSG_MSG, 110 110 "pce-sim405 version " PCE_VERSION_STR "\n" 111 - "Copyright (C) 2004-2020 Hampa Hug <hampa@hampa.ch>\n" 111 + "Copyright (C) 2004-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n" 112 112 ); 113 113 } 114 114
+4 -4
src/arch/simarm/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/arch/simarm/main.c * 7 7 * Created: 2004-11-04 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2004-2020 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2004-2022 Hampa Hug <hampa@hampa.ch> * 9 9 * Copyright: (C) 2004-2006 Lukas Ruf <ruf@lpr.ch> * 10 10 *****************************************************************************/ 11 11 ··· 16 16 * * 17 17 * This program is distributed in the hope that it will be useful, but * 18 18 * WITHOUT ANY WARRANTY, without even the implied warranty of * 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 20 20 * Public License for more details. * 21 21 *****************************************************************************/ 22 22 ··· 92 92 fputs ( 93 93 "pce-simarm version " PCE_VERSION_STR 94 94 "\n\n" 95 - "Copyright (C) 1995-2020 Hampa Hug <hampa@hampa.ch>\n", 95 + "Copyright (C) 1995-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 96 96 stdout 97 97 ); 98 98 ··· 104 104 { 105 105 pce_log (MSG_MSG, 106 106 "pce-simarm version " PCE_VERSION_STR "\n" 107 - "Copyright (C) 2004-2020 Hampa Hug <hampa@hampa.ch>\n" 107 + "Copyright (C) 2004-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n" 108 108 ); 109 109 } 110 110
+4 -4
src/arch/sims32/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/arch/sims32/main.c * 7 7 * Created: 2004-09-28 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2004-2020 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2004-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 71 71 fputs ( 72 72 "pce sims32 version " PCE_VERSION_STR 73 73 "\n\n" 74 - "Copyright (C) 1995-2020 Hampa Hug <hampa@hampa.ch>\n", 74 + "Copyright (C) 1995-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 75 75 stdout 76 76 ); 77 77 ··· 259 259 260 260 pce_log (MSG_INF, 261 261 "pce sims32 version " PCE_VERSION_STR "\n" 262 - "Copyright (C) 1995-2012 Hampa Hug <hampa@hampa.ch>\n" 262 + "Copyright (C) 1995-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n" 263 263 ); 264 264 265 265 if (pce_load_config (par_cfg, cfg)) {
+4 -4
src/arch/vic20/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/arch/vic20/main.c * 7 7 * Created: 2020-04-18 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2020 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2020-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 95 95 fputs ( 96 96 "pce-vic20 version " PCE_VERSION_STR 97 97 "\n\n" 98 - "Copyright (C) 2020 Hampa Hug <hampa@hampa.ch>\n", 98 + "Copyright (C) 2020-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 99 99 stdout 100 100 ); 101 101 ··· 107 107 { 108 108 pce_log (MSG_INF, 109 109 "pce-vic20 version " PCE_VERSION_STR "\n" 110 - "Copyright (C) 2020 Hampa Hug <hampa@hampa.ch>\n" 110 + "Copyright (C) 2020-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n" 111 111 ); 112 112 } 113 113
+4 -5
src/config.h.in
··· 5 5 /***************************************************************************** 6 6 * File name: src/config.h.in * 7 7 * Created: 2002-12-16 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2002-2019 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2002-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 27 27 #ifndef _GNU_SOURCE 28 28 #define _GNU_SOURCE 1 29 29 #endif 30 - 31 30 32 31 #ifndef _NETBSD_SOURCE 33 32 #define _NETBSD_SOURCE 1 34 33 #endif 35 34 36 - 37 35 #undef PCE_LARGE_FILE 38 36 39 37 #ifdef PCE_LARGE_FILE ··· 41 39 #define _FILE_OFFSET_BITS 64 42 40 #endif 43 41 #endif 44 - 45 42 46 43 #undef HAVE_FCNTL_H 47 44 #undef HAVE_INTTYPES_H ··· 66 63 #undef HAVE_NANOSLEEP 67 64 #undef HAVE_SLEEP 68 65 #undef HAVE_GETTIMEOFDAY 66 + 67 + #define PCE_YEAR "2022" 69 68 70 69 #undef PCE_VERSION_MAJ 71 70 #undef PCE_VERSION_MIN
+20 -18
src/config.inc.in
··· 1 - ;***************************************************************************** 2 - ;* pce * 3 - ;***************************************************************************** 1 + ;----------------------------------------------------------------------------- 2 + ; pce 3 + ;----------------------------------------------------------------------------- 4 4 5 - ;***************************************************************************** 6 - ;* File name: src/config.inc.in * 7 - ;* Created: 2003-09-03 by Hampa Hug <hampa@hampa.ch> * 8 - ;* Copyright: (C) 2003-2009 Hampa Hug <hampa@hampa.ch> * 9 - ;***************************************************************************** 5 + ;----------------------------------------------------------------------------- 6 + ; File name: src/config.inc.in 7 + ; Created: 2003-09-03 by Hampa Hug <hampa@hampa.ch> 8 + ; Copyright: (C) 2003-2022 Hampa Hug <hampa@hampa.ch> 9 + ;----------------------------------------------------------------------------- 10 10 11 - ;***************************************************************************** 12 - ;* This program is free software. You can redistribute it and / or modify it * 13 - ;* under the terms of the GNU General Public License version 2 as published * 14 - ;* by the Free Software Foundation. * 15 - ;* * 16 - ;* This program is distributed in the hope that it will be useful, but * 17 - ;* WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - ;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 - ;* Public License for more details. * 20 - ;***************************************************************************** 11 + ;----------------------------------------------------------------------------- 12 + ; This program is free software. You can redistribute it and / or modify it 13 + ; under the terms of the GNU General Public License version 2 as published 14 + ; by the Free Software Foundation. 15 + ; 16 + ; This program is distributed in the hope that it will be useful, but 17 + ; WITHOUT ANY WARRANTY, without even the implied warranty of 18 + ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 19 + ; Public License for more details. 20 + ;----------------------------------------------------------------------------- 21 21 22 22 23 23 %ifndef PCE_CONFIG_INC 24 24 %define PCE_CONFIG_INC 1 25 25 26 + 27 + %define PCE_YEAR "2022" 26 28 27 29 %define PCE_VERSION_MAJ @PCE_VERSION_MAJ@ 28 30 %define PCE_VERSION_MIN @PCE_VERSION_MIN@
+3 -3
src/utils/aym/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/utils/aym/main.c * 7 7 * Created: 2015-05-21 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2015-2016 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2015-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 85 85 fputs ( 86 86 "aym version " PCE_VERSION_STR 87 87 "\n\n" 88 - "Copyright (C) 2015-2016 Hampa Hug <hampa@hampa.ch>\n", 88 + "Copyright (C) 2015-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 89 89 stdout 90 90 ); 91 91
+3 -3
src/utils/pce-img/pce-img.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/utils/pce-img/pce-img.c * 7 7 * Created: 2005-11-29 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2005-2019 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2005-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 102 102 fputs ( 103 103 "pce-img version " PCE_VERSION_STR 104 104 "\n\n" 105 - "Copyright (C) 2005-2019 Hampa Hug <hampa@hampa.ch>\n", 105 + "Copyright (C) 2005-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 106 106 stdout 107 107 ); 108 108
+1 -1
src/utils/pfi/main.c
··· 182 182 fputs ( 183 183 "pfi version " PCE_VERSION_STR 184 184 "\n\n" 185 - "Copyright (C) 2012-2022 Hampa Hug <hampa@hampa.ch>\n", 185 + "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 186 186 stdout 187 187 ); 188 188
+2 -2
src/utils/pri/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/utils/pri/main.c * 7 7 * Created: 2012-01-31 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2012-2021 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2012-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 223 223 fputs ( 224 224 "pri version " PCE_VERSION_STR 225 225 "\n\n" 226 - "Copyright (C) 2012-2021 Hampa Hug <hampa@hampa.ch>\n", 226 + "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 227 227 stdout 228 228 ); 229 229
+3 -3
src/utils/psi/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/utils/psi/main.c * 7 7 * Created: 2010-08-13 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2010-2020 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2010-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 165 165 fputs ( 166 166 "psi version " PCE_VERSION_STR 167 167 "\n\n" 168 - "Copyright (C) 2010-2020 Hampa Hug <hampa@hampa.ch>\n", 168 + "Copyright (C) 2010-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 169 169 stdout 170 170 ); 171 171
+3 -3
src/utils/pti/main.c
··· 5 5 /***************************************************************************** 6 6 * File name: src/utils/pti/main.c * 7 7 * Created: 2020-04-25 by Hampa Hug <hampa@hampa.ch> * 8 - * Copyright: (C) 2020 Hampa Hug <hampa@hampa.ch> * 8 + * Copyright: (C) 2020-2022 Hampa Hug <hampa@hampa.ch> * 9 9 *****************************************************************************/ 10 10 11 11 /***************************************************************************** ··· 15 15 * * 16 16 * This program is distributed in the hope that it will be useful, but * 17 17 * WITHOUT ANY WARRANTY, without even the implied warranty of * 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * 19 19 * Public License for more details. * 20 20 *****************************************************************************/ 21 21 ··· 132 132 fputs ( 133 133 "pti version " PCE_VERSION_STR 134 134 "\n\n" 135 - "Copyright (C) 2020 Hampa Hug <hampa@hampa.ch>\n", 135 + "Copyright (C) 2020-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n", 136 136 stdout 137 137 ); 138 138