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-gtk | |
parent | 0d3da2ce68df9f442aa0606361b64bae1dd57811 (diff) | |
download | sciteco-70619bb88918e9cd057dbbc6a87e890cbce49a08.tar.gz |
updated copyright to 2022 and updated TODO
Diffstat (limited to 'src/interface-gtk')
-rw-r--r-- | src/interface-gtk/gtk-info-popup.c | 2 | ||||
-rw-r--r-- | src/interface-gtk/gtk-info-popup.h | 2 | ||||
-rw-r--r-- | src/interface-gtk/gtk-label.c | 2 | ||||
-rw-r--r-- | src/interface-gtk/gtk-label.h | 2 | ||||
-rw-r--r-- | src/interface-gtk/interface.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/interface-gtk/gtk-info-popup.c b/src/interface-gtk/gtk-info-popup.c index 43569ea..eff429e 100644 --- a/src/interface-gtk/gtk-info-popup.c +++ b/src/interface-gtk/gtk-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-gtk/gtk-info-popup.h b/src/interface-gtk/gtk-info-popup.h index 04a4d42..017d05e 100644 --- a/src/interface-gtk/gtk-info-popup.h +++ b/src/interface-gtk/gtk-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-gtk/gtk-label.c b/src/interface-gtk/gtk-label.c index 537269d..703b7e3 100644 --- a/src/interface-gtk/gtk-label.c +++ b/src/interface-gtk/gtk-label.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-gtk/gtk-label.h b/src/interface-gtk/gtk-label.h index e20646d..572349b 100644 --- a/src/interface-gtk/gtk-label.h +++ b/src/interface-gtk/gtk-label.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-gtk/interface.c b/src/interface-gtk/interface.c index 9b87abb..f0c5e52 100644 --- a/src/interface-gtk/interface.c +++ b/src/interface-gtk/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 |