From patchwork Fri Apr 20 18:48:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Gardner X-Patchwork-Id: 902121 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=sparclinux-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=oracle.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=oracle.com header.i=@oracle.com header.b="qDKm/B9i"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40SPyP20cqz9s1p for ; Sat, 21 Apr 2018 04:48:45 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751876AbeDTSso (ORCPT ); Fri, 20 Apr 2018 14:48:44 -0400 Received: from userp2120.oracle.com ([156.151.31.85]:50722 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750858AbeDTSsn (ORCPT ); Fri, 20 Apr 2018 14:48:43 -0400 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w3KIkiHl011498 for ; Fri, 20 Apr 2018 18:48:42 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id; s=corp-2017-10-26; bh=g7w2rTImYWs/fEhNw6Dz6VTykV0VfBJFqTsXoCckTss=; b=qDKm/B9inzg5D6nCUkIu5vhPJ9tnfq0cBSYv1byleag22Fm/8unbs6TWhVcWzbvBxbe+ Pqhh4xBa2DXxufNQ5VcOwBAY+cxkx/lft7B4Ij3RnfG7kt9jrQxtwLvnFjlbgzKucSSi hEMQVpZT4qvnHNR642itLZ7MAtR0AQEVsAK7SwrnrbkyOZxSNSylcxzEKcWfsWqSZa6D dkfHwJ2eteZst70AoJ1JTyg4S+y9euQzW7ww7kmKf68WyjqBNUd0ErD2is14tpdX4bl4 pMsjSHUK4tyVA1D83gvGTALNVQEeXDFq/yQeJBBIoHMr8ls2cnnYRLMIHkPZ2I3Y3GqB Iw== Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp2120.oracle.com with ESMTP id 2hdrxpdymy-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 20 Apr 2018 18:48:42 +0000 Received: from ca-qasparc12.us.oracle.com (ca-qasparc12.us.oracle.com [10.147.25.210]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id w3KImf8N009165; Fri, 20 Apr 2018 18:48:41 GMT From: Rob Gardner To: sparclinux@vger.kernel.org Cc: Rob Gardner , Jonathan Helman Subject: [PATCH] sparc64: Fix mistake in oradax license text Date: Fri, 20 Apr 2018 12:48:25 -0600 Message-Id: <1524250105-44243-1-git-send-email-rob.gardner@oracle.com> X-Mailer: git-send-email 1.7.1 X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8869 signatures=668698 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=532 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1804200189 Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org The license text in both oradax files mistakenly specifies "version 3" of the GNU General Public License. This is corrected to specify "version 2". Signed-off-by: Rob Gardner Signed-off-by: Jonathan Helman --- arch/sparc/include/uapi/asm/oradax.h | 2 +- drivers/sbus/char/oradax.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sparc/include/uapi/asm/oradax.h b/arch/sparc/include/uapi/asm/oradax.h index 7229519..4f6676f 100644 --- a/arch/sparc/include/uapi/asm/oradax.h +++ b/arch/sparc/include/uapi/asm/oradax.h @@ -3,7 +3,7 @@ * * 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 3 of the License, or + * 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, diff --git a/drivers/sbus/char/oradax.c b/drivers/sbus/char/oradax.c index 96b4ad7..719d5fe 100644 --- a/drivers/sbus/char/oradax.c +++ b/drivers/sbus/char/oradax.c @@ -3,7 +3,7 @@ * * 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 3 of the License, or + * 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,