Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Panel Plugins
xfce4-cpufreq-plugin
Commits
21deb174
Commit
21deb174
authored
Oct 15, 2020
by
Andre Miranda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update URLs and copyright year
parent
1b30113f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
autogen.sh
autogen.sh
+1
-1
configure.ac.in
configure.ac.in
+2
-2
panel-plugin/xfce4-cpufreq-plugin.c
panel-plugin/xfce4-cpufreq-plugin.c
+1
-1
No files found.
autogen.sh
View file @
21deb174
...
...
@@ -12,7 +12,7 @@ export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
autogen.sh: You don't seem to have the Xfce development tools installed on
your system, which are required to build this software.
Please install the xfce4-dev-tools package first, available from
http://xfce.org/
~benny/projects/xfce4-dev-tools/
.
http
s
://xfce.org/.
EOF
exit
1
}
...
...
configure.ac.in
View file @
21deb174
...
...
@@ -16,8 +16,8 @@ dnl Initialize autoconf
AC_COPYRIGHT([Copyright (c) 2006 Thomas Schreck <shrek@xfce.org>
Copyright (c) 2010-2011 Florian Rivoal <frivoal@xfce.org>
Copyright (c) 2013-2015 Harald Judt <h.judt@gmx.at>
Copyright (c) 2016-20
18
Andre Miranda <andreldm@xfce.org>])
AC_INIT([xfce4-cpufreq-plugin], [cpufreq_version()], [https://
bugzil
la.xfce.org], [xfce4-cpufreq-plugin])
Copyright (c) 2016-20
20
Andre Miranda <andreldm@xfce.org>])
AC_INIT([xfce4-cpufreq-plugin], [cpufreq_version()], [https://
git
la
b
.xfce.org
/panel-plugins/xfce4-cpufreq-plugin
], [xfce4-cpufreq-plugin])
AC_PREREQ([2.60])
dnl Initialize automake
...
...
panel-plugin/xfce4-cpufreq-plugin.c
View file @
21deb174
...
...
@@ -762,7 +762,7 @@ cpufreq_show_about(XfcePanelPlugin *plugin,
"program-name"
,
PACKAGE_NAME
,
"comments"
,
_
(
"Show CPU frequencies and governor"
),
"website"
,
PLUGIN_WEBSITE
,
"copyright"
,
_
(
"Copyright (c) 2003-20
18
\n
"
),
"copyright"
,
_
(
"Copyright (c) 2003-20
20
\n
"
),
"authors"
,
auth
,
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment