From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1kUScF-0005wE-LV for mharc-qemu-trivial@gnu.org; Mon, 19 Oct 2020 06:42:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34214) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUScF-0005ve-4C for qemu-trivial@nongnu.org; Mon, 19 Oct 2020 06:42:11 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:34357) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kUScB-0000fX-19 for qemu-trivial@nongnu.org; Mon, 19 Oct 2020 06:42:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603104126; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7p8C2negoEwkGVFLuGhSUb3hAD7u40KjPl9YPQXtkeI=; b=Xp6CSgrRq+McydHJpVqPqfWtZg4QqNWQNtzKIk81Irjjf6ZsKWgK719FrsUshsfoYbUfiO qFwO1l9mu/NdhSqd5zVZaaIiCzRr/VjQNjtk5xfrinFaKj3+fA8Wx/Z5Y/52qFbdyiKTTl D25UvBadZ5n7z7mIac/oPt/bex1akdY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-289-75BqXrQGOR2VtBXxN-_dhA-1; Mon, 19 Oct 2020 06:42:04 -0400 X-MC-Unique: 75BqXrQGOR2VtBXxN-_dhA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AF52857057; Mon, 19 Oct 2020 10:42:03 +0000 (UTC) Received: from redhat.com (ovpn-114-2.ams2.redhat.com [10.36.114.2]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A3D5110013C4; Mon, 19 Oct 2020 10:42:02 +0000 (UTC) Date: Mon, 19 Oct 2020 11:41:59 +0100 From: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= To: Chetan Pant Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org Subject: Re: [PATCH 4/30] authz: Fix Lesser GPL version number Message-ID: <20201019104159.GH236912@redhat.com> Reply-To: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= References: <20201014134248.14146-1-chetan4windows@gmail.com> <20201014134902.14291-1-chetan4windows@gmail.com> MIME-Version: 1.0 In-Reply-To: <20201014134902.14291-1-chetan4windows@gmail.com> User-Agent: Mutt/1.14.6 (2020-07-11) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=berrange@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=216.205.24.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/19 01:44:30 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2020 10:42:11 -0000 On Wed, Oct 14, 2020 at 01:49:02PM +0000, Chetan Pant wrote: > 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 > --- > authz/base.c | 2 +- > authz/list.c | 2 +- > authz/listfile.c | 2 +- > authz/pamacct.c | 2 +- > authz/simple.c | 2 +- > include/authz/base.h | 2 +- > include/authz/list.h | 2 +- > include/authz/listfile.h | 2 +- > include/authz/pamacct.h | 2 +- > include/authz/simple.h | 2 +- > tests/test-authz-list.c | 2 +- > tests/test-authz-listfile.c | 2 +- > tests/test-authz-pam.c | 2 +- > tests/test-authz-simple.c | 2 +- > 14 files changed, 14 insertions(+), 14 deletions(-) Acked-by: Daniel P. Berrangé Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|