From b99870847ed87a37beaab7f5d6f822bac837c274 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 1 Aug 2020 17:49:01 +0300 Subject: Add TODO file --- TODO | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..2674ca8 --- /dev/null +++ b/TODO @@ -0,0 +1,20 @@ +On the revision: + +- Canonicalize the license in the package manifests. + +- Normalize C comments in the tests source code replacing + + /* + * ... + */ + + with + + /* ... + */ + +On the release: + +- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc). + + Note that this requires bumping build2 version requirement to 0.13.0. -- cgit v1.1