From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932113AbcGKXhM (ORCPT ); Mon, 11 Jul 2016 19:37:12 -0400 Received: from ozlabs.org ([103.22.144.67]:32848 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751367AbcGKXhK (ORCPT ); Mon, 11 Jul 2016 19:37:10 -0400 Date: Tue, 12 Jul 2016 09:37:05 +1000 From: Stephen Rothwell To: Paulo Flabiano Smorigo Cc: linux-kernel@vger.kernel.org, "Leonidas S. Barbosa" , Herbert Xu , Paul Mackerras , "open list:IBM Power VMX Cryptographic instructions" , "open list:LINUX FOR POWERPC 32-BIT AND 64-BIT" , "David S. Miller" Subject: Re: [PATCH 1/2] crypto: vmx - Adding asm subroutines for XTS Message-ID: <20160712093705.6f0fde7a@canb.auug.org.au> In-Reply-To: <1468264060-22769-1-git-send-email-pfsmorigo@linux.vnet.ibm.com> References: <1468264060-22769-1-git-send-email-pfsmorigo@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Paulo, On Mon, 11 Jul 2016 16:07:39 -0300 Paulo Flabiano Smorigo wrote: > > diff --git a/drivers/crypto/vmx/aesp8-ppc.pl b/drivers/crypto/vmx/aesp8-ppc.pl > index 2280539..813ffcc 100644 > --- a/drivers/crypto/vmx/aesp8-ppc.pl > +++ b/drivers/crypto/vmx/aesp8-ppc.pl > @@ -1,4 +1,11 @@ > -#!/usr/bin/env perl > +#! /usr/bin/env perl > +# Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. > +# > +# Licensed under the OpenSSL license (the "License"). You may not use > +# this file except in compliance with the License. You can obtain a copy > +# in the file LICENSE in the source distribution or at > +# https://www.openssl.org/source/license.html So, I assume that this license is compatible with the GPLv2? -- Cheers, Stephen Rothwell