From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 12:29:09 2005 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 D59BC16A4CE for ; Wed, 2 Feb 2005 12:29:09 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7540443D55 for ; Wed, 2 Feb 2005 12:29:09 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20050202122908i92004um50e>; Wed, 2 Feb 2005 12:29:08 +0000 Message-ID: <4200C794.1030809@nbritton.org> Date: Wed, 02 Feb 2005 06:29:08 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 1.0 (X11/20041230) X-Accept-Language: en-us, en MIME-Version: 1.0 To: faisal gillani References: <20050202091217.2552.qmail@web51006.mail.yahoo.com> In-Reply-To: <20050202091217.2552.qmail@web51006.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Subject: Re: distrubuting distro 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: Wed, 02 Feb 2005 12:29:09 -0000 faisal gillani wrote: >Is it allowed to distribute Freebsd on any other >distro & charging only media cost related to it ? >GNU based application are very hard to find here in my >country & ordering from Internet is very expensive, >for a normal user , so i was thinking can i copy my >distro Cd's & sell @ media cost in my country ? is it >allowed ? > > > You can do ANYTHING you want with FreeBSD (The BSD license effectively says the same thing as the MIT license, you can see the BSD license here: http://www.opensource.org/licenses/bsd-license.php and here http://www.freebsd.org/copyright/license.html): --------------------------------- The MIT License Copyright (c) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------------- As far as the GPL umm you can do anything you want with the code and even sell it. If you give it to customers in binary form you also have to give them the modified source code, if they ask for it. If you want to make copy's (on CD, etc.) of GPL software and distribute them for money this is also ok. You are aloud to charge for the time and cost of you providing this service, documentation, packaging the product etc. theres also the LGPL. umm I recommend reading up about the GPL/LGPL as I'm sure I have not given you the full story about the details and gottas of the licenses.