From patchwork Mon Nov 20 21:02:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17147 Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id D580082CA7; Mon, 20 Nov 2017 22:03:38 +0100 (CET) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="kBe8hkBI"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver= Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 5945882B0F for ; Mon, 20 Nov 2017 22:02:31 +0100 (CET) Received: from sven-desktop.home.narfation.org (p200300C593C2BCF90000000000004065.dip0.t-ipconnect.de [IPv6:2003:c5:93c2:bcf9::4065]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id E992F1100E8; Mon, 20 Nov 2017 22:02:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1511211751; bh=chV7z75tnJMCxIkMQVEDHrVM1Ed7VVq8Cj4lpMj90+Y=; h=From:To:Cc:Subject:Date:From; b=kBe8hkBIFeq4dGCGIO/yDW4h9wCoBwNHhYm3DbFZFlYr9uGw/QAKZ7oRscJKVACMH /yP8sOhiTp4W4Cb2XKVIN35VRj/o8dENCWDD0LoksCL/Gj2qMGOBH8uW1iAe378o17 GrKKeMVlH4JwI+84WFenKca1b+HwrpO11r/w1N+s= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Mon, 20 Nov 2017 22:02:27 +0100 Message-Id: <20171120210229.9069-1-sven@narfation.org> X-Mailer: git-send-email 2.11.0 Subject: [B.A.T.M.A.N.] [PATCH 0/2] batctl: Convert CHANGELOG/README to reStructuredText X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" Hi, I was talking today with Simon about the "License cleanup" changes. He would prefer when the *.license files don't exist (when possible). Luckily, I already wanted to convert these files (or at least the READMEs) to reStructuredText and I've already shown in these patchsets how the SPDX annotation should be done for the lrest files. So it was just logically to immediately post the conversion to rst and integration of this tag. We've also discussed how the changelog should look like. It should be simple and we only wanted to show the date (not the time) anymore. And the actual changelog lists should be kept (mostly untouched - beside some minor format fixes to make it reStructuredText compatible). This patchset is based on the "batctl: License cleanup" patchset. Kind regards, Sven Sven Eckelmann (2): batctl: Convert CHANGELOG to reStructuredText batctl: Convert README to reStructuredText CHANGELOG | 56 ----- CHANGELOG.license | 2 - CHANGELOG.rst | 60 +++++ README | 614 ----------------------------------------------- README.license | 2 - README.rst | 694 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 754 insertions(+), 674 deletions(-) delete mode 100644 CHANGELOG delete mode 100644 CHANGELOG.license create mode 100644 CHANGELOG.rst delete mode 100644 README delete mode 100644 README.license create mode 100644 README.rst