Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp273028pxk; Thu, 1 Oct 2020 01:53:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw4A7cvYgIJ+CWnldkrlgsZRwquYKQm8RX9EOC+J91XiY8nxKiJbU+guXJ6tkWjivN1TwPd X-Received: by 2002:a17:906:ae50:: with SMTP id lf16mr6749294ejb.343.1601542386171; Thu, 01 Oct 2020 01:53:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601542386; cv=none; d=google.com; s=arc-20160816; b=LSdLlIJEt8Dr9PyKs/jnFCoOY1ogPuRg1DxJ7V22D+WL3dX3yuX0eixC6Ya5J/F1fD qzzl/V1Pi182kevz2MLeUwS3yuj5YflTdKkd74+dJp9MTmDZWTQt+mYRmPQDTygDRJUc n2n8wK26wHaDxAJgoVO4ejzh4knbxppN55TW7Ifk1JUp/n8dB4GNhHTj4MrxQq6As3QB +WaxRYh+oDxXGDyNC8D9G3mw6LhozVIuJX+1AwN8+zlEa1EVs1ziwv0jQpcSmLeUAkyg CJRK9ebxEy7P6WoXM9yv5TIjAm47+kdVuAf+8/NaLWTPT8fTE2qk9JSm61gSD30vcxOO a3IQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=2G6Cgfe7WNuJHfQgT/mfciObwCgZdJbfXIRh+VNDJGo=; b=BOQdRW4LFBPsb/NAug7Tz5AYETdcY9ItI1kFjbGdOcF4DNUBQVx9gM1XYfuIDAUnbw 2+9iF6STRpw5lzyksZYu1OFo5Gc+YSO7M2gi8DPp682vDEiWoRUMNGJFrZvD+3sTqKdg Gzmxuwetdv4fpZ6vgyGNaNnupW1vurrfX0pB73eE87fOyVB/HkwIJ9vC4zHcSOlvrWm9 lXKNqJsu9yL1x6zKCEvZVCBP0l9pDjyOYFsu1qeO3Kru1ZTtCA5eha2OafWpsFcY4i9y 1nT91b2fktFCWdKteZyS8pUZkd1ALcF9B+g3hXDzwQdS9e9H0+pj7pPk8dNge5kB5UcH xuWw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r25si3799597edc.505.2020.10.01.01.52.43; Thu, 01 Oct 2020 01:53:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731759AbgJAIul (ORCPT + 99 others); Thu, 1 Oct 2020 04:50:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725921AbgJAIuk (ORCPT ); Thu, 1 Oct 2020 04:50:40 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8234::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B42AC0613D0; Thu, 1 Oct 2020 01:50:40 -0700 (PDT) Received: from ip4d14bc8c.dynamic.kabel-deutschland.de ([77.20.188.140] helo=truhe.fritz.box); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kNuIP-0004XP-Ux; Thu, 01 Oct 2020 10:50:38 +0200 From: Thorsten Leemhuis To: Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH v1 26/26] docs: reporting-bugs: add SPDX tag and license hint, remove markers Date: Thu, 1 Oct 2020 10:50:37 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;linux@leemhuis.info;1601542240;ce6046ea; X-HE-SMSGID: 1kNuIP-0004XP-Ux Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove the last leftovers from the old text. Also delete the temporary markers added for the rewrite of this document. Add a SPDX tag with the new license now that the rewrite is complete. Add a license hint whom to attribute when distributing the text under CC-BY 4.0. Signed-off-by: Thorsten Leemhuis --- Documentation/admin-guide/reporting-bugs.rst | 27 ++++++-------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/Documentation/admin-guide/reporting-bugs.rst b/Documentation/admin-guide/reporting-bugs.rst index 42f59419263a..bbddea6b1567 100644 --- a/Documentation/admin-guide/reporting-bugs.rst +++ b/Documentation/admin-guide/reporting-bugs.rst @@ -1,15 +1,10 @@ +.. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0) + .. _reportingbugs: Reporting bugs ++++++++++++++ -.. ############################################################################ -.. Temporary marker added while this document is rewritten. The sections below -.. up to a second marker of this kind are new and dual-licensed under GPLv2+ -.. and CC-BY 4.0. Both sections are incomplete as of now and thus might be -.. inconsistent/not make sense before all patches of the rewrite got applied. -.. ########################################################################### - The short guide (aka TL;DR) =========================== @@ -1467,15 +1462,9 @@ document and the implications between the lines illustrate that. But that's how it is for now. The main author of this text hopes documenting the state of the art will lay some groundwork to improve the situation over time. -.. ############################################################################ -.. Temporary marker added while this document is rewritten. Sections above -.. are new and dual-licensed under GPLv2+ and CC-BY 4.0, those below are old. -.. Both sections are incomplete as of now and thus sometimes inconsistent. -.. ########################################################################### - -How to report Linux kernel bugs -=============================== - -Thank you! - -[Some of this is taken from Frohwalt Egerer's original linux-kernel FAQ] +*Licensing advice: This document is dual-licensed under GPL-2.0+ and CC-BY 4.0. +If you want to distribute it under the terms of the latter, please use 'The +Linux kernel developers' for author attribution and either +https://www.kernel.org/doc/html/latest/admin-guide/reporting-bugs.html or +https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/admin-guide/reporting-bugs.rst +when pointing to the source.* -- 2.26.2