Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mesonium
gajim
Commits
619ff7de
Commit
619ff7de
authored
1 year ago
by
André
Committed by
Philipp Hörist
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: Update copyright year
parent
783f1849
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
debian/copyright
+1
-1
1 addition, 1 deletion
debian/copyright
gajim/gtk/about.py
+1
-1
1 addition, 1 deletion
gajim/gtk/about.py
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
619ff7de
...
@@ -156,7 +156,7 @@ ### Links
...
@@ -156,7 +156,7 @@ ### Links
That is all,
**enjoy**
!
That is all,
**enjoy**
!
(C) 2003-202
3
(C) 2003-202
4
The Gajim Team
The Gajim Team
[
https://gajim.org
](
https://gajim.org
)
[
https://gajim.org
](
https://gajim.org
)
...
...
This diff is collapsed.
Click to expand it.
debian/copyright
+
1
−
1
View file @
619ff7de
...
@@ -4,7 +4,7 @@ Upstream Authors:
...
@@ -4,7 +4,7 @@ Upstream Authors:
- Philipp Hörist <philipp@hoerist.com>
- Philipp Hörist <philipp@hoerist.com>
Copyright: (c) 2003-202
3
Gajim Team
Copyright: (c) 2003-202
4
Gajim Team
This program is free software; you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
gajim/gtk/about.py
+
1
−
1
View file @
619ff7de
...
@@ -28,7 +28,7 @@ def __init__(self):
...
@@ -28,7 +28,7 @@ def __init__(self):
self
.
set_transient_for
(
app
.
window
)
self
.
set_transient_for
(
app
.
window
)
self
.
set_name
(
'
Gajim
'
)
self
.
set_name
(
'
Gajim
'
)
self
.
set_version
(
app
.
version
)
self
.
set_version
(
app
.
version
)
self
.
set_copyright
(
'
Copyright © 2003-202
3
Gajim Team
'
)
self
.
set_copyright
(
'
Copyright © 2003-202
4
Gajim Team
'
)
self
.
set_license_type
(
Gtk
.
License
.
GPL_3_0_ONLY
)
self
.
set_license_type
(
Gtk
.
License
.
GPL_3_0_ONLY
)
self
.
set_website
(
'
https://gajim.org/
'
)
self
.
set_website
(
'
https://gajim.org/
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment