+2006-08-30 Paul Eggert <eggert@cs.ucla.edu>
+ and Simon Josefsson <jas@extundo.com>
+ and Oskar Liljeblad <oskar@osk.mine.nu>
+
+ * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
+ * gnulib-tool (func_import): New license type 'unmodifiable license
+ text'.
+ * modules/fdl: Use it. Longer description.
+ * module/gpl, module/lgpl: New files.
+
2006-08-29 Paul Eggert <eggert@cs.ucla.edu>
* modules/isapipe: New file.
func_begin_table
func_module fdl
func_module gendocs
+ func_module gpl
+ func_module lgpl
func_module regexprops-generic
func_end_table
progname=$0
package=gnulib
-cvsdatestamp='$Date: 2006-08-28 19:39:49 $'
+cvsdatestamp='$Date: 2006-08-30 18:13:34 $'
last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
# Add the dummy module if needed.
func_modules_add_dummy
- # If --lgpl, check the license of modules are compatible.
+ # If --lgpl, verify that the licenses of modules are compatible.
if test -n "$lgpl"; then
for module in $modules; do
license=`func_get_license $module`
case $license in
- LGPL | 'GPLed build tool' | 'public domain' | 'unlimited') ;;
+ LGPL | 'GPLed build tool') ;;
+ 'public domain' | 'unlimited' | 'unmodifiable license text') ;;
*) func_fatal_error "incompatible license on module $module: $license" ;;
esac
done
Description:
-Provide the Free Documentation License.
+Provide the GNU Free Documentation License in Texinfo format.
Files:
doc/fdl.texi
Include:
License:
-public domain
+unmodifiable license text
Maintainer:
all
--- /dev/null
+Description:
+Provide the GNU General Public License in Texinfo format.
+
+Files:
+doc/gpl.texi
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+
+License:
+unmodifiable license text
+
+Maintainer:
+all
--- /dev/null
+Description:
+Provide the GNU Lesser General Public License in Texinfo format.
+
+Files:
+doc/lgpl.texi
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+
+License:
+unmodifiable license text
+
+Maintainer:
+all