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:
authorAndré Apitzsch <git@apitzsch.eu>2022-01-02 16:28:14 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-01-02 22:09:44 +0300
commita93cb7ad3388dff7cd4762aab930164118e5cd56 (patch)
treecd34f566263bc8daac03529354efc4fd6ae35282
parentad2edca66b6c4b5e9b0fc3693d8baafde6f31c71 (diff)
Update copyright year
-rw-r--r--README.md2
-rw-r--r--data/gajim-history-manager.12
-rw-r--r--data/gajim-remote.12
-rw-r--r--data/gajim.12
-rw-r--r--data/org.gajim.Gajim.appdata.xml.in2
-rw-r--r--gajim/gtk/about.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index d88fa3dd3..6cf8c273f 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ Execute gajim with `--verbose`
That is all, **enjoy**!
-(C) 2003-2021
+(C) 2003-2022
The Gajim Team
[https://gajim.org](https://gajim.org)
diff --git a/data/gajim-history-manager.1 b/data/gajim-history-manager.1
index 94cf2d68e..14f8d6058 100644
--- a/data/gajim-history-manager.1
+++ b/data/gajim-history-manager.1
@@ -46,7 +46,7 @@ and
.Pa THANKS ,
for a complete list.
.Sh COPYRIGHT
-Copyright (C) 2003-2021 Gajim Team
+Copyright (C) 2003-2022 Gajim Team
.Pp
.Nm
is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 only.
diff --git a/data/gajim-remote.1 b/data/gajim-remote.1
index 60981541c..e9bea337b 100644
--- a/data/gajim-remote.1
+++ b/data/gajim-remote.1
@@ -79,7 +79,7 @@ and
.Pa THANKS ,
for a complete list.
.Sh COPYRIGHT
-Copyright (C) 2003-2021 Gajim Team
+Copyright (C) 2003-2022 Gajim Team
.Pp
.Nm
is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 only.
diff --git a/data/gajim.1 b/data/gajim.1
index 284aa8a68..6fc7ed9da 100644
--- a/data/gajim.1
+++ b/data/gajim.1
@@ -93,7 +93,7 @@ and
with contributions and patches merged from many individuals around the world.
See the About Dialog for a complete list.
.Sh COPYRIGHT
-Copyright (C) 2003-2021 Gajim Team
+Copyright (C) 2003-2022 Gajim Team
.Pp
.Nm
is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 only.
diff --git a/data/org.gajim.Gajim.appdata.xml.in b/data/org.gajim.Gajim.appdata.xml.in
index 614225e32..7e9cd255e 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-2021 Gajim Team -->
+<!-- Copyright 2017-2022 Gajim Team -->
<component type="desktop-application">
<id>org.gajim.Gajim</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
diff --git a/gajim/gtk/about.py b/gajim/gtk/about.py
index 75065a9d0..772cf7fef 100644
--- a/gajim/gtk/about.py
+++ b/gajim/gtk/about.py
@@ -34,7 +34,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-2021 Gajim Team')
+ self.set_copyright('Copyright © 2003-2022 Gajim Team')
self.set_license_type(Gtk.License.GPL_3_0_ONLY)
self.set_website('https://gajim.org/')