[Xfce4-commits] [panel-plugins/xfce4-cpugraph-plugin] 16/16: Update links to https and copyright year

noreply at xfce.org noreply at xfce.org
Wed May 29 04:10:17 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-cpugraph-plugin.

commit 5126d5b919d8e61f47b7876c3f6239dab06c0851
Author: Andre Miranda <andreldm at xfce.org>
Date:   Tue May 28 23:04:37 2019 -0300

    Update links to https and copyright year
---
 README             | 2 +-
 autogen.sh         | 2 +-
 panel-plugin/cpu.c | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index cf15178..3f6e63e 100644
--- a/README
+++ b/README
@@ -94,7 +94,7 @@ In the second tab of the properties, the following options are available:
 * Use startup notification: When checked, uses startup notification for the
                             associated command.
 
-Please report any bugs to http://bugs.xfce.org/
+Please report any bugs to https://bugs.xfce.org/
 
 Hope this suite your needs.
 Regards,
diff --git a/autogen.sh b/autogen.sh
index 6bc0c8a..7c1251e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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/.
+            https://xfce.org/~benny/projects/xfce4-dev-tools/.
 EOF
   exit 1
 }
diff --git a/panel-plugin/cpu.c b/panel-plugin/cpu.c
index 24a64f6..1587e35 100644
--- a/panel-plugin/cpu.c
+++ b/panel-plugin/cpu.c
@@ -130,8 +130,8 @@ about_cb( XfcePanelPlugin *plugin, CPUGraph *base )
 		"version", PACKAGE_VERSION,
 		"program-name", PACKAGE_NAME,
 		"comments", _("Graphical representation of the CPU load"),
-		"website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin",
-		"copyright", _("Copyright (c) 2003-2012\n"),
+		"website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin",
+		"copyright", _("Copyright (c) 2003-2019\n"),
 		"authors", auth, NULL);
 
 	if(icon)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list