From 666746bd53c74dea168d7726686d5f3f8c712781 Mon Sep 17 00:00:00 2001 From: Francesco Palumbo Date: Sat, 21 Dec 2024 23:23:20 +0100 Subject: [PATCH] changed author email --- Makefile | 2 +- README.md | 2 +- changelog.md | 7 ++++++- examples/esodate.gsh | 2 +- examples/fact.gsh | 2 +- examples/mapadd.gsh | 2 +- examples/pactions.gsh | 10 +++++----- examples/screensaver.gsh | 2 +- examples/slider.gsh | 2 +- examples/spiral.gsh | 2 +- examples/splitterm.gsh | 2 +- examples/tco_fact.gsh | 2 +- man/guish.1 | 2 +- src/config.h | 2 +- src/cutils.h | 2 +- src/debug.c | 2 +- src/debug.h | 2 +- src/dectypes.c | 2 +- src/dectypes.h | 2 +- src/evaluator.c | 2 +- src/evaluator.h | 2 +- src/exec.c | 2 +- src/exec.h | 2 +- src/main.c | 6 +++--- src/main.h | 2 +- src/parser.c | 2 +- src/parser.h | 2 +- src/sourcedriver.c | 2 +- src/sourcedriver.h | 2 +- src/syntax.c | 2 +- src/syntax.h | 2 +- src/tokenizer.c | 2 +- src/tokenizer.h | 2 +- src/widget.c | 2 +- src/widget.h | 2 +- src/widgets.h | 2 +- src/widgets/button.c | 2 +- src/widgets/button.h | 2 +- src/widgets/checkbox.c | 2 +- src/widgets/checkbox.h | 2 +- src/widgets/input.c | 2 +- src/widgets/input.h | 2 +- src/widgets/label.c | 2 +- src/widgets/label.h | 2 +- src/widgets/page.c | 2 +- src/widgets/page.h | 2 +- src/widgets/trans.c | 2 +- src/widgets/trans.h | 2 +- tests/functional.sh | 2 +- tests/leaks.sh | 2 +- tests/unit.sh | 2 +- tests/unit/evaluator.sh | 2 +- tests/unit/tokenizer.sh | 2 +- tests/utils.sh | 2 +- 54 files changed, 65 insertions(+), 60 deletions(-) diff --git a/Makefile b/Makefile index a161bac..6ebb498 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ######################################################################## -# Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +# Copyright (C) 2024 Francesco Palumbo , Naples (Italy) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/README.md b/README.md index d7eda97..3595569 100644 --- a/README.md +++ b/README.md @@ -1708,7 +1708,7 @@ accordingly, depending from page layout type too. # AUTHOR -Francesco Palumbo \ +Francesco Palumbo \ # THANKS diff --git a/changelog.md b/changelog.md index 7d6c0ee..f10b74f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ +## 2.6.11 (2024-12-21) + +* changed author email + ## 2.6.10 (2023-05-24) -* fix types for ARM support; fix errno handling; minor fixes; license GPL3 or later fix +* fix types for ARM support; fix errno handling; minor fixes; license GPL3 or later fix [commit](https://codeberg.org/phranz/guish/commit/d3f469056e4d51859220eec1769e7f69b35d67f4) + ## 2.6.9 (2023-05-24) diff --git a/examples/esodate.gsh b/examples/esodate.gsh index 081d355..0a9e9eb 100755 --- a/examples/esodate.gsh +++ b/examples/esodate.gsh @@ -1,6 +1,6 @@ #!/usr/bin/env guish ######################################################################## -# Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +# Copyright (C) 2024 Francesco Palumbo , Naples (Italy) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/fact.gsh b/examples/fact.gsh index 5f03617..673ecf4 100755 --- a/examples/fact.gsh +++ b/examples/fact.gsh @@ -1,6 +1,6 @@ #!/usr/bin/env guish ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/mapadd.gsh b/examples/mapadd.gsh index de5d704..58ee97b 100755 --- a/examples/mapadd.gsh +++ b/examples/mapadd.gsh @@ -1,6 +1,6 @@ #!/usr/bin/env guish ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/pactions.gsh b/examples/pactions.gsh index 3f891e4..97cdcac 100755 --- a/examples/pactions.gsh +++ b/examples/pactions.gsh @@ -1,6 +1,6 @@ #!/usr/bin/env -S guish -q ######################################################################## -# Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +# Copyright (C) 2024 Francesco Palumbo , Naples (Italy) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,7 +39,7 @@ cont2=|p| lock=|b| c{ - run if(@cblock.c, 'xsecurelock', 'xsecurelock -nolock') + run if(@cblock.c, 'slock', 'echo') q }s'b:1|bc:gray|bg:#fbfbfc' @@ -47,7 +47,7 @@ suspend=|b| c { if @cblock.c { - run 'xsecurelock &' + run 'slock &' } run 'sudo zzz' q @@ -55,14 +55,14 @@ suspend=|b| reboot=|b| c{ - run 'sudo systemctl reboot' + run 'sudo reboot' q }s'b:1|bc:gray|bg:#fbfbfc' hibernate=|b| c{ if @cblock.c { - run 'xsecurelock &' + run 'slock &' } q }s'b:1|bc:gray|bg:#fbfbfc' diff --git a/examples/screensaver.gsh b/examples/screensaver.gsh index fa1cf13..9cc09e7 100755 --- a/examples/screensaver.gsh +++ b/examples/screensaver.gsh @@ -1,6 +1,6 @@ #!/usr/bin/env guish ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/slider.gsh b/examples/slider.gsh index 7fa1961..9ab1c08 100755 --- a/examples/slider.gsh +++ b/examples/slider.gsh @@ -1,6 +1,6 @@ #!/usr/bin/env guish ######################################################################## -# Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +# Copyright (C) 2024 Francesco Palumbo , Naples (Italy) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/spiral.gsh b/examples/spiral.gsh index 47e1f14..9ae12d4 100755 --- a/examples/spiral.gsh +++ b/examples/spiral.gsh @@ -1,6 +1,6 @@ #!/usr/bin/env guish ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/splitterm.gsh b/examples/splitterm.gsh index 7d863ee..7621ad6 100755 --- a/examples/splitterm.gsh +++ b/examples/splitterm.gsh @@ -1,6 +1,6 @@ #!/usr/bin/env -S guish -qk ######################################################################## -# Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +# Copyright (C) 2024 Francesco Palumbo , Naples (Italy) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/tco_fact.gsh b/examples/tco_fact.gsh index 392f47c..c69c398 100755 --- a/examples/tco_fact.gsh +++ b/examples/tco_fact.gsh @@ -1,6 +1,6 @@ #!/usr/bin/env guish ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/man/guish.1 b/man/guish.1 index f998318..02fd553 100644 --- a/man/guish.1 +++ b/man/guish.1 @@ -1540,7 +1540,7 @@ show text at bottom center .SH AUTHOR .BR .P -Francesco Palumbo +Francesco Palumbo .SH THANKS .BR diff --git a/src/config.h b/src/config.h index 910a0ad..23a40ab 100644 --- a/src/config.h +++ b/src/config.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cutils.h b/src/cutils.h index 300c61d..67af8b3 100644 --- a/src/cutils.h +++ b/src/cutils.h @@ -1,5 +1,5 @@ /************************************************************************ -* Copyright (C) 2023 Francesco Palumbo , Naples Italy +* Copyright (C) 2024 Francesco Palumbo , Naples Italy * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug.c b/src/debug.c index 5839421..9fafaad 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,5 +1,5 @@ /************************************************************************ -* Copyright (C) 2023 Francesco Palumbo , Naples Italy +* Copyright (C) 2024 Francesco Palumbo , Naples Italy * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug.h b/src/debug.h index a50a36a..1cbafc7 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,5 +1,5 @@ /************************************************************************ -* Copyright (C) 2023 Francesco Palumbo , Naples Italy +* Copyright (C) 2024 Francesco Palumbo , Naples Italy * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dectypes.c b/src/dectypes.c index e85f07e..cdf8b1c 100644 --- a/src/dectypes.c +++ b/src/dectypes.c @@ -1,5 +1,5 @@ /************************************************************************ -* Copyright (C) 2023 Francesco Palumbo , Naples Italy +* Copyright (C) 2024 Francesco Palumbo , Naples Italy * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dectypes.h b/src/dectypes.h index a9d4da1..e13e18e 100644 --- a/src/dectypes.h +++ b/src/dectypes.h @@ -1,5 +1,5 @@ /************************************************************************ -* Copyright (C) 2023 Francesco Palumbo , Naples Italy +* Copyright (C) 2024 Francesco Palumbo , Naples Italy * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/evaluator.c b/src/evaluator.c index 75c4190..d050afd 100644 --- a/src/evaluator.c +++ b/src/evaluator.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/evaluator.h b/src/evaluator.h index 17de2f0..6aaf3b6 100644 --- a/src/evaluator.h +++ b/src/evaluator.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/exec.c b/src/exec.c index b5ef483..83c9d13 100644 --- a/src/exec.c +++ b/src/exec.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/exec.h b/src/exec.h index 0995fc7..026e4f5 100644 --- a/src/exec.h +++ b/src/exec.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main.c b/src/main.c index 156b7be..b8b6359 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -31,9 +31,9 @@ #include "debug.h" #include "main.h" -#define AUTHOR "Francesco Palumbo " +#define AUTHOR "Francesco Palumbo " #define LICENSE "GPL-3.0-or-later" -#define VERSION "2.6.10" +#define VERSION "2.6.11" int exit_status; unsigned long options; diff --git a/src/main.h b/src/main.h index cbba1df..e0d9bbd 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/parser.c b/src/parser.c index 436066d..e41d31b 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/parser.h b/src/parser.h index 69f6f41..3cf7e91 100644 --- a/src/parser.h +++ b/src/parser.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/sourcedriver.c b/src/sourcedriver.c index 407d9cd..62305b7 100644 --- a/src/sourcedriver.c +++ b/src/sourcedriver.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/sourcedriver.h b/src/sourcedriver.h index ec029c1..f72846a 100644 --- a/src/sourcedriver.h +++ b/src/sourcedriver.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/syntax.c b/src/syntax.c index a31eb33..20d6cc4 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/syntax.h b/src/syntax.h index bf2cec5..44b1b44 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tokenizer.c b/src/tokenizer.c index 27c7bb9..df7d806 100644 --- a/src/tokenizer.c +++ b/src/tokenizer.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tokenizer.h b/src/tokenizer.h index 8853290..9db9707 100644 --- a/src/tokenizer.h +++ b/src/tokenizer.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widget.c b/src/widget.c index 38fd5cc..9ec4788 100644 --- a/src/widget.c +++ b/src/widget.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widget.h b/src/widget.h index 337e0c8..82b7b53 100644 --- a/src/widget.h +++ b/src/widget.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets.h b/src/widgets.h index d1d45fa..93f1b86 100644 --- a/src/widgets.h +++ b/src/widgets.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/button.c b/src/widgets/button.c index c1c63a5..76db45e 100644 --- a/src/widgets/button.c +++ b/src/widgets/button.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/button.h b/src/widgets/button.h index 44388c2..f4ef17a 100644 --- a/src/widgets/button.h +++ b/src/widgets/button.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/checkbox.c b/src/widgets/checkbox.c index c07cd19..36f27c1 100644 --- a/src/widgets/checkbox.c +++ b/src/widgets/checkbox.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/checkbox.h b/src/widgets/checkbox.h index f452053..1ef4744 100644 --- a/src/widgets/checkbox.h +++ b/src/widgets/checkbox.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/input.c b/src/widgets/input.c index aa8dab1..ef327a2 100644 --- a/src/widgets/input.c +++ b/src/widgets/input.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/input.h b/src/widgets/input.h index 024e76b..1238a50 100644 --- a/src/widgets/input.h +++ b/src/widgets/input.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/label.c b/src/widgets/label.c index 29dd070..c8c4df3 100644 --- a/src/widgets/label.c +++ b/src/widgets/label.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/label.h b/src/widgets/label.h index 5c23a81..b930ae0 100644 --- a/src/widgets/label.h +++ b/src/widgets/label.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/page.c b/src/widgets/page.c index 795e752..f6dae31 100644 --- a/src/widgets/page.c +++ b/src/widgets/page.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/page.h b/src/widgets/page.h index 8f6460a..7b02e93 100644 --- a/src/widgets/page.h +++ b/src/widgets/page.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/trans.c b/src/widgets/trans.c index f17be0d..44dea9f 100644 --- a/src/widgets/trans.c +++ b/src/widgets/trans.c @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/widgets/trans.h b/src/widgets/trans.h index 630104c..f6f9fb6 100644 --- a/src/widgets/trans.h +++ b/src/widgets/trans.h @@ -1,5 +1,5 @@ /************************************************************************* -* Copyright (C) 2023 Francesco Palumbo , Naples (Italy) +* Copyright (C) 2024 Francesco Palumbo , Naples (Italy) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/functional.sh b/tests/functional.sh index 778480e..f7ec070 100644 --- a/tests/functional.sh +++ b/tests/functional.sh @@ -1,6 +1,6 @@ #!/bin/sh -e ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/leaks.sh b/tests/leaks.sh index 13f689d..231fbf4 100644 --- a/tests/leaks.sh +++ b/tests/leaks.sh @@ -1,6 +1,6 @@ #!/bin/sh -e ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/unit.sh b/tests/unit.sh index 96ff2a1..7ad357e 100644 --- a/tests/unit.sh +++ b/tests/unit.sh @@ -1,6 +1,6 @@ #!/bin/sh -e ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/unit/evaluator.sh b/tests/unit/evaluator.sh index e5223fd..c906601 100644 --- a/tests/unit/evaluator.sh +++ b/tests/unit/evaluator.sh @@ -1,6 +1,6 @@ #!/bin/sh -e ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/unit/tokenizer.sh b/tests/unit/tokenizer.sh index adeda61..3298dc8 100644 --- a/tests/unit/tokenizer.sh +++ b/tests/unit/tokenizer.sh @@ -1,6 +1,6 @@ #!/bin/sh -e ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/utils.sh b/tests/utils.sh index de32f1d..7f3ec9b 100644 --- a/tests/utils.sh +++ b/tests/utils.sh @@ -1,6 +1,6 @@ #!/bin/sh -e ####################################################################### -# Copyright (C) 2023 Francesco Palumbo , Naples Italy +# Copyright (C) 2024 Francesco Palumbo , Naples Italy # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- 2.11.4.GIT