From owner-svn-src-all@freebsd.org Tue Sep 22 15:08:11 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7AC553EBE2E for ; Tue, 22 Sep 2020 15:08:11 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound2k.ore.mailhop.org (outbound2k.ore.mailhop.org [54.148.219.64]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bwl6z0229z47cp for ; Tue, 22 Sep 2020 15:08:10 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1600787289; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=cadPb/2LJ243zjd0OxuJdkqhjej4sQ54TYzsxW6gbaA1leFws4EF6zjqsXSeNIOqT5pUkbQWsKE67 Sds4DbzOjFaDI3zgvhDuMRqpZhBqJtnk86BoaaDF4PCOYc4OSI6nouOvTpnKps7CuU65FRIPxvG8QJ Fy64Qu4F4IIkC89FFMsz8g/0AT2qMIj676+zzmWgCbOsROH8JW510ICvOVtE+5FjGnYdPH2eCSmanr p/wUOXv1yzbbYvG7hx9SwT6rlhlvB2PcMdifJ8+xjU+kxUyK7TXCoqatMD/tcNyDjf6NboWWsUPUx1 Ji3Oia4qMtT9N/LTQml5dvCI/ex1k1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=ERSqDfI5Lj/KtHRyFDDK40ctW3vcJaAJ+fRXLBkar3k=; b=vG6sKT0oZh4E2EEy19QirJjrWK1YxGb35ZAydzpqSwpi624O2EKgR/jupfEMZeyZoNYeazCKJszli SXW+gl8v7EgqUfnzUSsp/ps2n9Ec6HVxeytPZyeTRRaVQ8EUAIKfQ5E7CgJH8C6RGBn0qdJGVpTGej 0pL1aSnotM4CsE6pJzX2U2Iu8N9dXlPD2SRd0o+v6ltRJGEPzUkfOuAc6A++5Mj1iMM+9+fS4DaPzA CQjde0xrSyQ/IIzbynpwEygYjJ58XzvcSgjEQCfwdQSresnZV2qqngJYH24J2MYHpRSClWQnlCzaIn 4oW1RMYFs73D5BFCUXKKfuCgghrp25w== ARC-Authentication-Results: i=1; outbound4.ore.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:from; bh=ERSqDfI5Lj/KtHRyFDDK40ctW3vcJaAJ+fRXLBkar3k=; b=JyWzWfYgk+Ss0ZwNfzMnd1zDXyRYRbzW2OV+QKfpbJJI6CUyNf5N0UWPOrweNU70MoDW84e/G8n9z sI/TijC2KOkBkMFgc/+AA3/UBPJDYzK7d5B5SsxOQvCulw41905vctJ8Kk8y03TS4cLkJZnIOCfLLI ZC7CK/yWDot0G8wVRaipQJ84s0MMvnCcgB/hD4D8uPcWXfbkiLvqR1x7zCut8D9vyUGQ6YRuCgbW+9 oAPkQQOYvNz4KeIGKZRd0VPGo2ghRQ/HIi4wxK8MA2CjSEQeGql+u5moRoQITXVYbzGNoawFAAWr1+ mRg1Wim06TGapkURt2jWmgxZdi16CeA== X-MHO-RoutePath: aGlwcGll X-MHO-User: 6aaa911e-fce5-11ea-9e11-df46ed8f892f X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (c-67-177-211-60.hsd1.co.comcast.net [67.177.211.60]) by outbound4.ore.mailhop.org (Halon) with ESMTPSA id 6aaa911e-fce5-11ea-9e11-df46ed8f892f; Tue, 22 Sep 2020 15:08:08 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id 08MF85jx025309; Tue, 22 Sep 2020 09:08:05 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: Subject: Re: svn commit: r365984 - head/usr.bin/calendar/calendars From: Ian Lepore To: Steffen Nurpmeso , Greg Lehey Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Tue, 22 Sep 2020 09:08:05 -0600 In-Reply-To: <20200922140214.0vHBB%steffen@sdaoden.eu> References: <202009212255.08LMtpSp078237@repo.freebsd.org> <20200922140214.0vHBB%steffen@sdaoden.eu> Content-Type: text/plain; charset="ASCII" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Bwl6z0229z47cp X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:16509, ipnet:54.148.0.0/15, country:US] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2020 15:08:11 -0000 On Tue, 2020-09-22 at 16:02 +0200, Steffen Nurpmeso wrote: > Greg Lehey wrote in > <202009212255.08LMtpSp078237@repo.freebsd.org>: > |Author: grog > |Date: Mon Sep 21 22:55:51 2020 > |New Revision: 365984 > |URL: https://svnweb.freebsd.org/changeset/base/365984 > | > |Log: > | Remove claim that Allied Forces created "West Germany" in > 1953. I can > | find no historic substantiation for such a claim. The Federal > | Republic of Germany was created by Germans on 23 May 1949, as > also > | noted in this file. > > I could imagine it was Konrad Adenauer (chancellor at that time) > refusing (let aside western war winners) the Sowjet offer to > reunite Germany shall Germany henceforth exist as a "neutral > state" in the same sense as Switzerland claims to be neutral. > He refused, instead forward looking to rearm the German army. > That is, turning Germany to a part of the Western Alliance > explicitly and willingly. Or was that in 1949? Hm. > > And this is why I agree with Cy and Conrad that we should not be trying to be wikipedia lite. -- Ian