From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_RP_MATCHES_RCVD,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: yahns-public@yhbt.net Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 3F5F220528 for ; Fri, 4 Dec 2015 22:18:35 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH] README: clarify and update copyright year Date: Fri, 4 Dec 2015 22:18:35 +0000 Message-Id: <20151204221835.25672-1-e@80x24.org> List-Id: This is no place to advertise weirdo projects. --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index e1ca3a6..1219a7e 100644 --- a/README +++ b/README @@ -55,19 +55,17 @@ Contact We are happy to see feedback of all types via plain-text email. Please send comments, user/dev discussion, patches, bug reports, -and pull requests to the public inbox/mailing list at: +and pull requests to the open-to-all mailing list at: yahns-public@yhbt.net No subscription is necessary to post. Please Cc: all recipients as subscription is not necessary. -You may subscribe by sending an email to: +You may optionally subscribe by sending an email to: yahns-public+subscribe@yhbt.net -You may also subscribe to the public-inbox at git://yhbt.net/yahns-public -using ssoma Mailing list archives browsable via HTTP: http://yhbt.net/yahns-public/ Or NNTP: nntp://news.public-inbox.org/inbox.comp.lang.ruby.yahns @@ -127,7 +125,7 @@ processes to work around low FD limits as well as contention in the: Copyright --------- -Copyright 2013-2014, all contributors (see git repo). +Copyright 2013-2015, all contributors (see git repo). License: GPLv3 or later yahns is copyrighted Free Software by all contributors, see logs in -- EW