]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - panel-plugin/xfce4-hdaps-dialogs.c
COPYING: update license to AGPL-3.
[xfce4-hdaps.git] / panel-plugin / xfce4-hdaps-dialogs.c
index c919f8c23602e62603f8a1bd1cfce8ccc3848ce7..7a4f73754cafd82090a0e1a80ff829d0ffa204d1 100644 (file)
@@ -1,21 +1,22 @@
 /*
  * xfce4-hdaps, an XFCE4 panel plugin for the HDAPS system.
  *
- * Copyright Michael Orlitzky
+ * Copyright (C) 2019 Michael Orlitzky
  *
- * http://michael.orlitzky.com/
+ *   http://michael.orlitzky.com/
  *
  * 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
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details:
+ *
+ *   https://www.gnu.org/licenses/agpl-3.0.html
  *
- * http://www.fsf.org/licensing/licenses/gpl.html
  */
 
 #ifdef HAVE_CONFIG_H
@@ -229,7 +230,7 @@ void hdaps_about(XfcePanelPlugin *plugin) {
                        "authors", authors,
                        "copyright", copyright,
                        "destroy-with-parent", TRUE,
-                       "license", LICENSE_GPL3,
+                       "license", LICENSE_AGPL3,
                        "logo-icon-name", PACKAGE_NAME,
                        "icon-name", PACKAGE_NAME,
                        "program-name", PACKAGE_NAME,