[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 08/16: Update/assess copyright

noreply at xfce.org noreply at xfce.org
Fri Apr 29 16:07:25 CEST 2016


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

landry pushed a commit to branch master
in repository panel-plugins/xfce4-systemload-plugin.

commit 0c7dc2554af7cdc3ca4bf8bf61bd79b9dee8ab02
Author: Landry Breuil <landry at xfce.org>
Date:   Fri Apr 29 11:16:23 2016 +0200

    Update/assess copyright
---
 configure.ac.in           | 4 ++--
 panel-plugin/systemload.c | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index c481720..116a40d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -2,7 +2,7 @@ dnl xfce4-systemload-plugin - Systemload monitor plugin for xfce4-panel
 dnl
 dnl 2003 Benedikt Meurer <benedikt.meurer at unix-ag.uni-siegen.de>
 dnl 2010 Florian Rivoal <frivoal at xfce.org>
-dnl
+dnl 2012, 2014, 2016 Landry Breuil <landry at xfce.org>
 
 dnl ***************************
 dnl *** Version information ***
@@ -17,7 +17,7 @@ m4_define([systemload_version], [systemload_version_major().systemload_version_m
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2006-2007, 2014
+AC_COPYRIGHT([Copyright (c) 2006-2007, 2014, 2016
         The Xfce development team. All rights reserved.])
 AC_INIT([xfce4-systemload-plugin], [systemload_version], [http://bugzilla.xfce.org/], [xfce4-systemload-plugin])
 AC_PREREQ([2.50])
diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index d9da947..1fb33f3 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -2,6 +2,7 @@
  * Copyright (c) 2003 Riccardo Persichetti <riccardo.persichetti at tin.it>
  * Copyright (c) 2010 Florian Rivoal <frivoal at xfce.org>
  * Copyright (c) 2012 David Schneider <dnschneid at gmail.com>
+ * Copyright (c) 2014-2016 Landry Breuil <landry at xfce.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -906,6 +907,7 @@ monitor_show_about(XfcePanelPlugin *plugin, t_global_monitor *global)
    const gchar *auth[] = {
       "Riccardo Persichetti <riccardo.persichetti at tin.it>",
       "Florian Rivoal <frivoal at xfce.org>",
+      "Landry Breuil <landry at xfce.org>",
       "David Schneider <dnschneid at gmail.com>", NULL };
    icon = xfce_panel_pixbuf_from_source("utilities-system-monitor", NULL, 32);
    gtk_show_about_dialog(NULL,
@@ -915,7 +917,7 @@ monitor_show_about(XfcePanelPlugin *plugin, t_global_monitor *global)
       "program-name", PACKAGE_NAME,
       "comments", _("Monitor CPU load, swap usage and memory footprint"),
       "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin",
-      "copyright", _("Copyright (c) 2003-2014\n"),
+      "copyright", _("Copyright (c) 2003-2016\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