Open Source and Legal Issues

Size: px
Start display at page:

Download "Open Source and Legal Issues"

Transcription

1 In-House Lawyers: Shaping New Legislation, Case-Law and Government Plans into Practical Company Policies Open Source and Legal Issues Rodolphe Michel, British Telecommunications plc This presentation contains the views of the author and does not indicate endorsement by British Telecommunications plc.

2 Question set 9: Open Source and Legal Issues What on earth is open source (and what it s not)? Governments at the national, state and local level across the globe are requiring open source in their projects - almost all major commercial software vendors use or distribute code under some open source licence Should the lawyer be wary of open source? Why should you be concerned? Why different OSS/FS licences matter? Copylefting vs. non-copylefting - can you copyright-infringe open source software? Jacobsen v. Katzer, 535 F.3d 1373 [Fed. Cir. 2008] Open source licences create binding obligations on the licensees of open source software While these obligations are not always clear, taking steps to identify and manage the use of open source software can help mitigate the risks associated with open source software

3 What on earth is Open Source Software (OSS)? Open Source Software (OSS) Any program whose source code is made available for use or modification as users or other developers see fit. Usually developed as a public collaboration and made freely and publicly available. OSS refers to software that complies with the Open Source Definition. OSS is distinguished by the licence(s) that governs the use, distribution, and, most importantly, the rights to access and modify the software's source code. Although OSS is also called free software it is far from free. Freeware Commonly used for software packages that permit redistribution but not modification (source code is not available). Offered at no cost, typically copyrighted so cannot be incorporated into another product.

4 What on earth is Open Source Software (and what it s not)? Open Source Software is/can be: Royalty-free for use, copying and redistribution Available with corresponding source code Freely modified Available to all Not tied to any particular software distribution Freely distributed with other software Protected by copyright laws Subject to enforceable licences Open Source Software is not: In the public domain freeware shareware

5 Open Source Development Cycle Open Source Software goes through the following cycle: 1. A developer generates a source code as well as a compiled code for a particular function/task Source Code 1 Compiled Code 2. That source code is passed on to Open Source community 3. Once in Open Source community other developers may study, modify, improve, enhance the source code Improved version of the code is then redistributed for further improvements to the open source community Developer 4 Open Source Community Improved Version 3

6 The Free Software Definition Free software is a matter of liberty, not price. To understand the concept, you should think of free as in free speech, not as in free beer. Free software is a matter of the users' freedom to run, copy, distribute, study, change and improve the software. More precisely, it means that the program's users have the four essential freedoms: The freedom to run the program, for any purpose (freedom 0). The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this. The freedom to redistribute copies so you can help your neighbour (freedom 2). The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.

7 Governments at the national, state and local level across the globe are requiring open source in their projects OSS on UK Government Key Open Source and Open Standards documents: 2000: The European Commission s initiative eeurope An Information Society for All Action Plan dated June It includes the target that: during 2001 the European Commission and Member States will promote the use of open source software in the public sector and e-government best practice. 2001: Analysis of the Impact of OpenSource Software 2002: Open source software use within UK Government 2004: Open source software use within UK Government 2004: e-government Interoperability Framework 2009: Open Source, Open Standards and Re-Use: Government Action Plan 2011: Procurement Policy Note (PPN) Use of Open Standards when specifying ICT requirements

8 Governments at the national, state and local level across the globe are requiring open source in their projects Europe leads the world in open source software adoption and development. Open source solutions have greater market share in Europe than the rest of the world, both on the server and the desktop, and more open source developers live in Europe than on any other continent including North America. European firms that contribute to open source projects account for about 565,000 jobs and have combined annual revenues of over 260 billion ($350 billion).

9 Almost all major commercial software vendors use or distribute code under some open source licence 100+ billion of lines of code (*) 500,000+ projects (*) Billions of of development (*) 2,000+ unique licences (*) 22% of typical commercial application/project is open source (*) (*Source: Black Duck Open Source Resource Center )

10 Why different OSS/FS licences matter? All Open Source Software licences are NOT the same Each licence has different set of requirements for using the software and set of requirements for modifying, distributing the source code, etc. Top 20 Most Commonly Used Licences* (*Source: Black Duck Open Source Resource Center) 2.41% 1.80% 1.13% GNU General Public License (GPL) % 6.74% 7.99% 8.22% 4.95% 8.49% 45.21% Artistic License (Perl) MIT License GNU Lesser General Public License (LGPL) 2.1 GNU General Public License (GPL) 3.0 BSD License 2.0 Apache License 2.0 Code Project Open 1.02 License Microsoft Public License (Ms-PL)

11 Example: GNU General Public License, version 2 (excerpts)... TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for non commercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program....

12 Should the lawyer be wary of open source? Why should you be concerned? General Contractual Risks No meaningful warranty provisions No indemnity provisions Unidentified upstream licensors Most open source licences were drafted by non-lawyers and have never been tested in court, the ambiguities in the licence terms give rise to uncertainty as to compliance with them Uncertainty about the governing law and jurisdiction

13 Should the lawyer be wary of open source? Why should you be concerned? Risks Imposed by OSS Licences Copyleft obligations persistent May be viral E.g. GPL requires that you must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this license. GPL v. 2 2(b) Duty to disclose licence obligations Notice obligations Attribution requirements Advertising restrictions Patent Protection Whenever someone conveys software covered by GPLv3 that they've written or modified, they must provide every recipient with any patent licences necessary to exercise the rights that the GPL gives them. In addition to that, if any licensee tries to use a patent suit to stop another user from exercising those rights, their licence will be terminated.

14 Different Types of Open Source Licences (depending on the type of restrictions they imposed upon) Strong Copyleft Weak Copyleft Permissive Restrictive Hybrid Permissive

15 Why should you be concerned? Breach of the Open-Source licence is a breach of copyright law (as Open Source Licences rely on copyright laws). Open source comes with unusual licence restrictions that may impact a company's strategies, particularly the risk that its own proprietary software may be tainted by a duty to open its source code to others, by requiring that any modified software be redistributed on the same terms as the open-source software and at no charge. Consequently, the commercial value of a proprietary software could thereby be virtually eliminated. There may be conflicts between the terms of different Open Source licences, e.g. components licensed under General Public Licence ( GPL ) may not be distributed with components licensed under the Mozilla Public Licence. If one fails to comply with the Open Source licence governing a particular piece of software code, the right to use that particular piece of code is automatically revoked. Open Source licences do not usually include standard notice-of-breach and cure provisions.

16 Why should you be concerned? Patent risks for patent holders If a patent holder distributes open source code, the patent holder may be forced to grant a royalty-free licence or a non-assertion undertaking to all users of the open source code. E.g. Mozilla Public Licence Anyone who contributes to a project licensed under the Mozilla Public Licence is required to give an unlimited, royalty-free patent licence on his contribution to the whole world. E.g. GNU General Public Licence The GNU General Public Licence (GPL) forbids imposing any restriction whatsoever on the rights granted by the licence to the recipients of the software. If a distributor does impose any further restrictions, his licence under the GPL is revoked. This means that a patent holder who distributes a software package incorporating his patent can no longer assert that patent against people who distribute that package further or incorporate the package in their own product. Please note that the mere distribution in unmodified form of third party software under the GPL licence means that any patent covering that software becomes unenforceable.

17 Free Software Foundation v. Cisco Systems Chronology of the case December 2008: Free Software Foundation started proceedings against Cisco Systems in the United States District Court for the Southern District of New York. Free Software Foundation claimed that various products sold under the Linksys brand by Cisco have violated the licensing terms of many programs on which the Free Software Foundation holds copyright, including GCC, binutils, and the GNU C Library. Most of these programs are licensed under the GNU General Public Licence, and a few are under the GNU Lesser General Public Licence. Free Software Foundation asked the Court to enjoin Cisco from further distributing Linksys firmware that contains Free Software Foundation copyrighted code, and also asked for all profits that Cisco received from its unlawful acts. Cisco responded that they were reviewing the issues in the suit, but they believed to be substantially in compliance. May 20, 2009: the parties announced a settlement which includes Cisco appointing a director to ensure their Linksys products comply with free software licences, and Cisco making an undisclosed financial contribution to the Free Software Foundation.

18 What on earth is Open Source Software (OSS) (and what it s not)? Adverse effects of failing to properly manage the use of open-source code can extend beyond liability for damages for copyright infringement. E.g. in acquisitions/mergers transactions: When IBM acquired Think Dynamics a few years ago, a scan of the software code of Think Dynamics found 80 to 100 examples of open-source code that the company had failed to disclose during the negotiations. As a result, IBM reduced the purchase price for the company over thirty percent (30%) from $67 million to $46 million. Discovering unaccounted for open-source code in an enterprise s software during the due diligence process could also upset a potential joint venture, an investment in the enterprise, or other strategic transaction.

19 Copyleft vs Copyright Copyleft one of the main innovations of Open Source licensing is a word play on copyright. Copyright law is used to prohibit others from reproducing, adapting, or distributing copies of the author s work. Copyleft allows an author to give out copies of a work with permission to reproduce, adapt or distribute, but requires any resulting copies or adaptations to also be bound by the same licence agreement. Copyleft relies on copyright laws.

20 Copylefting vs. non-copylefting can you copyright-infringe open source software? Major difference between Open Source licences is whether they are considered Copyleft or not? Where copyright law allows the copyright owner to withhold permission to copy, modify, or distribute software, Copyleft licences require that permission to be granted. In order to use or distribute software licensed under a Copyleft licence any changes made to the code must be released under the same Copyleft licence. The best example of a Copyleft licence is the GPL licence (GPL v2 and GPL v3). So called Permissive Licences, like the BSD Licence, are non-copyleft licences as they do not impose many restrictions on later development or modification of the original software.

21 Weak Copyleft The Lesser-General Public Licence (LGPL) is like the GPL, but it allows works licensed under it to be linked to by closed-sourced proprietary software. LGPL was originally used for libraries. LGPL would allow a developer to use a library of code licensed under the LGPL, without requiring the developer to release their software as open source. If the library itself is changed though, the copyleft provisions apply to the new version of the library.

22 Questions to Ask If an Open Source code is modified, can the modified code be distributed under a different licence? Copyleft licences require any distribution of a modification to be distributed under the same licence. Some copyleft licences will allow distribution under a similar licence. The Copyleft provisions do not kick in until distribution though. So you can typically modify a program and use the modified version internally without revealing the changes and thereby protecting any other code that could be considered a trade secret. Once the modified version is distributed, the changes must be revealed. What are the risks of combining the Open Source code with proprietary code? Copyleft code cannot be combined with proprietary code. Non-copyleft code and some weak copyleft code (e.g., LGPL) can be combined with proprietary code. Are there any other requirements imposed by the Open Source licence? E.g.: Include warranty disclaimers Include copyright and attribution notices provide a copy of the licence to a downstream licensee include a description of any changes made to the code by the licensee prior to redistribution include an offer to provide the source code to the software upon request include source code to non-standard software that is required in order for the program to run properly include a file listing any known intellectual property disputes involving the software.

23 Jacobsen v. Katzer, 535 F.3d 1373 [Fed. Cir. 2008] Chronology of the case Jacobsen is the copyright owner of certain computer program (DecoderPro files), which is available for download and use. Code made available to the public without cost pursuant to the "Artistic Licence" -- an open source or public licence. Jacobsen s open source group JMRI (Java Model Railroad Interface) created the computer program in question. The program is an application called DecoderPro, which allows model railroad enthusiasts to use their computers to program the decoder chips that control model trains. The downloadable files contain copyright notices and provide a file that clearly sets forth the terms of the Artistic Licence for use of those files. Katzer is a commercial software developer for the model train industry and hobbyists. Jacobsen alleges that Katzer used portions of the downloaded files as part of Katzer s software program that did not comply with terms of the Artistic Licence. Software did not include: the authors names; copyright notices; references to the COPYING file that includes the text of the licence; identification of plaintiff s site as the source; and description of the changes made to the copied files. Jacobsen sought a preliminary injunction against Katzer s use of the DecoderPro materials.

24 Jacobsen v. Katzer, 535 F.3d 1373 [Fed. Cir. 2008] Jacobsen argued that the terms of the Artistic Licence define the scope of the licence, which restrict the copyright rights that could be exercised by the licensee. Katzer counterclaimed that the terms of the licence were merely covenants that provide contractual terms for use of the materials, such that a violation was neither compensable (since the licence provide use at no cost) nor subject to injunctive relief. The Court relied on reasoning by other Circuit Court of Appeals regarding copyright holder's rights. Copyright holders who engage in open source licensing have the right to control the modification and distribution of copyrighted material. The Court held that: the Artistic Licence provided for the use of the copyright materials with the right to make modifications and to distribute the software conditioned on the restrictions in the licence. it is outside the scope of the Artistic Licence to modify and distribute the copyrighted materials without copyright notices and a tracking of modifications from the original computer files. Katzer did not comply with the copyright restrictions nor did Katzer make other arrangements with Jacobsen. The Court pointed out that Artistic Licences provide economic benefits, such as driving traffic to the open source incubation page or providing downstream users with notice of the open source project that eventually lead to creative collaboration. Katzer did not comply with the conditions set forth by the Artistic Licence and therefore infringed Jacobsen s copyright in the programs.

25 Bochum District Court, partial judgment of 20 January 2011 I-8 O 293/09 Bochum District Court (Germany), partial judgment of 20 January 2011 I-8 O 293/09. The plaintiff develops open source software (FreeadhocUDF) and licensed this according to the GNU Lesser General Public Licence ( LGPL ). The defendant sold this software but failed to abide by the licence requirements in relation to its product WISO Mein Büro In particular, it failed to specify the name of the developer, did not provide the text of the LGPL and did not make the source code available. The court held that: Defendant s conduct amounted to an infringement of the software developer s user rights under copyright law. It was immaterial whether the software performs a function within the product WISO Mein Büro A developer of Open Source software may claim damages according to principles analogous to those applicable to licences, irrespective of whether the right to use the Open Source software is granted free of charge. Problems may arise solely in relation to the calculation of the quantum of damages due to the fact that the plaintiff itself only developed part of the open source software, and therefore the evaluation of its share is of decisive importance in calculating damages.

26 Developing Open Source Policies Companies must have a policy for procuring OSS, deciding which applications will be supported by OSS, and identifying the intellectual property risk or supportability risk associated with using OSS (Gartner). Once a policy is in place, then there must be a governance process to enforce it (Gartner). Vendors Explicitly address the use of OSS Warranty/Indemnification Employees Understand what your developers are doing IPR policies Remediation Assess during IP Due Diligence Address during versioning process Involve legal team

27 Dealing with Open Source M&A Risk The conventional due diligence and warranty approach still works but also think about: does the target have an Open Source policy - is it followed? can it define the scope of its usage? what Open Source is present, can it be listed? has the target had any correspondence with the Open Source or free software "community" (who actively police Open Source licences)? If there is a viral licence which could trigger a Copyleft issue then it is vital this is analysed from a legal and technical perspective to see if the buyer's plans for that product are consistent with the Open Source licence obligation. Code Scanning Companies are now emerging to provide source code scanning services to identify Open Source and their associated Open Source licence terms. Once identified, a risk assessment can be carried out prior to the transaction closing. Code scanners provide an effective way of understanding the nature of core software assets in a target's business and this process sits well alongside traditional IP due diligence.

An Introduction to the Legal Issues Surrounding Open Source Software

An Introduction to the Legal Issues Surrounding Open Source Software An Introduction to the Legal Issues Surrounding Open Source Software By Daliah Saper Saper Law Offices, LLC 505 N. LaSalle, Suite #350 Chicago, IL 60654 http://www.saperlaw.com Open Source Software Open

More information

1. Third Party Software or Free Software License Information

1. Third Party Software or Free Software License Information Acer Legal Information 1. Third Party Software or Free Software License Information Software included by Acer on its products or offered by Acer on its websites for download may contain free or third party

More information

Siemens Schweiz AG Building Technologies Division Intellectual Property Gubelstrasse 22 CH 6300 Zug Switzerland

Siemens Schweiz AG Building Technologies Division Intellectual Property Gubelstrasse 22 CH 6300 Zug Switzerland Open Source Software used in the product The product contains, among other things, Open Source Software, licensed under an Open Source Software License and developed by third parties. These Open Source

More information

Open Source Used In Cisco D9865 Satellite Receiver Software Version 2.20

Open Source Used In Cisco D9865 Satellite Receiver Software Version 2.20 Open Source Used In Cisco D9865 Satellite Receiver Software Version 2.20 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed

More information

R&S TSMW Radio Network Analyzer Open Source Acknowledgment

R&S TSMW Radio Network Analyzer Open Source Acknowledgment Radio Network Analyzer Open Source Acknowledgment (;Úà@2) 1176.8216.02 03 Test & Measurement Open Source Acknowledgment Contents Contents 1 Introduction... 3 1.1 Disclaimer... 3 1.2 How to obtain the source

More information

GNU LIBRARY GENERAL PUBLIC LICENSE. Preamble

GNU LIBRARY GENERAL PUBLIC LICENSE. Preamble GNU LIBRARY GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute

More information

Open Source Code: Understanding and Managing the Risks. May 8, 2006. Renee L. Jackson. Christopher K. Larus. When You Think IP,

Open Source Code: Understanding and Managing the Risks. May 8, 2006. Renee L. Jackson. Christopher K. Larus. When You Think IP, Open Source Code: Understanding and Managing the Risks May 8, 2006 Renee L. Jackson Christopher K. Larus When You Think IP, When You Think Think Fulbright. IP, TM Think Fulbright. TM What is Open Source

More information

Open Source Announcement

Open Source Announcement Open Source Announcement A software component of this product incorporates source code covered under the GNU Lesser General Public License (LGPL). Acknowledgement: The software included in this product

More information

If you are submitting changes to the project, please see CONTRIBUTIONS file for more instructions.

If you are submitting changes to the project, please see CONTRIBUTIONS file for more instructions. ================================ Licenses of Third Party Software ================================ This product contains software provided by third parties, which may include the below listed components.

More information

Intellectual Property Group Presentation. Using Open Source Software Issues to Consider. Peter J. Guffin, Esq. Pierce Atwood LLP January 22, 2009

Intellectual Property Group Presentation. Using Open Source Software Issues to Consider. Peter J. Guffin, Esq. Pierce Atwood LLP January 22, 2009 Intellectual Property Group Presentation Using Open Source Software Issues to Consider Peter J. Guffin, Esq. Pierce Atwood LLP January 22, 2009 I. Agenda Select key terms in various open source licenses

More information

This program incorporates work covered by the following copyright and permission notices:

This program incorporates work covered by the following copyright and permission notices: WordPress - Web publishing software Copyright 2014 by the contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published

More information

Rack Station RS407, RS408, RS408-RP

Rack Station RS407, RS408, RS408-RP Rack Station RS407, RS408, RS408-RP Quick Installation Guide SAFETY INSTRUCTIONS Please read these safety instructions carefully before use, and keep this manual in a safe place for your future reference.

More information

Open Source Used In Cisco TelePresence IX5000 8.0

Open Source Used In Cisco TelePresence IX5000 8.0 Open Source Used In Cisco TelePresence IX5000 8.0 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website

More information

A free software license for the BUFR software

A free software license for the BUFR software A free software license for the BUFR software H. Paulitsch / TU-Graz At the first OPERA-III meeting the need for a license for the BUFR software has been discussed in WG2 and TU-Graz has been asked to

More information

Configuring IKEv2 VPN for Mac OS X Remote Access to a GTA Firewall

Configuring IKEv2 VPN for Mac OS X Remote Access to a GTA Firewall Mac Install Configuring IKEv2 VPN for Mac OS X Remote Access to a GTA Firewall strongswan Client strongswan201503-01 Global Technology Associates 3361 Rouse Rd, Suite 240 Orlando, FL 32817 Tel: +1.407.380.0220

More information

An Open Source Software Primer for Lawyers

An Open Source Software Primer for Lawyers An Open Source Software Primer for Lawyers July 17, 2014 Presentation to the ABA Open Source Committee, Section of Science & Technology Law Joanne Montague joannemontague@dwt.com Davis Wright Tremaine

More information

Instructions for specifying the licence terms in Open Source software François Fluckiger, Editor 10 January 2012 Version 1

Instructions for specifying the licence terms in Open Source software François Fluckiger, Editor 10 January 2012 Version 1 OSL-2012-01 Open-source Licence - Task force Instructions for specifying the licence terms in Open Source software François Fluckiger, Editor 10 January 2012 Version 1 Contents 1 Rules for the copyright

More information

UNITED STATES DISTRICT COURT SOUTHERN DISTRICT OF NEW YORK. Civil Action No. CV COMPLAINT

UNITED STATES DISTRICT COURT SOUTHERN DISTRICT OF NEW YORK. Civil Action No. CV COMPLAINT SOFTWARE FREEDOM LAW CENTER, INC. Daniel B. Ravicher (DR1498) 1995 Broadway, 17th Floor New York, NY 10023-5882 Tel.: 212-580-0800 Fax.: 212-580-0898 Attorneys for Plaintiffs Erik Andersen and Rob Landley

More information

Intellectual Property& Technology Law Journal

Intellectual Property& Technology Law Journal Intellectual Property& Technology Law Journal Edited by the Technology and Proprietary Rights Group of Weil, Gotshal & Manges LLP VOLUME 26 NUMBER 6 JUNE 2014 A Practical Approach to Working with Open

More information

EMAIL SECURITY MANAGER HELP

EMAIL SECURITY MANAGER HELP EMAIL SECURITY MANAGER HELP Websense Email Security Gateway v7.8.x 1996-2014, Websense Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA R0825784 Published August 2014 Printed

More information

4. Limitation of Liability. 5. General Provisions

4. Limitation of Liability. 5. General Provisions End User License Agreement Please read these contract terms and conditions carefully before you make use of the software. eq-3 shall provide you with a license for the software only if you accept the terms

More information

Published : 2011-03-14 License : None. INTRODUCTION 1. Learning with Turtle Art

Published : 2011-03-14 License : None. INTRODUCTION 1. Learning with Turtle Art TURTLE ART 1 Published : 2011-03-14 License : None INTRODUCTION 1. Learning with Turtle Art 2 1. LEARNING WITH TURTLE ART Play with Turtle Art to draw colorful art patterns using a turtle that accepts

More information

BMC Remedy Action Request System 7.0 Open Source License Agreements

BMC Remedy Action Request System 7.0 Open Source License Agreements March 2006 BMC Remedy Action Request System 7.0 Open Source License Agreements Copyright 1991 2005 BMC Software, Inc. All rights reserved. BMC, the BMC logo, all other BMC product or service names, BMC

More information

HOT TOPICS IN OPEN-SOURCE SOFTWARE LICENSING. By Robert J. Scott and Christopher Barnett

HOT TOPICS IN OPEN-SOURCE SOFTWARE LICENSING. By Robert J. Scott and Christopher Barnett HOT TOPICS IN OPEN-SOURCE SOFTWARE LICENSING By Robert J. Scott and Christopher Barnett HOT TOPICS IN OPEN-SOURCE SOFTWARE LICENSING I. Introduction Businesses and software developers who incorporate new

More information

Upgrade N299 / N199 firmware to v1.00.24

Upgrade N299 / N199 firmware to v1.00.24 1. Login as admin from web interface to your N299 / N199. 2. In the [System] menu, choose the [Firmware Upgrade] item and the firmware upgrade screen show. 3. Press the [Browse] button and select the firmware

More information

How To Use Open Source Software

How To Use Open Source Software Open Source Software: What You Need to Know Presented By: Lisa Abe, Ian Kyer and Marek Nitoslawski September 15, 2005 Open source software ( OSS ): What you need to know Understanding the business and

More information

Appendix D. Rocks Copyright and Trademark

Appendix D. Rocks Copyright and Trademark Appendix D. Rocks Copyright and Trademark D.1. Copyright Statement Rocks(r) www.rocksclusters.org version 5.4 (Maverick) Copyright (c) 2000-2010 The Regents of the University of California. All rights

More information

Jacobsen v. Katzer: Open Source License Validation How Far Does It Go? By: Paul H. Arne 1,2

Jacobsen v. Katzer: Open Source License Validation How Far Does It Go? By: Paul H. Arne 1,2 Jacobsen v. Katzer: Open Source License Validation How Far Does It Go? By: Paul H. Arne 1,2 On August 13, 2008, the U.S. Court of Appeals for the Federal Circuit issued its opinion in Jacobsen v. Katzer

More information

LEGAL NOTICES OPEN SOURCE SOFTWARE (as of April 2011)

LEGAL NOTICES OPEN SOURCE SOFTWARE (as of April 2011) LEGAL NOTICES OPEN SOURCE SOFTWARE (as of April 2011) License GPL 2.0 LGPL 2.1 [base] BSD-style Two-clause License (base) Apache 1.1 Apache License Version 2.0 Bison GPL 2.0 with Exception Boost Software

More information

Open Source in the Real World: Beyond the Rhetoric

Open Source in the Real World: Beyond the Rhetoric Open Source in the Real World: Beyond the Rhetoric Maureen Dorney Partner, DLA Piper Kat McCabe Board of Advisors, Black Duck Software, Inc. Gemma Dreher Senior Counsel, BAE Systems Introduction Widespread

More information

Open Source Used In Cisco Digital Media Player 4310 Release 5.4.1

Open Source Used In Cisco Digital Media Player 4310 Release 5.4.1 Open Source Used In Cisco Digital Media Player 4310 Release 5.4.1 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the

More information

OSADL License Compliance Audit (OSADL LCA)

OSADL License Compliance Audit (OSADL LCA) Open Source Automation Development Lab eg OSADL License Compliance Audit (OSADL LCA) 1. Goals Risk management for any company includes the maintenance of legal and contractual obligations. The observance

More information

Upgrade Thecus NAS firmware to v5

Upgrade Thecus NAS firmware to v5 1. Login as admin from web interface to your Thecus NAS. 2. In the [System Management] menu, choose the [Firmware Upgrade] item and the firmware upgrade screen show. 3. Press button and select the firmware

More information

AXIS SOFTWARE LICENSE AGREEMENT

AXIS SOFTWARE LICENSE AGREEMENT AXIS SOFTWARE LICENSE AGREEMENT This Software License Agreement (this Agreement ) is a legal agreement between you (either individual or an entity) and Axis Communications AB (hereinafter referred to as

More information

Open Source Used In Cisco Active Directory Agent 1.0

Open Source Used In Cisco Active Directory Agent 1.0 Open Source Used In Cisco Active Directory Agent 1.0 Part Number: OL-25135-01 This document contains the licenses and notices for open source software used in this product. With respect to the free/open

More information

GPL AND SOFTWARE LICENSING ISSUES LESSONS FROM THE VERSATA LAWSUIT. 2015 Black Duck Software, Inc. All Rights Reserved.

GPL AND SOFTWARE LICENSING ISSUES LESSONS FROM THE VERSATA LAWSUIT. 2015 Black Duck Software, Inc. All Rights Reserved. GPL AND SOFTWARE LICENSING ISSUES LESSONS FROM THE VERSATA LAWSUIT 2015 Black Duck Software, Inc. All Rights Reserved. SPEAKERS Phil Odence Vice President & General Manager Karen Copenhaver Partner at

More information

Citrix ShareFile Sync for Mac

Citrix ShareFile Sync for Mac Citrix ShareFile Sync for Mac Third Party Notices Citrix ShareFile Sync for Mac may include third party software components licensed under the following terms. This list was generated using third party

More information

Free and Open-Source Software Diligence in Mergers, Acquisitions, and Investments

Free and Open-Source Software Diligence in Mergers, Acquisitions, and Investments Free and Open-Source Software Diligence in Mergers, Acquisitions, and Investments Andrew J. Hall Fenwick & West LLP April 16, 2013 Linux Foundation Collaboration Summit Presentation Topics Introduction

More information

LICENSE AGREEMENT FOR TOBII ANALYTICS SOFTWARE DEVELOPMENT KIT AND API

LICENSE AGREEMENT FOR TOBII ANALYTICS SOFTWARE DEVELOPMENT KIT AND API LICENSE AGREEMENT FOR TOBII ANALYTICS SOFTWARE DEVELOPMENT KIT AND API PREAMBLE This Tobii Analytics Software Development Kit and API License Agreement (the "Agreement") forms a legally binding contract

More information

CONTRIBUTION AGREEMENT VERSION 1.1

CONTRIBUTION AGREEMENT VERSION 1.1 CONTRIBUTION AGREEMENT VERSION 1.1 THIS CONTRIBUTION AGREEMENT (hereinafter referred to as Agreement ) is executed by you (either an individual or legal entity) ( Licensor ) in favor of Nokia Corporation,

More information

Open Source Information

Open Source Information Open Source Information imagine the possibilities Contents OPEN SOURCE INFORMATION GNU GENERAL PUBLIC LICENSE..................................... 3 Tiff License.......................................................

More information

whose administrative offices are at [insert address] ("the Licensee").

whose administrative offices are at [insert address] (the Licensee). CHEMSHELL PROGRAM SUITE LICENCE AGREEMENT (Academic Use Royalty Free) THIS LICENCE AGREEMENT is made BETWEEN: 1. THE COUNCIL FOR THE CENTRAL LABORATORY OF THE RESEARCH COUNCILS, an executive Non-Departmental

More information

Services Agreement between Client and Provider

Services Agreement between Client and Provider Services Agreement between Client and Provider This Services Agreement is part of the Member Contract between Client and Provider, effective upon Client s award and Provider s acceptance of a Job on the

More information

What You Should Know About Open Source Software

What You Should Know About Open Source Software What You Should Know About Open Source Software J.D. Marple Silicon Valley Latham & Watkins operates as a limited liability partnership worldwide with an affiliate in the United Kingdom and Italy, where

More information

Open source texts and acknowledgements

Open source texts and acknowledgements Open source texts and acknowledgements 1 Licence text and acknowledgements License Texts and Acknowledgements for open source software used in Tilgin products. Tilgin is grateful to the groups and individuals

More information

--------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------------- IxNetwork Software End User License Agreement -------------------------------------------------------------------------------------------------------------------------------------------- This IXIA IXNETWORK

More information

Open Source Software and Copyright Infringement Law

Open Source Software and Copyright Infringement Law What Every GC and CTO Should Know about Open Source Software David Mirchin July 14, 2015 David Mirchin Chair, Meitar Technology Transactions and IP Group Tel Aviv, Israel Open Source sometimes also a

More information

End User License Agreement for the Intel(R) Software Development Products

End User License Agreement for the Intel(R) Software Development Products IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING. Do not copy, install, or use the Materials provided under this license agreement ("Agreement"), until you have carefully read the following terms and

More information

Issues in Software Licensing, Acquisition and

Issues in Software Licensing, Acquisition and Issues in Software Licensing, Acquisition and Development July 18, 2013 David Jennings Context For Our Purposes; What s a license? Fundamentally, it is a permission to do something(s). A license conveys

More information

Pagemaker bug fix, do'nt remove. Mascot: Installation and Setup

Pagemaker bug fix, do'nt remove. Mascot: Installation and Setup Pagemaker bug fix, do'nt remove Mascot: Installation and Setup 2010 Matrix Science Ltd. All rights reserved. The information contained in this publication is for reference purposes only and is subject

More information

C-DAC Medical Informatics Software Development Kit End User License Agreement

C-DAC Medical Informatics Software Development Kit End User License Agreement C-DAC Medical Informatics Software Development Kit End User License Agreement BY DOWNLOADING AND INSTALLING, COPYING OR OTHERWISE USING THE CENTRE FOR DEVELOPMENT OF ADVANCED COMPUTING ( C-DAC ) MEDICAL

More information

Symantec Workflow 7.5 SP1 Third-Party Legal Notices

Symantec Workflow 7.5 SP1 Third-Party Legal Notices Symantec Workflow 7.5 SP1 Third-Party Legal Notices This document includes the following topics: Third-Party Legal Attributions Apache Log4net v1.2.0 Beta 8 Apache Lucene.NET v2.1 edtftpnet v2.2.3 ASPOSE.NET

More information

UNITED STATES DISTRICT COURT SOUTHERN DISTRICT OF NEW YORK. Civil Action No. CV COMPLAINT

UNITED STATES DISTRICT COURT SOUTHERN DISTRICT OF NEW YORK. Civil Action No. CV COMPLAINT SOFTWARE FREEDOM LAW CENTER, INC. Daniel B. Ravicher (DR1498) Aaron K. Williamson (AW1337) 1995 Broadway, 17th Floor New York, NY 10023-5882 Tel.: 212-580-0800 Fax.: 212-580-0898 Attorneys for Plaintiff

More information

GPL, MIT, BSD, GEHC (and me)

GPL, MIT, BSD, GEHC (and me) GPL, MIT, BSD, GEHC (and me) Introduction to Open Source Therese Catanzariti author reproduce literary employer COPYRIGHT OWNER commission work for hire has the exclusive right to distribute prepare derivatives

More information

Norton Online Backup Third Party Attribution

Norton Online Backup Third Party Attribution Norton Online Backup Third Party Attribution Norton Online Backup Third Party Attribution Document This document includes the following topics: This Symantec product may contain third party software for

More information

CSPA. Common Statistical Production Architecture Descritption of the Business aspects of the architecture: business models for sharing software

CSPA. Common Statistical Production Architecture Descritption of the Business aspects of the architecture: business models for sharing software CSPA Common Statistical Production Architecture Descritption of the Business aspects of the architecture: business models for sharing software Carlo Vaccari Istat (vaccari@istat.it) Index Costs categories

More information

Software Packages and Application Software From Rohde & Schwarz Open Source Acknowledgment

Software Packages and Application Software From Rohde & Schwarz Open Source Acknowledgment Software Packages and Application Software From Rohde & Schwarz Open Source Acknowledgment This document is valid for the following Rohde & Schwarz software packages and application software: R&S Pulse

More information

An Introduction to Open Source Software and Licensing

An Introduction to Open Source Software and Licensing An Introduction to Open Source Software and Licensing @black_duck_sw Karen Copenhaver Mark Radcliffe Peter Vescuso Black Duck 2013 Speakers Peter Vescuso EVP of Marketing, Black Duck Software Karen Copenhaver

More information

End-User Software License Agreement

End-User Software License Agreement End-User Software License Agreement This End-User Software License Agreement (the Agreement ) is a license agreement between you (the Licensee ) and IMSWorkX, Inc. ( IMSWorkX ), a Delaware corporation

More information

Open Source and Government Procurement

Open Source and Government Procurement Open Source and Government Procurement Tuesday October 21, 2007 Copyright 2007 Holme, Roberts & Owen LLP Increasingly unwise not to consider open source Increasingly unrealistic to avoid open source You

More information

FME SOFTWARE LICENSE AGREEMENT

FME SOFTWARE LICENSE AGREEMENT FME SOFTWARE LICENSE AGREEMENT IMPORTANT READ CAREFULLY: This FME Software License Agreement ("Agreement") is a legal agreement between You (either an individual or a single legal entity) and Safe Software

More information

Why Samba moved to GPLv3. Jeremy Allison Samba Team jra@samba.org

Why Samba moved to GPLv3. Jeremy Allison Samba Team jra@samba.org Why Samba moved to GPLv3 Jeremy Allison Samba Team jra@samba.org Why use GPL at all? Cast your mind back to the early 1990's Things were very different.. SMB was a closed, proprietary protocol The important

More information

PERFORCE End User License Agreement for Open Source Software Development

PERFORCE End User License Agreement for Open Source Software Development Perforce Open Source End User License Agreement Page 1 1. Introduction PERFORCE End User License Agreement for Open Source Software Development This is a License Agreement ( Agreement ) between Perforce

More information

GNU General Public License Notice

GNU General Public License Notice GNU General Public License Notice This product includes software code developed by third parties, including software code subject to the GNU General Public License ( GPL ). As applicable, TP-LINK provides

More information

INTEL SOFTWARE LICENSE AGREEMENT (OEM / IHV / ISV Distribution & Single User)

INTEL SOFTWARE LICENSE AGREEMENT (OEM / IHV / ISV Distribution & Single User) INTEL SOFTWARE LICENSE AGREEMENT (OEM / IHV / ISV Distribution & Single User) By clicking the Accept button, I signify that I have read and accept the terms below. IMPORTANT - READ BEFORE COPYING, INSTALLING

More information

ENHANCED HOST CONTROLLER INTERFACE SPECIFICATION FOR UNIVERSAL SERIAL BUS (USB) 2.0 - ADOPTERS AGREEMENT

ENHANCED HOST CONTROLLER INTERFACE SPECIFICATION FOR UNIVERSAL SERIAL BUS (USB) 2.0 - ADOPTERS AGREEMENT ENHANCED HOST CONTROLLER INTERFACE SPECIFICATION FOR UNIVERSAL SERIAL BUS (USB) 2.0 - ADOPTERS AGREEMENT This Enhanced Host Controller Interface Specification for Universal Serial Bus (USB) 2.0 - Adopters

More information

XANGATI END USER SOFTWARE LICENSE TERMS AND CONDITIONS

XANGATI END USER SOFTWARE LICENSE TERMS AND CONDITIONS XANGATI END USER SOFTWARE LICENSE TERMS AND CONDITIONS IMPORTANT: PLEASE READ BEFORE DOWNLOADING, INSTALLING OR USING THE XANGATI, INC. ("LICENSOR") SOFTWARE YOU HAVE LICENSED ("SOFTWARE"). BY EXECUTING

More information

HYBRID SOLUTIONS INDEPENDENT SOFTWARE VENDOR AGREEMENT

HYBRID SOLUTIONS INDEPENDENT SOFTWARE VENDOR AGREEMENT HYBRID SOLUTIONS INDEPENDENT SOFTWARE VENDOR AGREEMENT THE VERTEXFX TRADER API (THE SOFTWARE ) AND THE ACCOMPANYING DOCUMENTATION (THE RELATED MATERIALS ) (COLLECTIVELY, THE PRODUCT ) ARE PROTECTED BY

More information

Mayfair EULA for Journal Office

Mayfair EULA for Journal Office Mayfair EULA for Journal Office 9-April-2014 Page 1 of 9 Mayfair EULA for Journal Office Mayfair Software End User License Agreement Software programs which you received either installed on on the device

More information

GNU General Public License, version 2, with the Classpath Exception

GNU General Public License, version 2, with the Classpath Exception LICENSES: Azul Zulu Licenses and Copyrights Zulu incorporates third-party licensed software packages. Some of these have distribution restrictions and some have only reporting requirements. This document

More information

ALPHA TEST LICENSE AGREEMENT

ALPHA TEST LICENSE AGREEMENT ALPHA TEST LICENSE AGREEMENT IMPORTANT NOTICE! PLEASE READ THIS STATEMENT AND THE ALPHA TEST LICENSE AGREEMENT COMPLETELY BEFORE USING THIS ALPHA SOFTWARE. BY CLICKING ON THE BUTTON MARKED YES BELOW OR

More information

IICLE ONLINE SUBSCRIPTIONS TERMS AND CONDITIONS

IICLE ONLINE SUBSCRIPTIONS TERMS AND CONDITIONS IICLE ONLINE SUBSCRIPTIONS TERMS AND CONDITIONS IICLE Online Library, IICLE Online CLE, and IICLE Online All Access subscriptions are accepted and approved with the understanding that the Subscriber has

More information

Open Source Used In H.264 Decoder for WebEx NBR Player WBS27

Open Source Used In H.264 Decoder for WebEx NBR Player WBS27 Open Source Used In H.264 Decoder for WebEx NBR Player WBS27 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco

More information

GPL, MIT, BSD, OSS (and me)

GPL, MIT, BSD, OSS (and me) GPL, MIT, BSD, OSS (and me) Introduction to Open Source Therese Catanzariti OSS encourages code distribution (so you can sell epensive things on top of code OSS is risky! OSS saves engineering time and

More information

Terms of Service. Permitted uses You may use the Services for your own internal business purposes only in accordance with these Terms.

Terms of Service. Permitted uses You may use the Services for your own internal business purposes only in accordance with these Terms. Terms of Service Description of services Through its network of Web properties, Nintex UK Ltd and its global affiliates ( Nintex or We ) provides a variety of resources, including but not limited to hosted

More information

Adobe LeanPrint Dashboard Software Notices and/or Additional Terms and Conditions

Adobe LeanPrint Dashboard Software Notices and/or Additional Terms and Conditions Adobe LeanPrint Dashboard Software Notices and/or Additional Terms and Conditions This page and/or pages linked from this page contain Third Party Software Notices and/or additional Terms and Conditions

More information

ZIMPERIUM, INC. END USER LICENSE TERMS

ZIMPERIUM, INC. END USER LICENSE TERMS ZIMPERIUM, INC. END USER LICENSE TERMS THIS DOCUMENT IS A LEGAL CONTRACT. PLEASE READ IT CAREFULLY. These End User License Terms ( Terms ) govern your access to and use of the zanti and zips client- side

More information

Boost Libraries Boost Software License Version 1.0

Boost Libraries Boost Software License Version 1.0 Citrix AppDNA Listing of Open Source Components The following is a listing of open source licensed software which may accompany AppDNA. Each of the components listed below may be redistributed under the

More information

CeCILL FREE SOFTWARE LICENSE AGREEMENT

CeCILL FREE SOFTWARE LICENSE AGREEMENT CeCILL FREE SOFTWARE LICENSE AGREEMENT Notice This Agreement is a Free Software license agreement that is the result of discussions between its authors in order to ensure compliance with the two main principles

More information

Appendix. 1. Scope of application of the user evaluation license agreement

Appendix. 1. Scope of application of the user evaluation license agreement Appendix 1. Scope of application of the user evaluation license agreement 1.1 This user evaluation license agreement (the "Agreement") is a legal agreement between the licensee (the "Licensee") and the

More information

Open Source Software Declaration Cytell Image Cytometer

Open Source Software Declaration Cytell Image Cytometer Open Source Software Declaration Cytell Image Cytometer IN Cell Compliance Manager IN Cell Miner IN Cell Investigator 1.6 IN Cell Investigator 2.0 7-Zip X X ITK X X Apache Tomcat X Server CSV Reader from

More information

AAI - Authentication and Authorization Infrastructure Exhibit 4 Software Licenses

AAI - Authentication and Authorization Infrastructure Exhibit 4 Software Licenses AAI - Authentication and Authorization Infrastructure Exhibit 4 Software Licenses 2004 SWITCH Document management Version/status: final 1.0 / final Date: 13. 2. 2004 7. July 2004 Author(s): Nicole Beranek

More information

These TERMS AND CONDICTIONS (this Agreement ) are agreed to between InfluencersAtWork,

These TERMS AND CONDICTIONS (this Agreement ) are agreed to between InfluencersAtWork, TERMS AND CONDITIONS INFLUENCERS AT WORK These TERMS AND CONDICTIONS (this Agreement ) are agreed to between InfluencersAtWork, Ltd. ( InfluencerAtWork ) and you, or if you represent a company or other

More information

NOTICE SOFTWARE END USER LICENSE AGREEMENT

NOTICE SOFTWARE END USER LICENSE AGREEMENT NOTICE SOFTWARE END USER LICENSE AGREEMENT THIS SOFTWARE END USER LICENSE AGREEMENT ( THIS AGREEMENT ) IS A LEGAL AND BINDING AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL OR ENTITY) AND TP VISION NETHERLANDS

More information

CENTURY 21 CANADA LIMITED PARTNERSHIP WEBSITE TERMS OF USE

CENTURY 21 CANADA LIMITED PARTNERSHIP WEBSITE TERMS OF USE CENTURY 21 CANADA LIMITED PARTNERSHIP WEBSITE TERMS OF USE THESE TERMS OF USE CONTAIN LEGAL OBLIGATIONS. PLEASE READ THESE TERMS OF USE BEFORE USING THIS WEBSITE. Acceptance of these Terms of Use and any

More information

How To Write A Software License Agreement

How To Write A Software License Agreement CUSTOM SOFTWARE DEVELOPMENT AGREEMENT This Custom Software Development Agreement is a legal agreement ( CSDA ) between Carvajal Consultants, Inc. d/b/a Webborne Xolutions, a Florida corporation ( Developer

More information

Canon USA, Inc. WEBVIEW LIVESCOPE SOFTWARE DEVELOPMENT KIT DEVELOPER LICENSE AGREEMENT

Canon USA, Inc. WEBVIEW LIVESCOPE SOFTWARE DEVELOPMENT KIT DEVELOPER LICENSE AGREEMENT Canon USA, Inc. WEBVIEW LIVESCOPE SOFTWARE DEVELOPMENT KIT DEVELOPER LICENSE AGREEMENT This Webview Livescope Software Development Kit Developer License ("Agreement") between you, the "Developer" and the

More information

Affiliate means a legal entity that is owned by or under common ownership with Stratus Technologies Ireland Limited.

Affiliate means a legal entity that is owned by or under common ownership with Stratus Technologies Ireland Limited. STRATUS TECHNOLOGIES IRELAND LIMITED ( STRATUS ) END-USER LICENSE AGREEMENT AND SOFTWARE SUPPORT TERMS AND CONDITIONS FOR STRATUS everrun SOFTWARE PRODUCTS Please read this end user license agreement ("EULA")

More information

1. DEFINITIONS. As used herein, the following terms shall have the following meanings:

1. DEFINITIONS. As used herein, the following terms shall have the following meanings: End User Software License Agreement IMPORTANT PLEASE READ CAREFULLY This End User Software License Agreement (this EULA ) is a legal agreement between you, the individual or entity that has agreed to pay

More information

Terms of Use for the REDCap Non Profit End User License Agreement

Terms of Use for the REDCap Non Profit End User License Agreement Close print view Please note that displayed below is *not* the license agreement but only the terms of use for the agreement. Terms of Use for the REDCap Non Profit End User License Agreement This non

More information

Open Source Management

Open Source Management Open Source Management Best practices for professional use of open source software Simont Braun Avenue Louise, 149/20 1050 Bruxelles T 32 2 533 17 71 F 32 2 533 17 97 E benjamin.docquir@simontbraun.eu

More information

We d like to hear your suggestions for improving our indexes. Send email to index@oreilly.com.

We d like to hear your suggestions for improving our indexes. Send email to index@oreilly.com. Index A Academic Free License, 14, 24 30 derivative works, 27 disclaimer of warranties, 26 intellectual property rights, 24 limitations of, 26 merger clauses, 29 modifying terms, 30 non-endorsement provision,

More information

THE BUSINESS COUNCIL OF WESTCHESTER Website & Internet Services Terms And Conditions of Use

THE BUSINESS COUNCIL OF WESTCHESTER Website & Internet Services Terms And Conditions of Use THE BUSINESS COUNCIL OF WESTCHESTER Website & Internet Services Terms And Conditions of Use PLEASE READ THE FOLLOWING TERMS AND CONDITIONS RELATING TO YOUR USE OF OUR WEBSITE AND ANY OTHER INTERNET-BASED

More information

TEXTURA AUSTRALASIA PTY LTD ACN 160 777 088 ( Textura ) CONSTRUCTION PAYMENT MANAGEMENT SYSTEM TERMS AND CONDITIONS OF USE

TEXTURA AUSTRALASIA PTY LTD ACN 160 777 088 ( Textura ) CONSTRUCTION PAYMENT MANAGEMENT SYSTEM TERMS AND CONDITIONS OF USE TEXTURA AUSTRALASIA PTY LTD ACN 160 777 088 ( Textura ) CONSTRUCTION PAYMENT MANAGEMENT SYSTEM TERMS AND CONDITIONS OF USE Welcome to the Textura Construction Payment Management ( CPM ) System. By clicking

More information

Evaluation, Development and Demonstration Software License Agreement

Evaluation, Development and Demonstration Software License Agreement Evaluation, Development and Demonstration Software License Agreement IMPORTANT PLEASE CAREFULLY READ THE FOLLOWING LICENSE AGREEMENT, WHICH IS LEGALLY BINDING. DO NOT DOWNLOAD OR INSTALL THE LICENSED MATERIALS

More information

Jozii LLC WEBSITE TERMS OF SERVICE

Jozii LLC WEBSITE TERMS OF SERVICE Jozii LLC WEBSITE TERMS OF SERVICE 1. Acceptance of Terms. Welcome to Jozii. By using our Internet website, you indicate your unconditional acceptance of the following Terms of Service. Please read them

More information

Presentation. Open Source is NOT Free. For ISACA. By Dave Yip / Gamatech Ltd. Agenda

Presentation. Open Source is NOT Free. For ISACA. By Dave Yip / Gamatech Ltd. Agenda Presentation Open Source is NOT Free For ISACA By Dave Yip / Gamatech Ltd Agenda Gamatech Introduction to Open Source Open Source and Enterprises Open Source Licensing Open Source Risks Open Source Management

More information

Open Source Software used in the product

Open Source Software used in the product Open Source Software used in the product The software in this product contains parts licensed under various Open Source licenses. Please refer to the below list for further information on the software

More information

USB 3.0 ADOPTERS AGREEMENT

USB 3.0 ADOPTERS AGREEMENT Notice: This agreement is not effective until a fully executed original has been received by the Secretary, Intel Corporation, at 2111 NE 25 th Avenue, Mailstop JF5-373, Hillsboro, OR 97124, Attn: Brad

More information