From owner-freebsd-questions@FreeBSD.ORG Mon Jan 12 03:21:21 2004 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 A8EC416A4CE for ; Mon, 12 Jan 2004 03:21:21 -0800 (PST) Received: from zim.0x7e.net (zim.0x7e.net [203.38.184.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F5F43D1F for ; Mon, 12 Jan 2004 03:21:20 -0800 (PST) (envelope-from listone@deathbeforedecaf.net) Received: from goo.0x7e.net ([203.38.184.164] helo=goo) by zim.0x7e.net with smtp (Exim 3.36 #1) id 1Ag07y-000Hii-00; Mon, 12 Jan 2004 21:51:02 +1030 Message-ID: <001101c3d8fe$295c1820$a4b826cb@goo> From: "Rob" To: "Philip Schulz" , References: <21321.1073904325@www46.gmx.net> Date: Mon, 12 Jan 2004 21:51:02 +1030 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: [OT] Configuration file parsing 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: Mon, 12 Jan 2004 11:21:21 -0000 Philip Schulz wrote on Monday January 12, 2004: > I'm currently working on a program which will be used in a closed company > environment. The programm is written in C. For this program, I need to find > a > way of parsing a configuration file. I found a library which can do exactly > what I need, it's GLib's lexical scanner [1]. However, it's licensed under > the > GPL, so I guess it won't work for me. As far as I understand it, the main requirement of the GPL is that you make the source available to the same people that use the binaries. So if your program was never released outside the company, an internal FTP server hosting the source should be sufficent. Are there other aspects of the GPL that make it unsuitable for your project?