Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--data/org.gajim.Gajim.appdata.xml.in2
-rw-r--r--debian/copyright2
-rw-r--r--gajim/gtk/about.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c500a91c0..1b3b7e4dd 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ Execute gajim with `--verbose`
That is all, **enjoy**!
-(C) 2003-2022
+(C) 2003-2023
The Gajim Team
[https://gajim.org](https://gajim.org)
diff --git a/data/org.gajim.Gajim.appdata.xml.in b/data/org.gajim.Gajim.appdata.xml.in
index e3a054e6a..f54705b98 100644
--- a/data/org.gajim.Gajim.appdata.xml.in
+++ b/data/org.gajim.Gajim.appdata.xml.in
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2017-2022 Gajim Team -->
+<!-- Copyright 2017-2023 Gajim Team -->
<component type="desktop-application">
<id>org.gajim.Gajim</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
diff --git a/debian/copyright b/debian/copyright
index dabf2cd31..cf5b442d2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream Authors:
- Philipp Hörist <philipp@hoerist.com>
-Copyright: (c) 2003-2022 Gajim Team
+Copyright: (c) 2003-2023 Gajim Team
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/gajim/gtk/about.py b/gajim/gtk/about.py
index f48890d6a..84f22a36b 100644
--- a/gajim/gtk/about.py
+++ b/gajim/gtk/about.py
@@ -35,7 +35,7 @@ class AboutDialog(Gtk.AboutDialog):
self.set_transient_for(app.window)
self.set_name('Gajim')
self.set_version(app.version)
- self.set_copyright('Copyright © 2003-2022 Gajim Team')
+ self.set_copyright('Copyright © 2003-2023 Gajim Team')
self.set_license_type(Gtk.License.GPL_3_0_ONLY)
self.set_website('https://gajim.org/')