Results 1 to 8 of 8

Thread: What is the difference between GPL and FreeBSD

  1. #1
    Join Date
    Jul 2007
    Location
    /earth/USA/WA/Spokane
    Beans
    299
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    What is the difference between GPL and FreeBSD

    Yes obviously I don't know what the difference, and please be gentle to a noob.
    GPL obviously means General Public License, but if you search FreeBSD, on google, it comes up with an operating system. (That is an assumption, I actually type in 'BSD' I don't know if that would make a difference.) So what is the difference, I've seen the two compared but to my knowledge one is an Operating System, and one is a license.
    Ubuntu User # 17031
    Quote Originally Posted by RAV TUX View Post
    who needs support when you use Linux.
    Quote Originally Posted by asjdfwejqrfjcvm msz34rq33 View Post
    Open-Source: The power to create completely useless, but extremely cool, programs.

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Beans
    154
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: What is the difference between GPL and FreeBSD

    BSD is a software license, I happen to still have the wording of it in my clipboard coincidentally enough.

    * Copyright (c) 1982, 1986, 1990, 1991, 1993
    * The Regents of the University of California. All rights reserved.
    *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    * are met:
    * 1. Redistributions of source code must retain the above copyright
    * notice, this list of conditions and the following disclaimer.
    * 2. Redistributions in binary form must reproduce the above copyright
    * notice, this list of conditions and the following disclaimer in the
    * documentation and/or other materials provided with the distribution.
    * 3. All advertising materials mentioning features or use of this software
    * must display the following acknowledgement:
    * This product includes software developed by the University of
    * California, Berkeley and its contributors.
    * 4. Neither the name of the University nor the names of its contributors
    * may be used to endorse or promote products derived from this software
    * without specific prior written permission.
    *
    * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
    * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
    * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    * SUCH DAMAGE.
    *
    Clauses 3 and 4 are not in every copy of the BSD license, however.

  3. #3
    Join Date
    Jul 2007
    Location
    /earth/USA/WA/Spokane
    Beans
    299
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: What is the difference between GPL and FreeBSD

    So...in what ways are they different? They are very basically the same. Both allow the modification of a program, and to use it as your own. Unless FBSD is a distributing purposes, and GPL is well general use of the program, and modifying it yourself without distributing it.
    Ubuntu User # 17031
    Quote Originally Posted by RAV TUX View Post
    who needs support when you use Linux.
    Quote Originally Posted by asjdfwejqrfjcvm msz34rq33 View Post
    Open-Source: The power to create completely useless, but extremely cool, programs.

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Beans
    154
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: What is the difference between GPL and FreeBSD

    Quote Originally Posted by blithen View Post
    So...in what ways are they different? They are very basically the same. Both allow the modification of a program, and to use it as your own. Unless FBSD is a distributing purposes, and GPL is well general use of the program, and modifying it yourself without distributing it.
    FreeBSD is an operating system. The BSD license is what you're talking about. No F.

    The main difference is that code derived from BSD code can be distributed in any form as long as the copyright remains in tact, the GPL must be distributed with the source code with the copyright remaining in tact.

    The other main difference is the GPL is about six miles longer than the BSD.

  5. #5
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: What is the difference between GPL and FreeBSD

    @ryno519 > There are actually many variants of the BSD licence. The one you quoted is the "four-clause" one, which is not used anymore except in NetBSD. Most people today use a two-clause licence, which goes like this :

    Code:
    # Copyright 2007 Firas Kraiem <fkraiem@enib.fr>. All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
    # are met :
    #
    #    1.	Redistributions of source code must retain the above copyright
    #	notice, this list of conditions and the following disclaimer.
    #    2.	Redistributions in binary form must reproduce the above copyright
    #	notice, this list of conditions and the following disclaimer in the
    #	documentation and/or other materials provided with the distribution.
    #
    # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
    # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
    # AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
    # THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
    # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
    # THE POSSIBILITY OF SUCH DAMAGE.
    Occasionnally, they add a third clause, which is the same as the fourth one in the version you posted. The third one, better known as the "advertising clause", has been removed to make the licence GPL-compatible.
    「明後日の夕方には帰ってるからね。」


  6. #6
    Join Date
    Jul 2007
    Location
    /earth/USA/WA/Spokane
    Beans
    299
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: What is the difference between GPL and FreeBSD

    Gah! Finally. Thank you. I understand now.
    Ubuntu User # 17031
    Quote Originally Posted by RAV TUX View Post
    who needs support when you use Linux.
    Quote Originally Posted by asjdfwejqrfjcvm msz34rq33 View Post
    Open-Source: The power to create completely useless, but extremely cool, programs.

  7. #7
    Join Date
    Jan 2006
    Location
    Mississippi
    Beans
    907
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: What is the difference between GPL and FreeBSD

    Quote Originally Posted by ryno519 View Post
    The other main difference is the GPL is about six miles longer than the BSD.
    I was going to ask... where is the rest of the license. I tried reading the GPL a few nights ago and wound up cracking my head open on the keyboard when falling asleep!

    That thing should come in a split-html format... geeeeesh!
    ... in myself i am nothing exactly no thing i am only a mirror in which others see aspects of themselves and attribute the resulting concepts to me but i am also an other to my self

  8. #8
    Join Date
    Apr 2006
    Location
    N. Vancouver, BC, Canada
    Beans
    Hidden!
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: What is the difference between GPL and FreeBSD

    Quote Originally Posted by blithen View Post
    So...in what ways are they different? They are very basically the same. Both allow the modification of a program, and to use it as your own. Unless FBSD is a distributing purposes, and GPL is well general use of the program, and modifying it yourself without distributing it.
    The big difference between that GPL and FreeBSD licenses comes if you distribute the code or a derived work based on the code. The GPL is known as a copyleft license and is designed so that Free (as in speech) software remains Free when it or a derived work based on it is distributed. The idea is that everyone who gets GPL code also gets as Free Software. On the other hand code licensed under a FreeBSD license can be incorporated into a propriety application.

    A good starting place to learn about Free Software and copyleft licenses such as the GPL is the Free Software Foundation http://www.fsf.org

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •