[0/2] batctl: Convert CHANGELOG/README to reStructuredText

Message ID 20171120210229.9069-1-sven@narfation.org (mailing list archive)
Headers
Series batctl: Convert CHANGELOG/README to reStructuredText |

Message

Sven Eckelmann Nov. 20, 2017, 9:02 p.m. UTC
  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
  

Comments

Sven Eckelmann Dec. 1, 2017, 1:21 p.m. UTC | #1
On Montag, 20. November 2017 22:02:27 CET Sven Eckelmann wrote:
> 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.
[...]

Applied in cfaec23..a5027a0 but without the *.license parts.

Kind regards,
	Sven