Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-panel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
xfce4-panel
Commits
8ebf83d3
Commit
8ebf83d3
authored
2 years ago
by
Gaël Bonithon
Browse files
Options
Downloads
Patches
Plain Diff
Update copyright year
parent
116ded7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#19824
passed
2 years ago
Stage: build
Stage: distcheck
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
docs/reference/libxfce4panel-docs.xml
+1
-1
1 addition, 1 deletion
docs/reference/libxfce4panel-docs.xml
panel/main.c
+1
-1
1 addition, 1 deletion
panel/main.c
panel/panel-dialogs.c
+1
-1
1 addition, 1 deletion
panel/panel-dialogs.c
with
5 additions
and
5 deletions
configure.ac.in
+
2
−
2
View file @
8ebf83d3
dnl
dnl Copyright (c) 2004-202
2
The Xfce development team
dnl Copyright (c) 2004-202
3
The Xfce development team
dnl
dnl 2005-2007 Jasper Huijsmans <jasper@xfce.org>
dnl 2006-2008 Nick Schermer <nick@xfce.org>
...
...
@@ -27,7 +27,7 @@ m4_define([panel_debug_default], [ifelse(xfce4_panel_version_tag(), [git], [yes]
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2004-202
2
AC_COPYRIGHT([Copyright (c) 2004-202
3
The Xfce development team. All rights reserved.
Written for Xfce by Jasper Huijsmans <jasper@xfce.org>
...
...
This diff is collapsed.
Click to expand it.
docs/reference/libxfce4panel-docs.xml
+
1
−
1
View file @
8ebf83d3
...
...
@@ -16,7 +16,7 @@
<ulink
role=
"online-location"
url=
"https://developer.xfce.org/&package_name;/index.html"
>
https://developer.xfce.org/
&package_name;
/
</ulink>
.
</releaseinfo>
<copyright>
<year>
202
2
</year>
<year>
202
3
</year>
<holder>
The Xfce development team
</holder>
</copyright>
</bookinfo>
...
...
This diff is collapsed.
Click to expand it.
panel/main.c
+
1
−
1
View file @
8ebf83d3
...
...
@@ -295,7 +295,7 @@ main (gint argc, gchar **argv)
else
g_print
(
"%s"
,
PACKAGE_NAME
);
g_print
(
" %s (Xfce %s)
\n\n
"
,
PACKAGE_VERSION
,
xfce_version_string
());
g_print
(
"%s
\n
"
,
"Copyright (c) 2004-202
2
"
);
g_print
(
"%s
\n
"
,
"Copyright (c) 2004-202
3
"
);
g_print
(
"
\t
%s
\n\n
"
,
_
(
"The Xfce development team. All rights reserved."
));
g_print
(
_
(
"Please report bugs to <%s>."
),
PACKAGE_BUGREPORT
);
g_print
(
"
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
panel/panel-dialogs.c
+
1
−
1
View file @
8ebf83d3
...
...
@@ -82,7 +82,7 @@ panel_dialogs_show_about (void)
gtk_about_dialog_set_authors
(
GTK_ABOUT_DIALOG
(
about_dialog
),
(
const
gchar
**
)
authors
);
g_strfreev
(
authors
);
gtk_about_dialog_set_comments
(
GTK_ABOUT_DIALOG
(
about_dialog
),
_
(
"The panel of the Xfce Desktop Environment"
));
gtk_about_dialog_set_copyright
(
GTK_ABOUT_DIALOG
(
about_dialog
),
"Copyright
\302\251
2004-202
2
The Xfce development team"
);
gtk_about_dialog_set_copyright
(
GTK_ABOUT_DIALOG
(
about_dialog
),
"Copyright
\302\251
2004-202
3
The Xfce development team"
);
gtk_about_dialog_set_license
(
GTK_ABOUT_DIALOG
(
about_dialog
),
XFCE_LICENSE_GPL
);
gtk_about_dialog_set_program_name
(
GTK_ABOUT_DIALOG
(
about_dialog
),
PACKAGE_NAME
);
gtk_about_dialog_set_translator_credits
(
GTK_ABOUT_DIALOG
(
about_dialog
),
_
(
"translator-credits"
));
...
...
This diff is collapsed.
Click to expand it.
Gaël Bonithon
@Tamaranch
mentioned in commit
5d711d6a
·
2 years ago
mentioned in commit
5d711d6a
mentioned in commit 5d711d6a9bd3e2f112ec09e647f39f662a440312
Toggle commit list
Gaël Bonithon
@Tamaranch
mentioned in commit
e54fe112
·
2 years ago
mentioned in commit
e54fe112
mentioned in commit e54fe112f6cb0d76d9f5f341e55cf302cc1fa375
Toggle commit list
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