From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 15:12:02 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CEF0106564A for ; Thu, 3 Mar 2011 15:12:02 +0000 (UTC) (envelope-from meta@club.kyutech.ac.jp) Received: from sapphire.club.kyutech.ac.jp (sapphire.club.kyutech.ac.jp [131.206.108.7]) by mx1.freebsd.org (Postfix) with ESMTP id 369568FC16 for ; Thu, 3 Mar 2011 15:12:01 +0000 (UTC) Received: from sapphire.club.kyutech.ac.jp (localhost [127.0.0.1]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTP id 903341144E for ; Thu, 3 Mar 2011 23:53:31 +0900 (JST) X-Virus-Scanned: amavisd-new at club.kyutech.ac.jp Received: from club.kyutech.ac.jp (rose.club.kyutech.ac.jp [131.206.108.6]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTPS id 1E9D51143B; Thu, 3 Mar 2011 23:53:16 +0900 (JST) Date: Thu, 3 Mar 2011 23:53:14 +0900 From: Kouichiro Iwao To: freebsd-questions@freebsd.org Message-ID: <20110303145314.GA54198@club.kyutech.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: license of the code in freebsd documantation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2011 15:12:02 -0000 I'm writing a script based on the code in freebsd docs, and caring about the license of it. The original scripts are example 6 and 7 of the following page. How do I have to treat my code if I distribute it? http://www.freebsd.org/doc/en/articles/ldap-auth/client.html I know freebsd docs is licensed under The FreeBSD Documantation License but don't know about codes in them. -- kiwao