From owner-freebsd-questions Sun Jan 14 10:50:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uranus.interscope.ro (unknown [193.226.188.3]) by hub.freebsd.org (Postfix) with ESMTP id 7390237B402 for ; Sun, 14 Jan 2001 10:50:22 -0800 (PST) Received: by URANUS with Internet Mail Service (5.5.2650.21) id ; Sun, 14 Jan 2001 20:46:24 +0200 Message-ID: From: Stefan KORONKA To: 'Gustavo Vieira Goncalves Coelho Rios' Cc: questions@freebsd.org Subject: RE: library utilities Date: Sun, 14 Jan 2001 20:46:16 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Dear gentlemen, > > I am writing a small library to help developers faced with the task of > token scanning. My main goal is to help those of us who have to scan > configuration files/etc for token in order to get configuration > information for application like daemons or what else you > think usefull. > > I have two questions: > > 1) May i base my copyright statements on BSD one? > 2) May i post an announcement on this list? > > > Some of the features of my token scanner is (you may call some of the > bug as you may like): > > . Performance: Extremely FAST, > . Reliability: Error recovery option, > . Flexibility: you are on the control, ALWAYS, > . Token Size: ASC put no limitation on token size, > . Design: Carefully designed, to be used builtin your app. > It's very small, no external linkage required. > . Requires you to define you token types and DFA by HAND = dirty > work, > but leap you to great control over what the asc will > reconize. > > > Thanks a lot for your time and cooperation. > > best regards. > I may not be the proper person to answer this, but: 1. you can put your software under what license you want, as long as no other copyright issues occur (ie, you're not making an product based on a other one which has different license terms). That is, you are free to use a BSD-style license (and ever encouraged to do so). 2. this is a free list; as long as it is not spam, you are free to post whatever you want. Anyway, this is "-questions", and other lists may be more appropriate for this kind of announcements (like ports@freebsd.org, for example). Event better, see http://www.freebsd.org/porters-handbook/ - this may clarify some aspects. Stefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message