From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 4179A7D90D for ; Tue, 19 Nov 2019 14:28:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727456AbfKSO2y (ORCPT ); Tue, 19 Nov 2019 09:28:54 -0500 Received: from ms.lwn.net ([45.79.88.28]:38514 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726378AbfKSO2y (ORCPT ); Tue, 19 Nov 2019 09:28:54 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id EB26C2B2; Tue, 19 Nov 2019 14:28:53 +0000 (UTC) Date: Tue, 19 Nov 2019 07:28:52 -0700 From: Jonathan Corbet To: Giovanni Mascellani Cc: Jean Delvare , Guenter Roeck , Pali =?UTF-8?B?Um9ow6Fy?= , linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 2/2] dell-smm-hwmon: Add documentation Message-ID: <20191119072852.683885f6@lwn.net> In-Reply-To: <20191119134921.168424-2-gio@debian.org> References: <20191119134921.168424-1-gio@debian.org> <20191119134921.168424-2-gio@debian.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, 19 Nov 2019 14:49:21 +0100 Giovanni Mascellani wrote: > Part of the documentation is taken from the README of the userspace > utils (https://github.com/vitorafsr/i8kutils). The license is GPL-2+ > and the author Massimo Dal Zotto is already credited as author of > the module. Therefore there should be no copyright problem. Given that you know the details, could you maybe put an SPDX tag at the top with the licensing information? Otherwise looks good. Thanks, jon