From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7FAD7C072B5 for ; Fri, 24 May 2019 05:55:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3F21D2081C for ; Fri, 24 May 2019 05:55:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387703AbfEXFzC (ORCPT ); Fri, 24 May 2019 01:55:02 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:42007 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387584AbfEXFzB (ORCPT ); Fri, 24 May 2019 01:55:01 -0400 Received: from p5b06daab.dip0.t-ipconnect.de ([91.6.218.171] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hU3AQ-0005oV-GJ; Fri, 24 May 2019 07:54:58 +0200 Date: Fri, 24 May 2019 07:54:57 +0200 (CEST) From: Thomas Gleixner To: Richard Fontana cc: Greg KH , linux-spdx@vger.kernel.org Subject: Re: [patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 80 In-Reply-To: Message-ID: References: <20190520075121.768803433@linutronix.de> <20190520075211.039040246@linutronix.de> <20190522131836.GA28920@kroah.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Thu, 23 May 2019, Richard Fontana wrote: > On Wed, May 22, 2019 at 9:18 AM Greg KH wrote: > > > Also: > > A: Because it messes up the order in which people normally read text. > > Q: Why is top-posting such a bad thing? > > A: Top-posting. > > Q: What is the most annoying thing in e-mail? > > > > A: No. > > Q: Should I include quotations after my reply? > > > > http://daringfireball.net/2007/07/on_top > > I come from the bottom-posting tradition and resisted top-posting for > years, so I am pleased that top-posting is not appropriate for this > list. (At least one other person reading this list may remember that > the Harvey Birdman Rule [1] (in the process of being rebranded the > Hindering Backchannels Rule) had a very strong anti-top-posting > component in its original version, but this proved to be excessively > harsh in practice and was modified appropriately.) > > I assume it's okay to put the "Reviewed-by:" at the top of the reply though? You got lucky with that one. The script which picks up the Reviewed-by tags is not biased vs. top/bottom posting. But now that you are mentioning it, I surely could train it to detect top posting and to send nasty reminders :) Thanks, tglx