From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: etc/schema Date: Tue, 4 Nov 2008 23:17:09 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225837055 31301 80.91.229.12 (4 Nov 2008 22:17:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2008 22:17:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 04 23:18:38 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 1KxUEL-0008E3-VQ for ged-emacs-devel@m.gmane.org; Tue, 04 Nov 2008 23:18:34 +0100 Original-Received: from localhost ([127.0.0.1]:40783 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxUDE-0008SM-SZ for ged-emacs-devel@m.gmane.org; Tue, 04 Nov 2008 17:17:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxUD4-0008Q2-9C for emacs-devel@gnu.org; Tue, 04 Nov 2008 17:17:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxUD3-0008Pc-8S for emacs-devel@gnu.org; Tue, 04 Nov 2008 17:17:13 -0500 Original-Received: from [199.232.76.173] (port=33142 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxUD2-0008PW-Vw for emacs-devel@gnu.org; Tue, 04 Nov 2008 17:17:13 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.157]:30847) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KxUD1-0002Ds-2b; Tue, 04 Nov 2008 17:17:11 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so3171932fgb.30 for ; Tue, 04 Nov 2008 14:17:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=aFKFTFPgKmhNhKpWXDjcXCTfrrNj9oEAYXQLWsAS//c=; b=DaQi9L+29HxCbUwntaZ+XOYZxjJyil23mADZgvk/5/smQpHauhBtXDlqTQAmfHZmqJ 4khVMR6BDojK3L/wfuqJ1v9MCganL2KA1HuRN4PiWEFGeERKkOLFuSVTKbDwP4EZ17fZ VMbA27KKRLVfcMReJstMBeYBrTFLFhfEPLtsA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JvEB/8TsTF5rel3KHi/rQVV7Wkjw3S8aNjp1nDWtDIj8aJEhf8t3kv0rCObqarAxrV C9OF99qzcMLE4T3+aXsQRm5OXM4YSmQp0aPEXxeQ8DV8k1cL/dRCCpM+wfRZIqqT78gU wUuqJSMMq4AwjLzVmsvevOYGL5dIEx0HkRxEg= Original-Received: by 10.86.52.6 with SMTP id z6mr242260fgz.20.1225837029500; Tue, 04 Nov 2008 14:17:09 -0800 (PST) Original-Received: by 10.86.65.3 with HTTP; Tue, 4 Nov 2008 14:17:09 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:105380 Archived-At: On Tue, Nov 4, 2008 at 9:45 PM, Richard M. Stallman wrote: > These files have no copyright notices and no license notices. It > appears they are not free software. Unless they were released > elsehere with free software licenses, we must remove them now. > > We could try to find out who has the copyright and ask them > to release these properly as free software. If that succeeds, > we could restore them. All of them came with nXml as far as I know. Should not the copyright for nXml cover these files too? > How does nxml mode use them? They are used for validation of XML documents and completion during editing.