summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-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
+
+ /* ...
+ */