···55/*****************************************************************************
66 * File name: src/arch/atarist/main.c *
77 * Created: 2011-03-17 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2011-2020 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2011-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···9595 fputs (
9696 "pce-atarist version " PCE_VERSION_STR
9797 "\n\n"
9898- "Copyright (C) 2011-2020 Hampa Hug <hampa@hampa.ch>\n",
9898+ "Copyright (C) 2011-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
9999 stdout
100100 );
101101···107107{
108108 pce_log (MSG_INF,
109109 "pce-atarist version " PCE_VERSION_STR "\n"
110110- "Copyright (C) 2011-2020 Hampa Hug <hampa@hampa.ch>\n"
110110+ "Copyright (C) 2011-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n"
111111 );
112112}
113113
+4-4
src/arch/cpm80/main.c
···55/*****************************************************************************
66 * File name: src/arch/cpm80/main.c *
77 * Created: 2012-11-28 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2012-2021 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2012-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···8585 fputs (
8686 "pce-cpm80 version " PCE_VERSION_STR
8787 "\n\n"
8888- "Copyright (C) 2012-2021 Hampa Hug <hampa@hampa.ch>\n",
8888+ "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
8989 stdout
9090 );
9191···9797{
9898 pce_log (MSG_MSG,
9999 "pce-cpm80 version " PCE_VERSION_STR "\n"
100100- "Copyright (C) 2012-2021 Hampa Hug <hampa@hampa.ch>\n"
100100+ "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n"
101101 );
102102}
103103
+3-3
src/arch/dos/main.c
···55/*****************************************************************************
66 * File name: src/arch/dos/main.c *
77 * Created: 2012-12-30 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2012-2020 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2012-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···7373 fputs (
7474 "pce-dos version " PCE_VERSION_STR
7575 "\n\n"
7676- "Copyright (C) 2012-2020 Hampa Hug <hampa@hampa.ch>\n",
7676+ "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
7777 stdout
7878 );
7979
+4-4
src/arch/ibmpc/main.c
···55/*****************************************************************************
66 * File name: src/arch/ibmpc/main.c *
77 * Created: 1999-04-16 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 1999-2020 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 1999-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···9595 fputs (
9696 "pce-ibmpc version " PCE_VERSION_STR
9797 "\n\n"
9898- "Copyright (C) 1995-2020 Hampa Hug <hampa@hampa.ch>\n",
9898+ "Copyright (C) 1995-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
9999 stdout
100100 );
101101···107107{
108108 pce_log (MSG_MSG,
109109 "pce-ibmpc version " PCE_VERSION_STR "\n"
110110- "Copyright (C) 1995-2020 Hampa Hug <hampa@hampa.ch>\n"
110110+ "Copyright (C) 1995-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n"
111111 );
112112}
113113
+4-4
src/arch/macplus/main.c
···55/*****************************************************************************
66 * File name: src/arch/macplus/main.c *
77 * Created: 2007-04-15 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2007-2020 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2007-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···101101 fputs (
102102 "pce-macplus version " PCE_VERSION_STR
103103 "\n\n"
104104- "Copyright (C) 2007-2020 Hampa Hug <hampa@hampa.ch>\n",
104104+ "Copyright (C) 2007-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
105105 stdout
106106 );
107107···113113{
114114 pce_log (MSG_MSG,
115115 "pce-macplus version " PCE_VERSION_STR "\n"
116116- "Copyright (C) 2007-2020 Hampa Hug <hampa@hampa.ch>\n"
116116+ "Copyright (C) 2007-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n"
117117 );
118118}
119119
+4-4
src/arch/rc759/main.c
···55/*****************************************************************************
66 * File name: src/arch/rc759/main.c *
77 * Created: 2012-06-29 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2012-2021 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2012-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···9292 fputs (
9393 "pce-rc759 version " PCE_VERSION_STR
9494 "\n\n"
9595- "Copyright (C) 2012-2020 Hampa Hug <hampa@hampa.ch>\n",
9595+ "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
9696 stdout
9797 );
9898···104104{
105105 pce_log (MSG_MSG,
106106 "pce-rc759 version " PCE_VERSION_STR "\n"
107107- "Copyright (C) 2012-2020 Hampa Hug <hampa@hampa.ch>\n"
107107+ "Copyright (C) 2012-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n"
108108 );
109109}
110110
+4-4
src/arch/sim405/main.c
···55/*****************************************************************************
66 * File name: src/arch/sim405/main.c *
77 * Created: 2004-06-01 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2004-2020 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2004-2022 Hampa Hug <hampa@hampa.ch> *
99 * Copyright: (C) 2004-2006 Lukas Ruf <ruf@lpr.ch> *
1010 *****************************************************************************/
1111···1616 * *
1717 * This program is distributed in the hope that it will be useful, but *
1818 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1919- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
2020 * Public License for more details. *
2121 *****************************************************************************/
2222···9696 fputs (
9797 "pce-sim405 version " PCE_VERSION_STR
9898 "\n\n"
9999- "Copyright (C) 2004-2020 Hampa Hug <hampa@hampa.ch>\n",
9999+ "Copyright (C) 2004-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
100100 stdout
101101 );
102102···108108{
109109 pce_log (MSG_MSG,
110110 "pce-sim405 version " PCE_VERSION_STR "\n"
111111- "Copyright (C) 2004-2020 Hampa Hug <hampa@hampa.ch>\n"
111111+ "Copyright (C) 2004-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n"
112112 );
113113}
114114
+4-4
src/arch/simarm/main.c
···55/*****************************************************************************
66 * File name: src/arch/simarm/main.c *
77 * Created: 2004-11-04 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2004-2020 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2004-2022 Hampa Hug <hampa@hampa.ch> *
99 * Copyright: (C) 2004-2006 Lukas Ruf <ruf@lpr.ch> *
1010 *****************************************************************************/
1111···1616 * *
1717 * This program is distributed in the hope that it will be useful, but *
1818 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1919- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
2020 * Public License for more details. *
2121 *****************************************************************************/
2222···9292 fputs (
9393 "pce-simarm version " PCE_VERSION_STR
9494 "\n\n"
9595- "Copyright (C) 1995-2020 Hampa Hug <hampa@hampa.ch>\n",
9595+ "Copyright (C) 1995-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
9696 stdout
9797 );
9898···104104{
105105 pce_log (MSG_MSG,
106106 "pce-simarm version " PCE_VERSION_STR "\n"
107107- "Copyright (C) 2004-2020 Hampa Hug <hampa@hampa.ch>\n"
107107+ "Copyright (C) 2004-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n"
108108 );
109109}
110110
+4-4
src/arch/sims32/main.c
···55/*****************************************************************************
66 * File name: src/arch/sims32/main.c *
77 * Created: 2004-09-28 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2004-2020 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2004-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···7171 fputs (
7272 "pce sims32 version " PCE_VERSION_STR
7373 "\n\n"
7474- "Copyright (C) 1995-2020 Hampa Hug <hampa@hampa.ch>\n",
7474+ "Copyright (C) 1995-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
7575 stdout
7676 );
7777···259259260260 pce_log (MSG_INF,
261261 "pce sims32 version " PCE_VERSION_STR "\n"
262262- "Copyright (C) 1995-2012 Hampa Hug <hampa@hampa.ch>\n"
262262+ "Copyright (C) 1995-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n"
263263 );
264264265265 if (pce_load_config (par_cfg, cfg)) {
+4-4
src/arch/vic20/main.c
···55/*****************************************************************************
66 * File name: src/arch/vic20/main.c *
77 * Created: 2020-04-18 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2020 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2020-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···9595 fputs (
9696 "pce-vic20 version " PCE_VERSION_STR
9797 "\n\n"
9898- "Copyright (C) 2020 Hampa Hug <hampa@hampa.ch>\n",
9898+ "Copyright (C) 2020-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
9999 stdout
100100 );
101101···107107{
108108 pce_log (MSG_INF,
109109 "pce-vic20 version " PCE_VERSION_STR "\n"
110110- "Copyright (C) 2020 Hampa Hug <hampa@hampa.ch>\n"
110110+ "Copyright (C) 2020-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n"
111111 );
112112}
113113
+4-5
src/config.h.in
···55/*****************************************************************************
66 * File name: src/config.h.in *
77 * Created: 2002-12-16 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2002-2019 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2002-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···2727#ifndef _GNU_SOURCE
2828#define _GNU_SOURCE 1
2929#endif
3030-31303231#ifndef _NETBSD_SOURCE
3332#define _NETBSD_SOURCE 1
3433#endif
35343636-3735#undef PCE_LARGE_FILE
38363937#ifdef PCE_LARGE_FILE
···4139#define _FILE_OFFSET_BITS 64
4240#endif
4341#endif
4444-45424643#undef HAVE_FCNTL_H
4744#undef HAVE_INTTYPES_H
···6663#undef HAVE_NANOSLEEP
6764#undef HAVE_SLEEP
6865#undef HAVE_GETTIMEOFDAY
6666+6767+#define PCE_YEAR "2022"
69687069#undef PCE_VERSION_MAJ
7170#undef PCE_VERSION_MIN
+20-18
src/config.inc.in
···11-;*****************************************************************************
22-;* pce *
33-;*****************************************************************************
11+;-----------------------------------------------------------------------------
22+; pce
33+;-----------------------------------------------------------------------------
4455-;*****************************************************************************
66-;* File name: src/config.inc.in *
77-;* Created: 2003-09-03 by Hampa Hug <hampa@hampa.ch> *
88-;* Copyright: (C) 2003-2009 Hampa Hug <hampa@hampa.ch> *
99-;*****************************************************************************
55+;-----------------------------------------------------------------------------
66+; File name: src/config.inc.in
77+; Created: 2003-09-03 by Hampa Hug <hampa@hampa.ch>
88+; Copyright: (C) 2003-2022 Hampa Hug <hampa@hampa.ch>
99+;-----------------------------------------------------------------------------
10101111-;*****************************************************************************
1212-;* This program is free software. You can redistribute it and / or modify it *
1313-;* under the terms of the GNU General Public License version 2 as published *
1414-;* by the Free Software Foundation. *
1515-;* *
1616-;* This program is distributed in the hope that it will be useful, but *
1717-;* WITHOUT ANY WARRANTY, without even the implied warranty of *
1818-;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919-;* Public License for more details. *
2020-;*****************************************************************************
1111+;-----------------------------------------------------------------------------
1212+; This program is free software. You can redistribute it and / or modify it
1313+; under the terms of the GNU General Public License version 2 as published
1414+; by the Free Software Foundation.
1515+;
1616+; This program is distributed in the hope that it will be useful, but
1717+; WITHOUT ANY WARRANTY, without even the implied warranty of
1818+; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
1919+; Public License for more details.
2020+;-----------------------------------------------------------------------------
212122222323%ifndef PCE_CONFIG_INC
2424%define PCE_CONFIG_INC 1
25252626+2727+%define PCE_YEAR "2022"
26282729%define PCE_VERSION_MAJ @PCE_VERSION_MAJ@
2830%define PCE_VERSION_MIN @PCE_VERSION_MIN@
+3-3
src/utils/aym/main.c
···55/*****************************************************************************
66 * File name: src/utils/aym/main.c *
77 * Created: 2015-05-21 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2015-2016 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2015-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···8585 fputs (
8686 "aym version " PCE_VERSION_STR
8787 "\n\n"
8888- "Copyright (C) 2015-2016 Hampa Hug <hampa@hampa.ch>\n",
8888+ "Copyright (C) 2015-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
8989 stdout
9090 );
9191
+3-3
src/utils/pce-img/pce-img.c
···55/*****************************************************************************
66 * File name: src/utils/pce-img/pce-img.c *
77 * Created: 2005-11-29 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2005-2019 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2005-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···102102 fputs (
103103 "pce-img version " PCE_VERSION_STR
104104 "\n\n"
105105- "Copyright (C) 2005-2019 Hampa Hug <hampa@hampa.ch>\n",
105105+ "Copyright (C) 2005-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
106106 stdout
107107 );
108108
···55/*****************************************************************************
66 * File name: src/utils/psi/main.c *
77 * Created: 2010-08-13 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2010-2020 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2010-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···165165 fputs (
166166 "psi version " PCE_VERSION_STR
167167 "\n\n"
168168- "Copyright (C) 2010-2020 Hampa Hug <hampa@hampa.ch>\n",
168168+ "Copyright (C) 2010-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
169169 stdout
170170 );
171171
+3-3
src/utils/pti/main.c
···55/*****************************************************************************
66 * File name: src/utils/pti/main.c *
77 * Created: 2020-04-25 by Hampa Hug <hampa@hampa.ch> *
88- * Copyright: (C) 2020 Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2020-2022 Hampa Hug <hampa@hampa.ch> *
99 *****************************************************************************/
10101111/*****************************************************************************
···1515 * *
1616 * This program is distributed in the hope that it will be useful, but *
1717 * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919 * Public License for more details. *
2020 *****************************************************************************/
2121···132132 fputs (
133133 "pti version " PCE_VERSION_STR
134134 "\n\n"
135135- "Copyright (C) 2020 Hampa Hug <hampa@hampa.ch>\n",
135135+ "Copyright (C) 2020-" PCE_YEAR " Hampa Hug <hampa@hampa.ch>\n",
136136 stdout
137137 );
138138