From patchwork Mon Nov 9 16:58:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Jambor X-Patchwork-Id: 541850 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 EEDA71402A3 for ; Tue, 10 Nov 2015 03:58:45 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=NCzRsD4g; 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 :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=ts+872HAux9HedMtC 6BSlCEa1OUKT0eYGC4KY1LU4kLSODRc+FmxW3SOJv8zpwl9QNfrxx7N5K/naDl8/ U/Conx+UOar7NEk+gl6NBJSBCP1IaqS5zgdWj816SunsjTgoNOtL28nydHKL1MWp A2nE4c0QYQ/IZpBNfRv6aVxRa4= 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 :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=default; bh=/PF5vwdKxMPVR90Ij5ybjYN 8F7w=; b=NCzRsD4gsS+sz1NSThnef1AhGdyeRhItMnwhVy2SFDYJpExqP6MSFDI xamoOxzIO/91NO1i6RLUl9Ts0JUQS8/ei3rsdlfsbjMmNGNfkcLAoXBFfvoXpj7D 4MMcqSY8DvDwaxMJCXn0LNV4FEcwFAh959RhKjq99dbjBhIh/P5c= Received: (qmail 71802 invoked by alias); 9 Nov 2015 16:58:38 -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 71787 invoked by uid 89); 9 Nov 2015 16:58:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Mon, 09 Nov 2015 16:58:36 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id B79F7ACA4; Mon, 9 Nov 2015 16:58:13 +0000 (UTC) Date: Mon, 9 Nov 2015 17:58:33 +0100 From: Martin Jambor To: Joseph Myers Cc: GCC Patches , Jakub Jelinek Subject: Re: [hsa 3/12] HSA libgomp plugin Message-ID: <20151109165833.GG14925@virgil.suse.cz> Mail-Followup-To: Joseph Myers , GCC Patches , Jakub Jelinek References: <20151105215108.GC9264@virgil.suse.cz> <20151105215603.GF9264@virgil.suse.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes Hi, On Thu, Nov 05, 2015 at 10:47:44PM +0000, Joseph Myers wrote: > This new file should have the standard libgomp copyright / license notice. > Oops, thanks for pointing this out. I am about to commit the following remedy to the branch. Thanks, Martin 2015-11-09 Martin Jambor * plugin-hsa.c: Add the standard copyright header. diff --git a/libgomp/plugin/plugin-hsa.c b/libgomp/plugin/plugin-hsa.c index c1b7879..470b892 100644 --- a/libgomp/plugin/plugin-hsa.c +++ b/libgomp/plugin/plugin-hsa.c @@ -1,3 +1,32 @@ +/* Plugin for HSAIL execution. + + Copyright (C) 2013-2015 Free Software Foundation, Inc. + + Contributed by Martin Jambor and + Martin Liska . + + This file is part of the GNU Offloading and Multi Processing Library + (libgomp). + + Libgomp 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, or (at your option) + any later version. + + Libgomp 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. + + Under Section 7 of GPL version 3, you are granted additional + permissions described in the GCC Runtime Library Exception, version + 3.1, as published by the Free Software Foundation. + + You should have received a copy of the GNU General Public License and + a copy of the GCC Runtime Library Exception along with this program; + see the files COPYING3 and COPYING.RUNTIME respectively. If not, see + . */ + #include #include #include