From patchwork Tue Sep 27 14:57:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eli Zaretskii X-Patchwork-Id: 675671 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3sk3qB1xFxz9s2G for ; Wed, 28 Sep 2016 00:57:58 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=MOyBjdYV; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :message-id:from:to:cc:subject:reply-to; q=dns; s=default; b=c5S weGaYOiyZV6xtsKizZD6RPP2UQCaie+OORrxER96HUQPxd7OKdi9xHY5irLEYCRQ Dpp/T7S7mYycp5qKWfbRGg7YziwF4qtOo1FN26oUXDcmHT0g1cu0Lo2ADVhO6ntZ /xGSOuZVGGbyLyDedw/3N4GhMSxakwpOz4nQCA8U= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :message-id:from:to:cc:subject:reply-to; s=default; bh=18AuZ2Yh1 +98DYOPsNdmksfR68A=; b=MOyBjdYV9sRfFzV4A0pl7XjAiToURX8w5kd02BkiL hTWp9/vLp9NqeuzZVdBsOFeemnib3j3Y0bkb+sRP31BkvqBVMlVhzAbrdmKsp+qK 1aB+OSDOsjgKguiFwJ62Pzd20IJ3sxzU5EHV2uwtTSStFtg+yQDmll4YsZznOloo Sg= Received: (qmail 20068 invoked by alias); 27 Sep 2016 14:57:48 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 20048 invoked by uid 89); 27 Sep 2016 14:57:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS, UNSUBSCRIBE_BODY autolearn=ham version=3.3.2 spammy=Street, subscribed, Floor, street X-HELO: fencepost.gnu.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Sep 2016 14:57:37 +0000 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1876 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1botp9-0001vx-Du; Tue, 27 Sep 2016 10:57:35 -0400 Date: Tue, 27 Sep 2016 17:57:34 +0300 Message-Id: <83wphxbdb5.fsf@gnu.org> From: Eli Zaretskii To: gcc-patches@gcc.gnu.org CC: Ozkan Sezer Subject: Change license of filenames.h to LGPL Reply-to: Eli Zaretskii Hi, I was asked by Ozkan Sezer (CC'ed) whether I'd agree to relicense include/filenames.h under LGPL2+ instead of GPL2+. I talked to Richard Stallman (in private email), and he authorized the change. So now I'm proposing the corresponding change to you. Thanks. P.S. Please CC me on any responses, as I'm not subscribed to this list. ====================================================================== Relicense include/filenames.h as LGPL2+. include/ChangeLog: 2016-09-24 Eli Zaretskii * filenames.h: Relicense as LGPL 2.1 or later. diff --git a/include/filenames.h b/include/filenames.h index 44553e4..b933bcf 100644 --- a/include/filenames.h +++ b/include/filenames.h @@ -10,18 +10,19 @@ This file is part of BFD, the Binary File Descriptor library. 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. +it under the terms of the GNU Lesser General Public License as +published by the Free Software Foundation; either version 2.1 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. +GNU Lesser 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. */ +You should have received a copy of the GNU Lesser 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. */ #ifndef FILENAMES_H #define FILENAMES_H