From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "James H. Cloos Jr." Newsgroups: gmane.emacs.devel Subject: Re: describe-char and unicode data Date: 10 May 2003 12:39:47 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87he82vkho.fsf@deneb.enyo.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052584858 32543 80.91.224.249 (10 May 2003 16:40:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 10 May 2003 16:40:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 10 18:40:52 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19EXON-0008RV-00 for ; Sat, 10 May 2003 18:40:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19EXTt-0005Bi-00 for ; Sat, 10 May 2003 18:45:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EXPI-0008I8-02 for emacs-devel@quimby.gnus.org; Sat, 10 May 2003 12:41:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19EXOX-0007q4-00 for emacs-devel@gnu.org; Sat, 10 May 2003 12:40:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19EXOH-0007Fg-00 for emacs-devel@gnu.org; Sat, 10 May 2003 12:40:06 -0400 Original-Received: from ore.jhcloos.com ([64.240.156.239]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EXO6-0006tV-00 for emacs-devel@gnu.org; Sat, 10 May 2003 12:39:54 -0400 Original-Received: from lugabout.jhcloos.org (ppp30.tc-1.buf-ch.ny.localnet.com [207.251.220.30]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))OK)) by ore.jhcloos.com (Postfix) with ESMTP id 0C7C31C2D0; Sat, 10 May 2003 11:39:51 -0500 (CDT) Original-Received: from lugabout.jhcloos.org (localhost [127.0.0.1]) by lugabout.jhcloos.org (Postfix on SuSE Linux 7.3 (i386)) with ESMTP id 5AACA25B69; Sat, 10 May 2003 16:39:47 +0000 (GMT) Original-To: Florian Weimer In-Reply-To: <87he82vkho.fsf@deneb.enyo.de> Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13793 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13793 >>>>> "Florian" == Florian Weimer writes: Florian> Unihan.txt is strongly non-free, so it can't be distributed Florian> anyway. Data derived from it falls under the same Florian> restrictive license, I fear. Ack. I didn't notice that before. :( On the plus side, the license says: Unihan.txt> Recipient is granted the right ... to freely use Unihan.txt> the information supplied in the creation Unihan.txt> of products supporting Unicode. The license on the other files is in UCD.html, and does allow redistribution so long as the copyright notice is included. cf: http://www.unicode.org/Public/UNIDATA/UCD.html -JimC