From owner-freebsd-questions@FreeBSD.ORG Thu Oct 16 16:10:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEC1016A4B3; Thu, 16 Oct 2003 16:10:37 -0700 (PDT) Received: from grunt4.ihug.co.nz (grunt4.ihug.co.nz [203.109.254.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4AB843FAF; Thu, 16 Oct 2003 16:10:34 -0700 (PDT) (envelope-from mjl@luckie.org.nz) Received: from 203-173-241-147.adsl.ihug.co.nz (lycra.luckie.org.nz) [203.173.241.147] by grunt4.ihug.co.nz with esmtp (Exim 3.35 #1 (Debian)) id 1AAHGK-00071a-00; Fri, 17 Oct 2003 12:10:32 +1300 Received: from 202-0-63-38.adsl.paradise.net.nz ([202.0.63.38] helo=luckie.org.nz) by lycra.luckie.org.nz with asmtp (TLSv1:RC4-MD5:128) (Exim 4.12) id 1AAHGJ-000PQt-00; Fri, 17 Oct 2003 12:10:32 +1300 Message-ID: <3F8F2546.7040708@luckie.org.nz> Date: Fri, 17 Oct 2003 12:09:58 +1300 From: Matthew Luckie User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Joe Marcus Clarke Subject: Third Party Patches that link to OpenSSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 23:10:38 -0000 Hello I've written an OpenSSL plugin for gaim that allows gaim to use the OpenSSL libraries that come installed with FreeBSD. Gaim is a GPL application, OpenSSL is BSD licensed, and apparently there are license issues to deal with as a result. http://www.openssl.org/support/faq.html#LEGAL2 They've said that unless the gaim project sanctions the use of OpenSSL with their code, that I should not release the code. Apparently that would require contacting all of the prior developers to get their permission. Is this the case, or can I safely release a third party patch that gaim does not depend on to run or compile? The maintainer of gaim on FreeBSD is quite keen to use the patch. Matthew