summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 20:50:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 20:50:53 +0300
commit6e3b22b82c6bb7dc9bad0f56214121407dd65b28 (patch)
tree2cae8b79565fcd9d47d5b43116813b5308df980c
parentc7379731787b564c8bbc3b9c31fd36d52743b087 (diff)
Add TODO file
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..9336e90
--- /dev/null
+++ b/TODO
@@ -0,0 +1,14 @@
+On the revision:
+
+- Canonicalize the license in the package manifests.
+
+- Normalize C comments in the tests source code replacing:
+
+ /*
+ * ...
+ */
+
+ with
+
+ /* ...
+ */