From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: etc/schema Date: Wed, 05 Nov 2008 12:57:59 -0500 Message-ID: <87ljvy8388.fsf@cyd.mit.edu> References: <1225844909.4910e8ad2e52a@webmail.freedom2surf.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225907919 10404 80.91.229.12 (5 Nov 2008 17:58:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2008 17:58:39 +0000 (UTC) Cc: jasonr@f2s.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 05 18:59:42 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KxmfF-0004BP-85 for ged-emacs-devel@m.gmane.org; Wed, 05 Nov 2008 18:59:33 +0100 Original-Received: from localhost ([127.0.0.1]:52418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kxme8-0007g1-8p for ged-emacs-devel@m.gmane.org; Wed, 05 Nov 2008 12:58:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kxmdh-0007YA-42 for emacs-devel@gnu.org; Wed, 05 Nov 2008 12:57:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kxmdf-0007XR-J4 for emacs-devel@gnu.org; Wed, 05 Nov 2008 12:57:56 -0500 Original-Received: from [199.232.76.173] (port=33404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kxmde-0007XJ-JX for emacs-devel@gnu.org; Wed, 05 Nov 2008 12:57:54 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:53353) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kxmdd-0008LP-25; Wed, 05 Nov 2008 12:57:53 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 14EF357E09E; Wed, 5 Nov 2008 12:57:59 -0500 (EST) In-Reply-To: <1225844909.4910e8ad2e52a@webmail.freedom2surf.net> (jasonr@f2s.com's message of "Wed, 5 Nov 2008 00:28:29 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105405 Archived-At: jasonr@f2s.com writes: > Quoting "Richard M. Stallman" : > >> These files have no copyright notices and no license notices. > > They are all conversions from OASIS and W3C released specifications. I've added a README file to etc/schema, containing license information about the files in that directory. Except for 3 files: - locate.rnc and schemas.xml are part of nXML mode. (Can someone confirm that?) - soextbl.rnc is derived from the XML Exchange Table Model Document Type Definition, which is Copyright (C) 1999 The Organization for the Advancement of Structured Information Standards (OASIS). The specification itself may be viewed at http://www.oasis-open.org/specs/tm9901.html and is released under the following license: Permission to reproduce parts or all of this information in any form is granted to OASIS members provided that this information by itself is not sold for profit and that OASIS is credited as the author of this information. We may have to remove this file. Richard?