From f37d5055a2f393802dfed9ed91e8be31010ce1c1 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 12 Sep 2011 20:44:35 +0200 Subject: [PATCH] vote: Add a COPYING file to indicate the license This is for bug 658045 which has the following references of the authors stating their license: https://mail.gnome.org/archives/foundation-list/2010-June/msg00111.html and https://mail.gnome.org/archives/foundation-list/2010-June/msg00112.html I basically took the text from http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#howto and added a few words reg. the functionality. --- foundation.gnome.org/vote/COPYING | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 foundation.gnome.org/vote/COPYING diff --git a/foundation.gnome.org/vote/COPYING b/foundation.gnome.org/vote/COPYING new file mode 100644 index 0000000..6e630e0 --- /dev/null +++ b/foundation.gnome.org/vote/COPYING @@ -0,0 +1,17 @@ +GNOME's voting scripts +Copyright (C) 2005 Vicnent Untz +Copyright (C) 2005 Dave Neary + +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 2 +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. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.