BSD License




 

BSD licenses are a family of permissive free software licenses. The original license was used for the Berkeley Software Distribution (BSD), a Unix-like operating system after which it is named.

The original owners of BSD were the Regents of the University of California because BSD was first written at the University of California, Berkeley. The first version of the license was revised, and the resulting licenses are more properly called modified BSD licenses.

Two variants of the license, the New BSD License/Modified BSD License1, and the Simplified BSD License/FreeBSD License2 have been verified as GPL-compatible free software licenses by the Free Software Foundation, and have been vetted as open source licenses by the Open Source Initiative,3 while the original has not been accepted as an open source license3 and, although it is considered to be a free software license by the FSF, it does not consider it to be compatible with the GPL.4

The licenses have fewer restrictions on distribution compared to other free software licenses such as the GNU General Public License or even the default restrictions provided by copyright, putting works licensed under them relatively closer to the public domain.

Contents

Terms

Besides the original license used in BSD, there are several derivative licenses that are commonly referred to as a "BSD license". Today, the typical BSD license is the 3-clause version, which is revised from the original 4-clause version.


Note that: In all BSD licences as following, <organization> is the organization of the <copyright holder> or just the <copyright holder>

4-clause license (original "BSD License")

BSD License
Author Regents of the University of California
Publisher Public Domain
Published 1989
DFSG compatible Yes5
Free software Yes4
OSI approved No3
GPL compatible No4
Copyleft No4
Linking from code with a different license Yes

The original BSD license contained a clause not found in later licenses, known as the "advertising clause". This clause eventually became controversial, as it required authors of all works deriving from a BSD-licensed work to include an acknowledgment of the original source in all advertising material. This was clause number 3 in the original license text:6

Copyright (c) <year>, <copyright holder>
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 <organization>.
4. Neither the name of the <organization> 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 <COPYRIGHT HOLDER> ''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 <COPYRIGHT HOLDER> 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.

This clause was objected to on the grounds that as people changed the license to reflect their name or organization it led to escalating advertising requirements when programs were combined together in a software distribution—every occurrence of the license with a different name required a separate acknowledgment. In arguing against it, Richard Stallman has stated that he counted 75 such acknowledgments in a 1997 version of NetBSD.7 In addition, the clause presented a legal problem for those wishing to publish BSD-licensed software which relies upon separate programs using the more-restrictive GNU GPL: the advertising clause is incompatible with the GPL, which does not allow the addition of restrictions beyond those it already imposes.

Today, this original license is now sometimes called "BSD-old" or "4-clause BSD".

3-clause license ("New BSD License")

New BSD License
Author Regents of the University of California
Publisher Public Domain
Published 01999-07-22July 22, 19996
DFSG compatible Yes5
Free software Yes1
OSI approved Yes3
GPL compatible Yes1
Copyleft No1
Linking from code with a different license Yes

The advertising clause was removed from the license text in the official BSD on 01999-07-22July 22, 1999 by William Hoskins, Director of the Office of Technology Licensing for UC Berkeley.6 Other BSD distributions removed the clause, but many similar clauses remain in BSD-derived code from other sources, and unrelated code using a derived license.

While the original license is sometimes referred to as "BSD-old", the resulting 3-clause version is sometimes referred to by "BSD-new." Other names include "New BSD", "revised BSD", "BSD-3", or "3-clause BSD." In fact, this version has been vetted as an Open source license by the OSI as the "New BSD License."3

This version allows unlimited redistribution for any purpose as long as its copyright notices and the license's disclaimers of warranty are maintained. The license also contains a clause restricting use of the names of contributors for endorsement of a derived work without specific permission.

Copyright (c) <year>, <copyright holder>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * 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.
    * Neither the name of the <organization> 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 COPYRIGHT HOLDERS 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 <COPYRIGHT HOLDER> 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.

2-clause license ("Simplified BSD License" or "FreeBSD License")

Simplified BSD License
Author The FreeBSD Project
Publisher Public Domain
Published ?
DFSG compatible Yes
Free software Yes2
OSI approved Yes3
GPL compatible Yes2
Copyleft No2
Linking from code with a different license Yes

An even more simplified version has come into use, primarily known for its usage in FreeBSD.8 The primary difference between it and the New BSD (3-clause) License is that it omits the non-endorsement clause. It also adds a further disclaimer about views and opinions expressed in the software. This version has been vetted as an Open source license by the OSI as the "Simplified BSD License."3

Copyright <year> <copyright holder>. 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 BY <COPYRIGHT HOLDER> ``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 <COPYRIGHT HOLDER> 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.

The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of <copyright holder>.

Other projects, such as NetBSD, use a similar 2-clause license, but without the additional disclaimer.9 This version still constitutes the New BSD License, as the OSI has stated "Also, you may optionally omit clause 3 and still be OSD conformant."3

Proprietary software licenses compatibility

The BSD License allows proprietary use, and for the software released under the license to be incorporated into proprietary products. Works based on the material may be released under a proprietary license or as closed source software. This is the reason for widespread use of the BSD code in proprietary products, ranging from Juniper Networks routers to Mac OS X.10

It is possible for something to be distributed with the BSD License and some other copyright to apply as well. This was in fact the case with early versions of BSD itself, which included proprietary material from AT&T.

See also

Portal-puzzle.svg Free software portal

References

  1. ^ a b c d "Licenses - Free Software Foundation: Modified BSD license". Free Software Foundation. http://www.fsf.org/licensing/licenses/index_html#ModifiedBSD. Retrieved 06 December 2009. 
  2. ^ a b c d "Licenses - Free Software Foundation: FreeBSD license". Free Software Foundation. http://www.fsf.org/licensing/licenses/index_html#FreeBSD. Retrieved 06 December 2009. 
  3. ^ a b c d e f g h "Open Source Initiative OSI - The BSD License:Licensing". Open Source Initiative. http://www.opensource.org/licenses/bsd-license.php. Retrieved 06 December 2009. 
  4. ^ a b c d "Licenses - Free Software Foundation: Original BSD license". Free Software Foundation. http://www.fsf.org/licensing/licenses/index_html#OriginalBSD. Retrieved 06 December 2009. 
  5. ^ a b "Debian -- License information". Debian. http://www.debian.org/legal/licenses/. Retrieved 18 February 2010. 
  6. ^ a b c "To All Licensees, Distributors of Any Version of BSD". University of California, Berkeley. 1999-07-22. ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change. Retrieved 2006-11-15. 
  7. ^ Richard Stallman. "The BSD License Problem". Free Software Foundation. http://www.gnu.org/philosophy/bsd.html. Retrieved 2006-11-15. 
  8. ^ "The FreeBSD Copyright". The FreeBSD Project. http://www.freebsd.org/copyright/freebsd-license.html. Retrieved 6 December 2009. 
  9. ^ "NetBSD Licensing and Redistribution". The NetBSD Foundation. http://www.netbsd.org/about/redistribution.html. Retrieved 06 December 2009. 
  10. ^ "Developer Connection — Open Source". Apple, Inc.. 2007. http://developer.apple.com/opensource/index.html. Retrieved 2007-11-17. 

External links

eyebone
[Solved] publishing code under the bsd license - The FreeBSD Forums
from time to time i want to publish some of my code and i am always stuck with the license problem. in the end -- not to start a discussion about sense and nonsense of license -- i decided to use the bsd license for my projects -- as i ...
Adrian
Web In Progress – project details « adrian's blog
Face Recognition for Mobile Phones – Octavian Sima, Elena Holobiuc (BSD license). In our project, we develop a face recognition mobile phone application able to connect and send a photo to a server. The server will detect faces in that ...
admin
GoogleService | Software, Games, Internet, Website, Scripts, PC ...
License: BSD License * Natural Language: English, Japanese * Operating System: OS Independent * Programming Language: Ruby * Topic: Internet you can free download GoogleService now. DOWNLOAD SERVER 1 ...
Tim Formica [Room335]
Disney's Ptex Released as FREE Open Source! | BlenderNation
“We are happy to announce that the Disney Ptex library has been released as open source under the BSD license. The Ptex library is the same production-proven code used at Disney and included with Pixar's PRMan, and includes full support ...
TDL Admin
TDL releases Vireo ETD System as open-source software « Texas ...
It is released under a New BSD License and is available at https://sourceforge.net/projects/vireo/. As a result of the release, institutions and developers outside of the TDL consortium may download and use Vireo. ...
hakre
WordPress licensing issues – the third day
Asking for shipping the BSD license with the wordpress package (as we do with the GPL license text) seemed to somehow cross a line in the sand. It's neglected by the project (core in specific, other devs are actually providing own ...
baco
@heroid: BSD license is a free license! It also belongs to the ...
@heroid: BSD license is a free license! It also belongs to the main section in !debian, that looks pretty free to me.
Unity3D News Pipe
[Unify Wiki] TextureUtils | ByDesign Games
licensed under the BSD license : http://creativecommons.org/licenses/BSD/ using UnityEngine; public class TextureUtils { /// colorize a texture public static Color[] Colorize(Color[] pixels, Color tint) { for(int i=0; i < pixels. ...
hakre
WordPress Licensing Issues – the second 24 hours
According to some Wikipedia link I followed a table showed that BSD was incompatible to GPL. I might have been a bit too fast for the moment to immediatly open a ticket about that issue then (#14703), because the BSD license named there ...
unknown
Willow Garage's PR2 robot now for sale
The operating system side, which is released under the terms of the BSD license, provides basic planning, perception and control capabilities, along with a set of analysis, visualization and debugging tools, while ROS-PKG side is a ...
admin
Open Source WYSIWYG HTML Editor Using jQuery UI | professional ...
Requirements: Firefox 3.5+, IE 7 & 8, Safari 4, Opera 10 and Chrome Demo: http://elrte.org/demo License: BSD License Related Posts Build Your Own Slideshow with s3Slider jQuery Plugin Free Glossy Modern Web Browsers Icons Download ...
Michael Fogleman
Feed Notifier Source Code Released
I have released Feed Notifier's source code under a BSD license. I have no reason to keep the source code to myself and I can't keep up with the feature requests and bug fixes as quickly as I would like. If anyone wants to contribute ...
(Jack Wallen)
10 differences between Linux and BSD - Open Source - Techguide
The BSD License is much less restrictive and even allows for the distribution of binary-only source. The core difference, however, can be looked at like this: The GPL gives you the right to use the software any way you want, ...
Ray Cheung
Open Source WYSIWYG HTML Editor Using jQuery UI | Web Resources ...
elRTE has been tested in Firefox 3.5+, Internet Explorer 7 & 8, Safari 4, Opera 10 and Chrome. elrte. Requirements: Firefox 3.5+, IE 7 & 8, Safari 4, Opera 10 and Chrome Demo: http://elrte.org/demo. License: BSD License. Our Sponsors ...
John Luther
Changes to the WebM Open Source License - The WebM Open Media ...
Using patent language borrowed from both the Apache and GPLv3 patent clauses, in this new iteration of the patent clause we've decoupled patents from copyright, thus preserving the pure BSD nature of the copyright license. ...
Milos Jakubicek
tktray going from MIT to BSD license
The subject says it all. Regards, Milos. tktray going from MIT to BSD license by Milos Jakubicek on 2010-08-23T09:12:29+00:00.
cdaffara
OSS 4.0 and licenses: not a clear-cut choice
When one of the partners has an Intellectual Property Rights licensing policy that is in conflict with a FLOSS license, the project can select a MIT or BSD license (if compatible with an eventual upstream release) or use an intermediate ...
unknown
tktray going from MIT to BSD license
tktray going from MIT to BSD license.
Paulo Coimbra
Projects/CSSReg
project_description = | project_description = | project_license = [http://www.opensource.org/licenses/bsd-license.php New BSD License]. | project_license = [http://www.opensource.org/licenses/bsd-license.php New BSD License] ...
admin
Open Source Bsd License
Related Blogs The prodigal mage « Xi'an's Og World of Warcraft 80 Ding – Mage | Warcraft Videos Emblem of Frost Mage PvP Gear | WoW Gear Guide, Drops, and Loot Arcane Brilliance: The world of Mage-crafting, part 2wow gold ? ...
unknown
Issue. (also, hi!)
The project (this and other required libraries) is and will always be BSD License Open Source. Feel free to contribute any time you want. I'll post again if something goes awry that I can't handle. Thanks again. ...
Edward Martinez
osol-discuss - glibc,etc now free - thanks oracle
Oracle, and on August 18, 2010, Wim Coekaerts, on behalf of Oracle America, gave permission for the remaining files that we knew about under the Sun RPC license (netkit-rusers, krb5, and glibc) to be relicensed under the 3 clause BSD ...
蓑輪 太郎
Cybozu Open Source: Released ordered KVS Mio 0.0.1alpha
License. New BSD License. Posted at 15:32 in Release | Permalink · このエントリーを含むはてなブックマーク | Digg This | Save to del.icio.us |. TrackBack. TrackBack URL for this entry: http://www.typepad.jp/t/trackback/404050/25011025 ...
Alex Delderfield (AD-Edge)
Unity game engine releases free license | BlenderNation
Btw2, I also prefer MIT, BSD or even LGPL over GPL licensed components in my applications. That doesn't change that a news post on a blender centric site should be able to unambiguously distinguish between free beer and free software ...
vipsoft
Changeset [2755]: add footnote re: new BSD license
add footnote re: new BSD license.
Monty Taylor
libmemcached - Debian NEW package overview
libmemcachedutil0 is now libmemcachedutil1. * Verified that memcslap is in libmemcached-tools. (Closes: #589442) * Updated standards to 3.9.1. * Removed reference to old BSD license file. * Updated branch location information. ...
Jeff Osier-Mixon
cc-community - Seeking open hardware advice
(2) state in the front of each set of materials, drawings, documentation, etc. the language of the BSD-like license and what is covered by it - the specific ideas as expressed in the drawings and materialsI would really like to help ...
Zed A. Shaw
Mongrel2 Is Now BSD Licensed - Shedding Bikes: Programming Culture ...
Mongrel2 is now BSD licensed with commit c4b9041f42 and I want everyone to use it and not have to worry about licensing issues or problems with contributors. The license is the basic 3 clause BSD license: Copyright (c) 2010, Zed A. Shaw ...
surfer
I2P 0.8 (BSD License)
An application that allows reliable streaming communication (read more) Softpedia – Windows – All.
admin
Ticket #14703 (Match Redistribution and use conditions for The ...
The author has expressed the wish to grant usage-rights under the terms of the BSD License. The choice of the license is not questioned nor considered problematic, at least not by me any longer. I mistakenly thought the BSD would not be ...
surfer
Wooword Bounce 1.1 (BSD License)
Searches words in the Wooword dictionary (read more) Softpedia – Windows – All.
Skud
Open source
[[Acre]] is a platform for building open source Freebase apps; all Acre apps are licensed under the BSD license, which is what allows cloning apps within Acre. Therefore, all Acre apps are (by definition) open source) ...
kinecto
SciPy 0.8.0 (BSD License)
Tool to help you with Python engineering. read more.
Gerard
FreeBSD quick news and links (week 35) | FreeBSD - the unknown Giant
BSD License Generator. One shouldn't have to change too much text when adapting the BSD license, but for the lazy there a BSD License Generator. Benchmarking HAProxy – Ubuntu vs FreeBSD. “HAProxy on Ubuntu, or HAProxy on FreeBSD? ...
Krishnan Subramanian
Open Source And Cloud Computing Series: Commercial Open Source ...
They launched Eucalyptus Systems with a Series A funding from Benchmark Capital. The Eucalyptus Platform will continue to remain under Open Source BSD license but they will monetize it by offering commercial support for the software. ...
Steven J. Vaughan-Nichols
How Oracle sees open source may not be how you see open source ...
Everybody should take that into account before deciding to release something under BSD license. You are going to be bashed by very people who use your software and they don't even know it. All because big proprietary megacorp have put ...
Jon Buys
Apple's Relationship to Open Source
Instead Apple released those under a BSD license. Also, hktml is LGPL, which allows linking against closed components, which Apple could have exploited to keep much of their work closed if they had wanted. ...
Joe Brockmeier
Disney Releases 3D Modeling Library Under BSD License
Currently, Ptex is used by Disney's RenderMan software, but the release under the BSD license could mean that Ptex will find its way into 3D rendering software like Blender and 3DCoat. To get a sense of how Ptex works, check out the ...
surfer
SQL Watch 3.0.0 (BSD License)
Database changes monitor (read more) Softpedia – Windows – All.
computer
computer: [sage-devel] BSD licensed bignum library
performance bignum project with a BSD license! I'll be blogging about bsdnt every day or two here: http://wbhart.blogspot.com/2010/09/bsdnt-introduction.html. The code is on github, though I'll only be putting up code and ...
gregar
Free Software License in a Nutshell
well it looks like BSD but i feel it is more straightforwrd, basicly we have the same right as the GPL but we can choose what license will we use for derivative work(propietary or open souce), so it is absolutely-free license ...
saurabhrajoria@gmail.com (Saurabh)
Everything: View newest post RStudio 5.2 Build 130690 Network ...
View newest post RStudio 5.2 Build 130690 Network Edition + key license. at 9:46 AM Posted by Saurabh 0 Replies. Image R-Studio - data recovery software. Supported file system software for data recovery in case of their removal, removal or damage to the disk ... "Recognition and parsing of Dynamic circuits, Basic and BSD (UNIX) partitions, as well as Apple partition scheme "Support for dynamic partitions on GPT, as well as MBR "Reconstruction of damaged disk arrays (RAID) ...
silver
Ohcount's BSD license detection is crazy
Let's start with LICBSD, which is has the nicename "New BSD license". That should be "BSD Copyright" to go with the website, no? I'm pretty sure it's not the "new" one at all. ...
admin
Open Source WYSIWYG HTML Editor Using jQuery UI | professional ...
2010, BSD License, Forms, ICO, SEO, Upload, app, art, firefox, free, html, ia, icons, ie, internet, jQuery, javascript, plugin, script, style, ui, web · 2010, firefox, html, style · Showcase of Interesting Navigation Designs ...
korak
Common Open Source License Obligations
The original BSD license also required that in any advertising done for the commercial product, there was an acknowledgement of the open source provider; however, the modified BSD license is far more common. ...
unknown
A licensing change for syslog-ng -- Linux,C,C++,Java,Ajax,XML,perl ...
Naturally, the license change does not fully address the concerns about whether the upstream syslog-ng project would accept patches for the open-source version that replicate the functionality of an existing proprietary plugin. ... The new version of syslog-ng adds support for reading BSD-style process-accounting (pacct) log messages. Process accounting logs are stored in a binary file; this feature is an initial step to extend syslog-ng to read various non-syslog ...
bruno_floyd
Possible personal changes - HowtoForge Forums | HowtoForge - Linux ...
What do I actually have to do to obey the BSD license? BSD License: http://www.opensource.org/licenses/bsd-license.php. Till Brehm -- http://www.projektfarm.com/en/. till. View Public Profile · Send a private message to till ...
donotreply@osnews.com (Thom Holwerda)
Google Changes WebM License, Now Pure BSD
Google has now cleared everything up by switching to a regular BSD license. The original license for the WebM project had a clause that if you brought patent action against Google, the patent license was terminated. ...
vipsoft
Changeset [2369]: refs #1442 - add BSD license text
refs #1442 - add BSD license text.
Jared Heinrichs
A quick guide to Open Source Licenses
The jQuery library for JavaScript is also dual-licensed under both the MIT and GNU GPL licenses. The family of BSD operating systems (for which BSD licensing was itself named) all use the BSD license, as well as Yahoo!'s YUI library. ...
unknown
Yii PHP Framework Extension: ddeditor
Overview; License; Download; Change Log; Documentation; Reviews (0). This extension contains a widget to render an activeTextarea to enter Markdown text. The rendered widget contains some buttons to add markdown tags for ... The following is an example of the BSD license. If you want to use this license, please replace ?????? with your or your company's name. Copyright © 2010 by Joachim Werner All rights reserved. Redistribution and use in source and binary forms, ...
Ted
Blender to RenderMan: Aqsis Licensing Changes to BSD
Existing code will remain under the current GPL/LGPL combination in the short term, while efforts are made to obtain agreement to re-license under the BSD license. Where agreement is not forthcoming, the code in question will be removed ...
Sajith
YUI Compressor
•License: All code specific to YUI Compressor is issued under a BSD license. YUI Compressor extends and implements code from Mozilla's Rhino project. Rhino is issued under the Mozilla Public License (MPL), and MPL applies to the Rhino ...
Ludicrous
Use until after death is strictly prohibited
OK, speaking of life and death...yes, it's a fact: There is a Death and Repudiation License (COPYING at master from indeyets's syck - GitHub). The syck parsing kit is dual licensed under BSD License (Berkeley Software Distribution, ...
Bart
2012 uses Bullet | BlenderNation
With enormous budgets, they could have chosen alternatives, either proprietary or other licenses that allow proprietary derivatives such as the BSD license. For example, why not ODE instead of Bullet? ODE is under the BSD license, ...
admin
Nifty 1.2 released | nifty-gui
Nifty is using the BSD License which means you can do anything with it :) You can find more information about the project at its project page: https://sourceforge.net/projects/nifty-gui/ which also states the license. ...
d0od
WebM: Google tries to free internet video, ensures awesome Linux ...
Google seems to distance themselves from it as well: “The main difference between the standard BSD license and the VP8 license is that this license grants patent rights, and terminates if patent litigation is filed alleging infringement ...
unknown
Yii PHP Framework Extension: worldclock
The following is an example of the BSD license. If you want to use this license, please replace ?????? with your or your company's name. Copyright © 2009 by ?????? All rights reserved. Redistribution and use in source and binary forms, ...
febuntoo
Tom 'spot' Callaway: The long, sordid tale of Sun RPC, abbreviated ...
... concerns on Sun's side that prevented them from taking action, but in February 2009, Simon told the crowd at FOSDEM that Sun was going to "change the license to Sun's copyrights in the RPC code to a standard 3-clause BSD license". ...
unknown
DB Populator - PHP Classes
Name: DB Populator Support forum. Base name: db-populator. Description: Populate a MySQL database with random data. Version: -. Required PHP version: 5.0. License: BSD License. All time users: 112 users. All time rank: 5539 ...
Hai Shalom
Open-Source Licenses
Barkley Software Distribution License: Another widely used type of license is the BSD license, which was first used by the Barkley University. This license, with some minor modifications from the original license, is the most permissive ...
fabimc
Can I distribute my kohana project with GPL 2 licence ? - Kohana ...
Your application can be, but the system files would still be BSD. Just to be clear: if one modifies even a byte of code in any of the Kohana system files, one can release it in GPL (or any other license for that matter) providing the ...
unknown
FAR 2.0 Build 1634 Beta / 2.0 Build 1420 (BSD License)
FAR Manager is an application for managing files and archives in Windows operating systems. FAR Manager works in text mode and provides a simple and intuitive interface for performing most of the necessary actions: viewing files and ...
Debian Multimedia Maintainers
jack-keyboard - Debian NEW package overview
... Edward Tomasz Napierała License: Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the BSD License. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND ...
mjjzf
@kocio The newer BSD license is GPL compatible, so it shouldn't be ...
@kocio The newer BSD license is GPL compatible, so it shouldn't be too bad. The OpenBSD gang tend to rewrite everything if there is doubt...
unknown
draft-ietf-l2vpn-vpls-mcast-07 - Multicast in VPLS
Internet Draft draft-ietf-l2vpn-vpls-mcast-07.txt September 2010 include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. ...
directhex
APEBOX.ORG » Archive » Gnot Invented Here
And, obviously, BSD licensed. Now, the BSD license usage means you know people might incorporate your code in their proprietary app – never mind though, your license allows it, and a “fully free” license allows for such behaviour. ...
Eve
IAccessible2 now under BSD license
San Francisco (ip-192.com): The Linux Foundation released IAccessible2, a new accessibility API for Microsoft Windows applications, and AccProbe, a desktop application testing tool, under the BSD license. ...
korak
What are the typical license obligations that come with open ...
The original BSD license also required that in any advertising done for the commercial product, there was an acknowledgement of the open source provider; however, the modified BSD license is far more common. The next common license ...
easypeasy
Google resolves WebM licensing conflict with BSD license
Google is adopting the BSD license for WebM in order to address a licensing conflict. When Google opened up the VP8 codec and announced the launch of the WebM project during the Google I/O conference last month, the actual license under ...
LXer Linux News
The Linux Foundation Delivers Testing Tools for Accessibility ...
The Linux Foundation, the nonprofit organization dedicated to accelerating the growth of Linux, today announced that its Open Accessibility Workgroup is releasing IAccessible2 for Windows under the BSD license. It is also announcing the ...
Singer Wang
GPL/ASL/BSD License Misconceptions and MySQL | The Pythian Blog
So what would releasing MySQL under a more permissive Open Source license (such as the Apache Software License or the BSD license) give the community? Nothing, I believe. It would give anyone the freedom to take MySQL, make changes to ...
surfer
PyLoris 3.1 (BSD License)
Test server vulnerability to help you with your work. (read more) Softpedia – Windows – All.
Linux_Foundation
The Linux Foundation Delivers New Licensing Terms, Testing Tools ...
“Adobe applauds The Linux Foundation's release of IAccessible2 under a BSD license,” said Andrew Kirkpatrick, group product manager for Accessibility at Adobe. “IAccessible2 contains important technological improvements that we plan to ...
Aaron Toponce
Good News: The Sun RPC license has been changed
Long story short: The Sun RPC license that affects this bug has been re-licensed to the 3-clause BSD license. Even though Debian is moving to eglibc, this is still good news. Finally time to close the bug? Related Threads ...
aktball
Linux Versus BSD With A Little Focus On OpenBSD
1) BSD license allows users/companies to modify a program's source code and not to release changes to the public. In other words, BSD licenses allow commercial use and incorporation of a code into proprietary commercial products. ...
Julien
CPU review: LEON 3, ZPU, xilinx MicroBlase and PicoBlase clones ...
It uses a BSD license for the HDL and a GPL for documentation, architecture and tools. Interesting choice to allow commercial hardware… Well let's look into it: The ZPU is a zero operand, or stack based CPU, 32bit datapath, ...
surfer
Katsu's Excellent File Copy and Rename Tool 1.0 (BSD License)
A copy and rename application to help you with file management. (read more) Softpedia – Windows – All.
unknown
LinuxPlanet - Reports - 5 Free or Open NAS Servers - Linux and BSD ...
It is released under the BSD license. It can be installed onto a Compact Flash, USB flash, or hard drive, or booted directly from a LiveCD. FreeNAS supports the following protocols: SMB/CIFS (Windows), AFP (Apple/Mac), NFS (Unix/Linux), ...
unknown
Katsu's Excellent File Copy and Rename Tool 1.0 (BSD License)
... designed to help you copy files in a folder with a incremental filename. Download Link : http://download.softpedia.com/dl/b1fffb6d0135ba077c3bdb03137313b6/4c431a7b/100164688/software/file_management/Batch Rename 1.0.0.0.exe.
surfer
FAR 2.0 Build 1620 Beta / 2.0 Build 1420 (BSD License)
File system navigation is made easier through the use of color highlighting and file sort groups. (read more) Softpedia – Windows – All.
jpluimers
CodePlex: choosing a license
There seems to be no license that comes close, and the WTFPL feels too much like a parody (but is essentially a very clever license). So I think I'll stick for the “new BSD license” for now. But: I'm open to suggestions, so please let ...
Francisco Souza
Flying with tipfy in Google App Engine | Francisco Souza
:license: BSD, see LICENSE for more details. """ config = {} # Configurations for the 'tipfy' module. config['tipfy'] = { # Enable debugger. It will be loaded only in development. 'middleware': [ 'tipfy.ext.debugger. ...
surfer
Gabedit 2.3.1 Unstable / 2.3.0 (BSD License)
A Graphical User Interface to Gaussian, Molcas, Molpro and MPQC computational chemistry packages (read more) Softpedia – Windows – All.
surfer
EDFlib 1.04 (BSD License)
Read / write EDF+ / BDF+ files (read more) Softpedia – Windows – All.
surfer
JSide 1.1 (BSD License)
JavaScript Integrated Development Environment (read more) Softpedia – Windows – All.
Cory Doctorow
Debate with Nina Paley about noncommercial licenses - Boing Boing
... on many other works ("We are obliged to inform you that this work builds on work by A, B, C, D and E, but E has not endorsed this work" [because they couldn't reach her]). Kind of like the arguments against the original BSD license. ...
wmeltzer@atpm.com (Wes Meltzer)
ATPM 16.09 - Segments: Life With an EeePC and Ubuntu Linux
For what it's worth, Mac OS X is built on top of the Berkeley Software Distribution, a kind of competing Unix, which is licensed with a much more permissive license known as the BSD license. So although the Ubuntu user interface itself ...
surfer
Barcode Alternative (BSD License)
An Alternative to Barcodes (read more) Softpedia – Windows – All.
unknown
JSide 1.1 (BSD License)
JSide short for JavaScript Integrated Development Environment, is a simple yet efficient JavaScript IDE. JavaScript has been a part of the web for long but with the advent of AJAX has become an integral one. ...
unknown
The Linux Foundation Delivers Testing Tools for Accessibility ...
linux, a, b, dc ba, marketwatch, ba fece, dc, fece, a fece, ba, dc b, accessibility, open, linux foundation, foundation, iaccessible, data, license, shares, adobe ,
enfew
15 Best Twitter Clients For Mac
Alitheia Core is free software, distributed under the 2-clause BSD license. Alitheia Core works by importing the source code repository, mailing list archives and bug databases for a software project in a unified storage schema and ...
unknown
Commit 402634 by webchick
... Blavet -* @version $Revision: 1.6 $ +* @version Revision: 1.43 * @license http://www.opensource.org/licenses/bsd-license.php New BSD License * @package Archive_Tar */ -class Archive_Tar +class Archive_Tar ...
unknown
Google resolves WebM licensing conflict with BSD license
A license that prevents profitable enterprise can be as crippling as a patent in terms of our collective digital evolution. BSD wins again, thankfully. Google has dropped its own custom license for WebM, adopting the standard BSD ...
surfer
Portable AkelPad 4.4.5 (BSD License)
An open source editor for plain text designed to be small and fast (read more) Softpedia – Windows – All.
Stacy Baird
Patents and Open Source Are Not Always Like Water and Oil ...
Simply put, there are different flavors of OSS license. Some, such as the BSD and Apache licenses, allow OSS developers to design software that plays well with others. These licenses allow OSS developers to include software (any ...
Marco Bröder
License Framework: Develop Best Practices
But it is not very useful in its current state, because several popular licenses are missing and some license foo is not right / specific enough to be considered legally correct (for example there is no 'one BSD License', ...
Gemini
IAccessible2 now under BSD license
San Francisco (ip-192.com): The Linux Foundation released IAccessible2, a new accessibility API for Microsoft Windows applications, and AccProbe, a desktop application testing tool, ... [Read more]
surfer
JOTM 2.2.1 (BSD License)
Java Open Transaction Manager (read more) Softpedia – Windows – All.
unknown
Commit 396688 by dries
... Blavet -* @version $Revision: 1.4 $ +* @version $Revision: 1.5 $ * @license http://www.opensource.org/licenses/bsd-license.php New BSD License * @package Archive_Tar */ @@ -59,9 +59,9 @@ var $_tarname=''; ...
© Filepie.us