Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp550220pxb; Thu, 12 Nov 2020 10:03:53 -0800 (PST) X-Google-Smtp-Source: ABdhPJxabYH8nDAyX+ckBBvsRQF/959MpjZsEGeE9ob2WT1pl+I2Gjd98Sn+/Egi7ETXjsBauWLh X-Received: by 2002:a17:906:c51:: with SMTP id t17mr466985ejf.523.1605204233714; Thu, 12 Nov 2020 10:03:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605204233; cv=none; d=google.com; s=arc-20160816; b=E7vtYfBmmNJt0+VoH0KmCOb4Rc/sCNpni2MnK1dwktxevVAdPypYIrse2D3/S9B+8n FeGRrPCLQWk3OdLxrlydyUkagZkJkbmioI9cxDtt7pETzOxyo/+1OGTao9UmORcclbKY VrDWAij1NN50SD68reG+is7/pV/tTDHSXCLj9Q0K437xBc2db3hQLPLmRPd7AYILvl7o l2MTn5aw2B8VDTGdoHOiHYGh8Hlzyfzxtj8X0PoExZNrq2RIUjbxzfQKtU7egQS3WtYG piujwNeRHOyllzQuZdRkHb5K2GecgoQTrpAE5J1fTPnlfJSffkyN7R5xKY4XdeN8qL46 r6mQ== 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=IYuMnbfzViz/UVzgJkSmSi4VBxmZIwKJDUdCp4Ww+vM=; b=ECAZ0LLmccu/VkleXM3mbSnZygqGQox35GT7VZbHhFsUenoTA6SGbGlE3f6Rl3xe+7 cePkCRGh0PjQ1HAo9O//2mq+bK4FXmYcSO6ql3Vtepi+s11hQyZvDaTq9uFp3Yk/QkFL nSWAo/JECgT0vk6QnQo+mHmTqL58svr8eonCe79679jxZRBtNhQz9CwSno2dDDSz5ApW ho1Uoc6Mwh+r47YA0hj1sIoxi07kCsmRwNHbStq5kScz5NQ6/S6oieu3RBZokg03Kpe3 ThSvqa6QuagY397EFPbG9whfe4R9s31Tqf/l5CmXXjCDvDdqBfaHj/HCbrUzsbJqyI1w b3YQ== 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 w8si4259094ejv.203.2020.11.12.10.03.28; Thu, 12 Nov 2020 10:03:53 -0800 (PST) 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 S1726499AbgKLR7N (ORCPT + 99 others); Thu, 12 Nov 2020 12:59:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726414AbgKLR7K (ORCPT ); Thu, 12 Nov 2020 12:59:10 -0500 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 C4BDAC061A47; Thu, 12 Nov 2020 09:59:07 -0800 (PST) Received: from ip4d145e30.dynamic.kabel-deutschland.de ([77.20.94.48] helo=truhe.fritz.box); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kdGsC-0006ue-20; Thu, 12 Nov 2020 18:59:04 +0100 From: Thorsten Leemhuis To: Jonathan Corbet Cc: Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH v2 01/26] docs: reporting-bugs: temporary markers for licensing and diff reasons Date: Thu, 12 Nov 2020 18:58:38 +0100 Message-Id: X-Mailer: git-send-email 2.28.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;linux@leemhuis.info;1605203947;764f585d; X-HE-SMSGID: 1kdGsC-0006ue-20 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add two temporary markers for the transition to the rewritten document. Both tell users that the document is incomplete and partly inconsistent before all patches from the series got applied. It also points out the new text is dual-licensed under GPLv2+ and CC-BY 4.0. The latter is better for documentation in general. It's also more liberal, which is a nice-to-have for a document like this, as that makes it possible for websites and books to republish it or build upon it. The second marker separates old and new text, which makes diffs a lot more readable. It's also there for licensing reasons, to make is obvious that all old text got removed in the end. Then a proper SPDX license tag will get added as well. Signed-off-by: Thorsten Leemhuis --- = RFC = Let me know if you think dual-licensing was a bad idea or if CC-BY-4.0 is a bad choice here. --- Documentation/admin-guide/reporting-bugs.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/admin-guide/reporting-bugs.rst b/Documentation/admin-guide/reporting-bugs.rst index 42481ea7b41d..4bbb9132782b 100644 --- a/Documentation/admin-guide/reporting-bugs.rst +++ b/Documentation/admin-guide/reporting-bugs.rst @@ -3,6 +3,19 @@ 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. +.. ########################################################################### + +.. ############################################################################ +.. 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. +.. ########################################################################### + Background ========== -- 2.28.0