diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-06-21 03:41:16 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-06-21 03:41:16 +0200 |
commit | 70619bb88918e9cd057dbbc6a87e890cbce49a08 (patch) | |
tree | 6972ada97ae09dced4ee3f79504de1bd66630362 /src/interface-curses | |
parent | 0d3da2ce68df9f442aa0606361b64bae1dd57811 (diff) | |
download | sciteco-70619bb88918e9cd057dbbc6a87e890cbce49a08.tar.gz |
updated copyright to 2022 and updated TODO
Diffstat (limited to 'src/interface-curses')
-rw-r--r-- | src/interface-curses/curses-info-popup.c | 2 | ||||
-rw-r--r-- | src/interface-curses/curses-info-popup.h | 2 | ||||
-rw-r--r-- | src/interface-curses/curses-utils.c | 2 | ||||
-rw-r--r-- | src/interface-curses/curses-utils.h | 2 | ||||
-rw-r--r-- | src/interface-curses/interface.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/interface-curses/curses-info-popup.c b/src/interface-curses/curses-info-popup.c index 339acc5..d1836dc 100644 --- a/src/interface-curses/curses-info-popup.c +++ b/src/interface-curses/curses-info-popup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2021 Robin Haberkorn + * Copyright (C) 2012-2022 Robin Haberkorn * * 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/interface-curses/curses-info-popup.h b/src/interface-curses/curses-info-popup.h index d911182..388396d 100644 --- a/src/interface-curses/curses-info-popup.h +++ b/src/interface-curses/curses-info-popup.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2021 Robin Haberkorn + * Copyright (C) 2012-2022 Robin Haberkorn * * 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/interface-curses/curses-utils.c b/src/interface-curses/curses-utils.c index 1ae24f2..2364a1d 100644 --- a/src/interface-curses/curses-utils.c +++ b/src/interface-curses/curses-utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2021 Robin Haberkorn + * Copyright (C) 2012-2022 Robin Haberkorn * * 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/interface-curses/curses-utils.h b/src/interface-curses/curses-utils.h index 3a681a4..e7d5033 100644 --- a/src/interface-curses/curses-utils.h +++ b/src/interface-curses/curses-utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2021 Robin Haberkorn + * Copyright (C) 2012-2022 Robin Haberkorn * * 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/interface-curses/interface.c b/src/interface-curses/interface.c index 93f9e99..186525f 100644 --- a/src/interface-curses/interface.c +++ b/src/interface-curses/interface.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2021 Robin Haberkorn + * Copyright (C) 2012-2022 Robin Haberkorn * * 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 |