Merged silc_1_0_branch to trunk.
[silc.git] / apps / autodist / TODO
diff --git a/apps/autodist/TODO b/apps/autodist/TODO
new file mode 100644 (file)
index 0000000..e3e00ea
--- /dev/null
@@ -0,0 +1,16 @@
+TODO In Autodist
+================
+
+o Autodist should produce output file when 'license-header' is used for
+  files that _was not_ re-licensed.  This would be useful to check if
+  there are files in the distribution with wrong license.
+
+o Better 'license-header' implementation.
+
+o Perhaps ability to partially re-license the source tree.  Now all files
+  will be processed if 'license-header' is used.
+
+o Better 'noprocess' so that it would work with directories recursively,
+  such as noprocess foo/bar, would not process anything under foo/bar.
+
+o Perhaps output autodist.log when processing the source tree.