summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-02-18 19:29:11 +0100
committerPeter Simons <simons@cryp.to>2010-02-18 19:29:11 +0100
commit243dbc4029ae722f46372f2681c7cd7b8e1536e9 (patch)
tree1889f6a57702f46a2c8231fd61f03a2a4fccf949 /TODO
parent0d4e0e3e9e306609ac8b5967004016f2a2869278 (diff)
downloadautoconf-archive-243dbc4029ae722f46372f2681c7cd7b8e1536e9.tar.gz
TODO: added open tasks that were pointed out by Karl Berry
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/TODO b/TODO
index 418e330..1a041df 100644
--- a/TODO
+++ b/TODO
@@ -68,3 +68,25 @@
It would be desirable to have the license texts in the documentation *once*
and to have every macro refer to the appropriate section.
+* TODO Add copyright notices to all files [0/3]
+
+ * [ ] autoconf-archive.texi should say what its own (the documentation)
+ copyright is in the @copying. Presumably GFDLv1.3+.
+
+ * [ ] small top-level files like NEWS, ChangeLog, TODO should have some kind
+ of notice, e.g., the all-permissive one.
+
+ * [ ] Makefile.am files should use the standard GPL notice, not just say
+ "Licensed under the terms ...". That leaves it unclear as to what
+ version of the GPL applies, and whether it is GPLvN-only vs.
+ GPLvN-or-later.
+
+* TODO Update infrastructure files from gnulib
+
+ Most of our infrastructure files come from the Automake versions that's used
+ to run =autoreconf -i=. However, there are newer files in gnulib that we
+ should use instead: install-sh got a minor update, ditto the INSTALL file.
+ texinfo.tex has also been updated.
+
+ Karl Berry suggested using =gnulib/config/srclist-update= to keep those files
+ synchronized.