From patchwork Fri Oct 23 12:21:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chetan X-Patchwork-Id: 1386717 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20161025 header.b=mSKII8Qh; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CHk334WRgz9sSs for ; Fri, 23 Oct 2020 23:25:35 +1100 (AEDT) Received: from localhost ([::1]:52376 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVw8S-0007Ku-9d for incoming@patchwork.ozlabs.org; Fri, 23 Oct 2020 08:25:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38118) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVw6J-00067l-GZ; Fri, 23 Oct 2020 08:23:19 -0400 Received: from mail-pf1-x442.google.com ([2607:f8b0:4864:20::442]:39689) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kVw6F-0001WZ-BS; Fri, 23 Oct 2020 08:23:19 -0400 Received: by mail-pf1-x442.google.com with SMTP id e15so1098223pfh.6; Fri, 23 Oct 2020 05:23:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=NDFBUZpID606vkJ6iBUsxOcJOuTJC8GXb8skxlH3lt0=; b=mSKII8QhO3yGRdtyObWw8rrdTNcvjAMVEeeJa4/jKNbx4rM6w8kjZMBky0L9YYtmBw dbYiDSgqxBi2ohtBLihIdhepTpfhuNt6sNmc8iji+GcYhyyGD+7FrK5pcCrvyMKPDvcp gmhD1Gx+0kDQYik0bLgHb9guVsblQkhkiO6kf357Ca8uls6iZokZXz/NLVsTV102hyMp SDDPgMT9LD3CnG9CCZ4DJ+av1ektcCsc0Grt/tWl/rvzZu2jVTxFxCyAoLJzu9cqyQJN UrJPRBn4uwiOJmTVFYw0u+l8ygLBoewp3kyPHf2zq8BbOeE1MnIJB+09PHkWtJjCpNYv kSbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=NDFBUZpID606vkJ6iBUsxOcJOuTJC8GXb8skxlH3lt0=; b=hfiKWJ7gMkhNgI+d45p1DLJ/i1ijgs+aS5XCIXykSVKc/aR7hfhwp0B6UX2feMudNT YL6UBM4dCNHaS1sMyyEkUhAOaAUOzsH2PKQ5tM3zRr8Kr1y4PCgRZjosUuutENeJ8etC Xn5B/O5zlpIQUCZ0Z14K+ES7Mp41fRVms5DjHv8zhMV+Os1N9XiPR08tvVUWgfIozmkx QL2oavo0fcbr/A/zU+4rfB7m8iLFQ/obgruv51gjt6OSI6SnVTUzqR+PNRGpm/jUQb0z H9mFUquU+D3OWkiT+eXNmMWD40U9zvD+Sp9zfyJgHwFqTHNakZfdXCdiBIl9+e7EjPvt nakg== X-Gm-Message-State: AOAM532ID0IVogbzw8oNwePe1gPcAR5rHsJrvQrbxCYXGP7KhXHwN+U3 iwN0USJIYpmgAWYZp/5YUJX5wKhG77GqcINo X-Google-Smtp-Source: ABdhPJwSGwlaXhBasu3p/tzaoDlz4ONmlfDd+JAstCNntD5z6zKwWDnHd7JJ+lNpdL0lXR3LBr4XIA== X-Received: by 2002:a63:531d:: with SMTP id h29mr1636405pgb.301.1603455791019; Fri, 23 Oct 2020 05:23:11 -0700 (PDT) Received: from pulp100.localdomain ([103.199.158.131]) by smtp.gmail.com with ESMTPSA id s23sm1815877pgl.47.2020.10.23.05.23.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Oct 2020 05:23:10 -0700 (PDT) From: Chetan Pant To: qemu-trivial@nongnu.org Subject: [PATCH 13/30] tricore tcg cpus: Fix Lesser GPL version number Date: Fri, 23 Oct 2020 12:21:57 +0000 Message-Id: <20201023122157.19321-1-chetan4windows@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201014134248.14146-1-chetan4windows@gmail.com> References: <20201014134248.14146-1-chetan4windows@gmail.com> Received-SPF: pass client-ip=2607:f8b0:4864:20::442; envelope-from=chetan4windows@gmail.com; helo=mail-pf1-x442.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kbastian@mail.uni-paderborn.de, qemu-devel@nongnu.org, Chetan Pant Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" There is no "version 2" of the "Lesser" General Public License. It is either "GPL version 2.0" or "Lesser GPL version 2.1". This patch replaces all occurrences of "Lesser GPL version 2" with "Lesser GPL version 2.1" in comment section. Signed-off-by: Chetan Pant Reviewed-by: Thomas Huth Acked-by: Bastian Koppelmann --- hw/tricore/tricore_testboard.c | 2 +- target/tricore/gdbstub.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/tricore/tricore_testboard.c b/hw/tricore/tricore_testboard.c index 8ec2b5b..12ea149 100644 --- a/hw/tricore/tricore_testboard.c +++ b/hw/tricore/tricore_testboard.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/tricore/gdbstub.c b/target/tricore/gdbstub.c index 0f4e612..3ce55ab 100644 --- a/target/tricore/gdbstub.c +++ b/target/tricore/gdbstub.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of