comparison modules/ChangeLog @ 4737:dce479915b74

Clarify the GPL status of several sample module files. J. Kean Johnston already approved the release of his works under a GPL version 2 or later license, and I originally intended my work to be released under such a license. See xemacs-patches message with ID <870180fe0911091206k52ef683dme3c81d3d4eb825bf@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Mon, 09 Nov 2009 13:07:56 -0700
parents 3a87551bfeb5
children aa5ed11f473b
comparison
equal deleted inserted replaced
4736:d261888e5069 4737:dce479915b74
1 2009-11-09 Jerry James <james@xemacs.org>
2
3 * sample/external/Makefile.in.in: Clarify GPL status.
4 * sample/external/configure.ac: Ditto.
5 * sample/external/sample.c: Ditto.
6 * sample/internal/sample.c: Ditto.
7
1 2009-10-05 Jerry James <james@xemacs.org> 8 2009-10-05 Jerry James <james@xemacs.org>
2 9
3 * ldap/eldap.c (Fldap_search_basic): quiet gcc warnings due to 10 * ldap/eldap.c (Fldap_search_basic): quiet gcc warnings due to
4 NEW_LISP_STRING_TO_EXTERNAL modifying a variable while computing a 11 NEW_LISP_STRING_TO_EXTERNAL modifying a variable while computing a
5 result to be passed as a parameter. 12 result to be passed as a parameter.