From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 066C01396D0 for ; Wed, 6 Sep 2017 06:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BD551FC097; Wed, 6 Sep 2017 06:42:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EA9F1FC097 for ; Wed, 6 Sep 2017 06:42:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55C6134165C for ; Wed, 6 Sep 2017 06:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3CA68AFE for ; Wed, 6 Sep 2017 06:42:33 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1504680146.351dd2d3a48239c536e589394bc051772781d54d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: licenses/ X-VCS-Repository: repo/gentoo X-VCS-Files: licenses/GMGPL X-VCS-Directories: licenses/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 351dd2d3a48239c536e589394bc051772781d54d X-VCS-Branch: master Date: Wed, 6 Sep 2017 06:42:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5d5d8eca-407a-4fae-96ff-6f771f8e777b X-Archives-Hash: 9a9cbec4590c848eed6eae2d2b285d71 commit: 351dd2d3a48239c536e589394bc051772781d54d Author: Ulrich Müller gentoo org> AuthorDate: Wed Sep 6 06:42:26 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Sep 6 06:42:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351dd2d3 licenses: Remove unused GMGPL license. licenses/GMGPL | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/licenses/GMGPL b/licenses/GMGPL deleted file mode 100644 index 40c398d71d6..00000000000 --- a/licenses/GMGPL +++ /dev/null @@ -1,21 +0,0 @@ -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., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. - -As a special exception, if other files instantiate generics from -this unit, or you link this unit with other files to produce an -executable, this unit does not by itself cause the resulting -executable to be covered by the GNU General Public License. This -exception does not however invalidate any other reasons why the -executable file might be covered by the GNU Public License.