From f4361274279305d810aafa9265717cf3a05981c3 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Sat, 21 Apr 2018 16:14:47 +0200 Subject: [PATCH] gcp: update copyright & version --- gcp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/gcp b/gcp index 2b4b2ee..642197e 100755 --- a/gcp +++ b/gcp @@ -2,8 +2,10 @@ """ gcp: Goffi's CoPier -Copyright (C) 2010, 2011 Jérôme Poisson +Copyright (c) 2010, 2011 Jérôme Poisson (c) 2011 Thomas Preud'homme + (c) 2016 Jingbei Li + (c) 2018 Matteo Cypriani 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 @@ -53,20 +55,18 @@ except ImportError as e: NAME = "gcp (Goffi's copier)" NAME_SHORT = "gcp" -VERSION = '0.1.3' - -ABOUT = NAME+u" v"+VERSION+u""" (c) Jérôme Poisson (aka Goffi) 2010, 2011 +VERSION = '0.2.0' +ABOUT = NAME_SHORT + " " + VERSION + """ --- -"""+NAME+u""" Copyright (C) 2010 Jérôme Poisson -""" + _(u"""This program comes with ABSOLUTELY NO WARRANTY; -This is free software, and you are welcome to redistribute it -under certain conditions. ---- - -This software is an advanced file copier -Get the latest version at http://wiki.goffi.org/wiki/Gcp -""") +""" + NAME + """ +Copyright: 2010-2011 Jérôme Poisson + 2011 Thomas Preud'homme + 2016 Jingbei Li + 2018 Matteo Cypriani +This program comes with ABSOLUTELY NO WARRANTY; it is free software, +and you are welcome to redistribute it under certain conditions. +""" const_DBUS_INTERFACE = "org.goffi.gcp" const_DBUS_PATH = "/org/goffi/gcp"