From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Johannes Weiner Newsgroups: gmane.emacs.devel Subject: Re: Release plans Date: Fri, 15 Aug 2008 18:29:52 +0200 Message-ID: <87wsiib5rz.fsf@skyscraper.fehenstaub.lan> References: <20080812171404.GB7999@muc.de> <20080813092057.GA3010@muc.de> <20080814083817.GA2593@muc.de> <877iak7xfp.fsf@skyscraper.fehenstaub.lan> <873al79akr.fsf@skyscraper.fehenstaub.lan> <20080814103040.GB2593@muc.de> <87y72z7t3c.fsf@skyscraper.fehenstaub.lan> <20080814123917.GC2593@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1218817864 25728 80.91.229.12 (15 Aug 2008 16:31:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Aug 2008 16:31:04 +0000 (UTC) Cc: Alan Mackenzie , ams@gnu.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 15 18:31:54 2008 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 1KU2DF-00043l-EU for ged-emacs-devel@m.gmane.org; Fri, 15 Aug 2008 18:31:42 +0200 Original-Received: from localhost ([127.0.0.1]:37429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KU2CH-00064H-QU for ged-emacs-devel@m.gmane.org; Fri, 15 Aug 2008 12:30:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KU2CE-00064C-If for emacs-devel@gnu.org; Fri, 15 Aug 2008 12:30:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KU2CC-00063n-2p for emacs-devel@gnu.org; Fri, 15 Aug 2008 12:30:37 -0400 Original-Received: from [199.232.76.173] (port=60560 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KU2CB-00063k-Qd for emacs-devel@gnu.org; Fri, 15 Aug 2008 12:30:35 -0400 Original-Received: from saeurebad.de ([85.214.36.134]:52517) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KU2Bx-0008Fx-7u; Fri, 15 Aug 2008 12:30:22 -0400 Original-Received: by saeurebad.de (Postfix, from userid 107) id 353022F00CA; Fri, 15 Aug 2008 18:30:17 +0200 (CEST) Original-Received: from localhost (217-68-166-87.dynamic.primacom.net [217.68.166.87]) by saeurebad.de (Postfix) with ESMTP id 874262F00C4; Fri, 15 Aug 2008 18:30:16 +0200 (CEST) In-Reply-To: (Richard M. Stallman's message of "Fri, 15 Aug 2008 08:45:35 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.1.3 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:102498 Archived-At: Hi, "Richard M. Stallman" writes: > What is libotr? An encryption library that is mostly used by instant messengers. > What precisely is it license status? The Off-the-Record Messaging library (in the src directory) is covered by the following (LGPL) license: Off-the-Record Messaging library Copyright (C) 2004-2008 Ian Goldberg, Chris Alexander, Nikita Borisov This library is free software; you can redistribute it and/or modify it under the terms of version 2.1 of the GNU Lesser General Public License as published by the Free Software Foundation. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. There is a copy of the GNU Lesser General Public License in the COPYING.LIB file packaged with this library; if you cannot find it, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA The Off-the-Record Messaging Toolkit (in the toolkit directory) is covered by the following (GPL) license: Off-the-Record Messaging Toolkit Copyright (C) 2004-2008 Ian Goldberg, Chris Alexander, Nikita Borisov This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. There is a copy of the GNU General Public License in the COPYING file packaged with this toolkit; if you cannot find it, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > There may be something here that I ought to do, once I understand > the facts. Hannes