Open Source Software License Changes. Sampo Savola & Olli Anttila TOL 2012

Size: px
Start display at page:

Download "Open Source Software License Changes. Sampo Savola & Olli Anttila TOL 2012"

Transcription

1 Open Source Software License Changes Sampo Savola & Olli Anttila TOL 2012

2 Abstract 1. Introduction 2. Open Source Software Licensing 2.1 License Change 2.2 Problems with license changes 3. Cases of license changes 3.1 NetBeans IDE, SPL -> CDDL -> dual (CDDL & GPL v2) 3.2 Qt Framework, FreeQT -> QPL -> GPL -> LGPL 3.3 MySQL MySQL RDBMS MySQL client libraries, LGPL -> GPL 3.4 Mono, GPL -> MIT/X Java 4. Conclusions

3 Abstract In Free and Open Source Software (FOSS) licenses play a big role, and sometimes owners of the software want to change the license for some reason. In this article we go through some examples of license changes in various FOSS projects that we found on scientific literature, and outline what were the motivations for such change, how those changes were implemented and what effects those changes had to those projects. We also give some recommendation to those planning to change the license in their project.

4 1. Introduction Usage of Open Source Software is increasingly popular nowadays in all software development. Good examples of popularity of Open Source Software is Apache Web server, which powers approximately 58% of all the Websites on Internet (Netcraft, 2012). Also many of the most popular Websites are heavily relying on Open Source Software in their implementation, for example Facebook which is the most visited Website and social networking service in the world (Netcraft, 2012; Pingdom, 2012.) By using Open Source Software companies can have many benefits and competitive advantages over the closed source software components. Open Source software is said to be more reliable as there are more eyes watching the code and defects can be detected and fixed faster. At the same time Open Source software is more stable. Open Source software also provide transparency to the code and thus is more audible than closed source application where users need blindly trust to the software vendor. This makes it possible for users to be sure that there are no hidden backdoors or other filthy things. Maybe the biggest advantage with utilizing Open Source software still are the possible cost savings. Most of the Open Source software components are available for free without any license fees or royalties. Getting certain software component for free instead of self implementing the same functionality or buying needed component can have very big impact on company s economic situation, especially in case of small and startup companies (GBdirect, 2012.) When Open Source Software Project is created authors will choose some Open Source Software license that the project will be licensed under. Once the license is taken in to use, it is not very typical that it will be changed. In the past many of the research has been focused in the Open Source Software licenses itself, Open Source Software license evolution is something that is just now becoming understood (Jensen & Scacchi, 2011.) There has been not much research of the license changes, motivation behind the change and how the license change actually happens (Jensen & Scacchi, 2011). This article tries to find reasons for a license change and to describe the problems that license change may cause through case studies found in the existing literature. In this article we will also try to describe what obstacles there maybe when trying to change the licensing (Linux kernel lock-in, not possible due to thousands of different copyright holders, no contribution agreement). This article is literature review of the existing research of this topic. 2. Open Source Software Licensing

5 Open Source software is typically licensed under some of the widely used Open Source Software license accepted by OSI (Open Source Initiative) or FSF (Free Software Foundation). Most popular Open Source licenses today are GNU General Public License (GPL), GNU Lesser General Public license (LGPL), BSD License and Apache License (Black Duck Software, 2012). Why is it important to understand Open Source Software license change and migration? Many companies are building their software products by utilizing Open Source components. For many companies it is essential to understand what Open Source Software components they are using and under which license they are licensed. This will eventually affect the use, modification and the distribution of the software product. Wrongly used Open Source software may also compromise the possible Intellectual Property Rights hold in the software product by leading in to a patent or copyright litigation ( Jensen & Scacchi, 2012.) 2.1 License Change Why the software license needs to be changed? Open Source Software license evolution is caused by many reasons. One reason described in the literature is the desire of the copyright holders to adapt the licensing according to the new legal landscape. This may mean adding new specific requirements in the license. One reason for the license change can be that originally the license was created to satisfy the needs of the organization implementing the particular Open Source Software, however this license may not satisfy the users of that Open Source Software (Di Penta, German, Guéhéneuc & Antoniol, 2010.) Usually users want license to adapt more to their needs which often means license to change more permissive. Good example is the original BSD license (4-clause) which has evolved to more permissive variants (3-clause and the newest 2-clause variant) (Di Penta & al, 2010). Sometimes license can also change to be more restrictive. For example GNU General Public license version 2 was changed more restrictive to avoid hardware locks and digital rights management in GNU General Public license version 3 (Di Penta & al, 2010). In addition to these, licenses can change due to external pressures. For example Mozilla s license from Netscape Public License to Mozilla Public License was initiated by open source community due their objection to some of the licensing terms in the Netscape Public License. This made Mozilla Foundation to address its users concerns and they changed the license (Di Penta & al ) What enables the license change? In Open Source software development usually multiple developers from very different kind of sources are collaborating in to the project with different motivations. In order Open Source project to change its licensing it needs an approval from each contributor / developer / copyright holder to do that. In many cases it may be very difficult

6 or impossible to reach all the developers. This could lead to a situation similar to Linux Kernel, where original project was founded and licensed under Gnu General Public license version 2. Now many years later it would be impossible for Linux project to reach all the contributors to get a permission for license change (Jensen & Scacchi, 2012.) To overcome the issue with copyrights, there are different kinds of Contributor License Agreements (CLA). Contributor License Agreement is a lightweight agreement signed by the contributor (copyright holder) who grants the needed rights for his contribution to be part of the Open Source project. Contribution License Agreement typically define ownership of the copyrights and they define any licensing of the copyright generated by the project. Typically it means that by signing the Contribution Agreement contributor will give up copyrights of all contributions to the project owner.contribution License Agreement is recommended for all third party contributions to the Open Source project. Similar Contribution Agreements are very commonly used by commercial software houses where their developers are required to give up all copyright to their code developed during their employment (Gardler & Wilson, 2012.) When license is changed for the Open Source Software, it won t affect any previous versions of the code that had the old licence in use. It means that the copyright holder cannot retroactively change the whole code to closed source. This allows developers to fork the project from the last version that the old license was still effective and continue developing the software, if they are not happy with the new license (Fogel, 2010.) This of course means that the maintenance and new feature development is then done by the one who forked. In many cases this is not wise as it may require a lot of work and resources. This may possibly be more expensive than for example buying for the licensor to get project licensed under commercial license. 2.2 Problems with license changes Software product usually consist of multiple different software components, typically libraries. In many cases these are Open Source Software. For companies using Open Source Software it is crucial to monitor the software licenses of the Open Source Software components used by their products. There may be a situation where one particular Open Source software component needs to be updated. Update could be required because the new version of the component may include for example: critical bug fixes, new platform support, business critical new feature or performance improvements. In the worst case the new version of the Open Source software component may be licensed under the different Open Source Software License (Di Penta & al ) The new license can be suitable for the use in a company s product but it could also harm the whole product in couple of different ways:

7 The new version of the Open Source Software component may have a license that denies distribution as part of the closed source software. Typical example of this kind of Open Source Software license is GNU General Public License (GPL). It requires all the derived works to be licensed under the terms of GNU General Public License. GPL License for example requires all the source code to be made available and in the most of the cases this is not possible as it would compromise any existing Intellectual Properties or copyrights in the company s software product (Di Penta & al ) Second possible harm caused by Open Source Software license change could be the incompatibility of the new license with the other Open Source Software components used included in the software product. This is typically problem only with software licensed under GNU General Public License. In this case company may be developing software product that is licensed under some Open Source License that is not compatible with GPL. As a real life example of the incompatibility caused by the new license we can think of IPFilter firewall component license change in the OpenBSD Unix operating system in The author of the IPFilter decided to add an extra sentence to the IPFilter license. By the developers of OpenBSD,this extra sentence in the license was seen as a new condition that was not compatible with the license of OpenBSD. This change made OpenBSD developers to replace remove IPFilter from OpenBSD and they replaced it by their own implementation (Di Penta & al, 2010.) 3. Cases of license changes In this chapter we will briefly go through some of the license changes in the Open Source projects found in the literature. We try to find out what were the licenses that changed. Why they needed to be changed; what was the motivation behind the change and what were the possible implications of the the license change. 3.1 NetBeans IDE, SPL -> CDDL -> dual (CDDL & GPL v2) NetBeans is both an Integrated Development Environment (IDE) for multiple programming languages and a platform for Java development. Like most software projects NetBeans started as a closed source project. Sun microsystems bought NetBeans in 1999 from it s original developer as Sun was looking for better development tools for java. Next year it was open sourced under Sun Public License(SPL) ( a Brief History, n.d.). NetBeans next change to license was not directly adopting new or refined license but rather an adoption of Contributor licence agreement (CLA) and in NetBeans case it was called Joint Licence Agreement (JLA). JLA stated that contributors and Sun would jointly own the copyright of the contributors code. Code from those contributors that would not agree with new licence

8 requirements would be removed from source tree. Sun adapted JLA in order to protect project in court without contributors agreement, and also to allow Sun to relicense project (as it now held all the copyrights). Introduction of the JLA resulted some push-back from the community. This push-back was not caused by the details of the new license but rather how license change was done. Sun had made the decision of introducing JLA unilaterally, without any consultation with the community (Jensen & Scacchi, 2011.) Motivation: Easier to defend project in court, possibility to change license. Result: Sun got what it wanted but received some push-back from the community by the way they handled the license change. Second license change for NetBeans was made in 2006 and was more cosmetic than anything else. SPL license was replaced by Common Development and Distribution License (CDDL) that Sun had previously already used in OpenSolaris project. Those two licenses are very similar, so much that Sun consider CDDL to be SPL version 2. Change was made because CDDL featured shorter and clearer license text, and there were minor issues in the SPL ( Relicensing NetBeans, n.d.). Motivation: Shorter and clearer license text. Minor concerns in previous license. Result: Changes were mostly cosmetic. Third and so far final license change for NetBeans occurred in 2007 when it was dual licenced to GPLv2 with classpath exception ( Dual Licensing, 2007). Request for this change came from the community (Jensen & Scacchi, 2011). Sun was able to do this despite the fact that CDDL is not GPL compatible (Sun holds the copyright of the code so it can do whatever it want s with the code). Motivation for license change apart for having been requested by community were that it enabled vendors that were not able to work with CDDL work with NetBeans. Other reason was that it made NetBeans more linux friendly ( Why GPL v2, n.d.). Motivation: Pleasing the community. Allow vendors to use NetBeans that were not previously able to use it because license compatibility issues. Result: More users for NetBeans. 3.2 Qt Framework, FreeQT -> QPL -> GPL -> LGPL Qt is a multi-platform development framework. Qt has always been dual licensed but it s open source licence has gone through several changes. The first license FreeQT was very restrictive and did not allow modifications to the source code, thus not being real open source software

9 (Valimaki, 2003). First license change occurred when Qt was used in KDE, linux desktop environment. KDE gathered popularity and pressure from open source community forced then qt s owner Trolltech to release qt 2.0 on Q Public License (QPL). Motivation: License was changed to address issues raised by open source community. Result: It failed to dispel all concerns it was suppose to put out, and an additional license change was required. QPL was not yet compatible with GPL which caused incompatibility issues since many KDE applications were released under GPL. These concerns caused initiation of two projects, Gnome to offer qt-free competitor for KDE and Harmony as GPL licensed competitor for qt. Two years later qt was finally released in GPL and the license concerns caused by GPL incompatibility were resolve. This move also made Harmony project unnecessary it was thus abandoned (Di Penta & al, 2010.) Motivation: License was changed to squash competition (Harmony). Result: Harmony project was dropped. In 2008 Trolltech was bought by Nokia and qt went through it s last (so far) license change by making qt also available in less restrictive LGPL. This meant that qt was now available under two open source licenses(gpl and LGPL) and a proprietary one (Di Penta & al, 2010). Qt played central role in Nokia s smartphone strategy but company s troubles in the market led it to abandon the platforms it had used qt for. This also had impact on the usefulness of the qt itself. Due these reasons it is very hard to determine success and the impact of this particular license change. Motivation: Increase quality of the Qt (Paul, 2008). Result: Inconclusive, Nokia s switch to Windows Phone made Qt mostly useless to Nokia. 3.3 MySQL MySQL is relation database management system (RDBMS) and one of the biggest success stories in open source software, first produced by swedish MySQL AB. Later MySQL was bought by Sun Microsystems in 2008 and finally ended up to be owned by Oracle, when it in 2009 bought Sun. MySQL has gone through license changes in two different software products, in its core database software and in libraries that are used to connect third party software to the MySQL database MySQL RDBMS

10 MySQL was first released using it s own license, MySQL Free Public License. Licensing term allowed limited free distribution on unix based systems and included strong copyleft statement. Windows systems were excluded from using the software on those terms and MySQL was distributed as shareware on Windows systems (Valimaki, 2003.) In 2000 license was changed to GPL on all platform while keeping the proprietary licensing option available for paying customers (Valimaki, 2003). License change was done to increase user base for the software and thus increase number of users willing to pay for the software. Rather than being simple license change, this was more a open sourcing the software since it was previously closed source for Windows users. Motivation: Increase the number of paying customers. Result: MySQL became one of the most used database management systems MySQL client libraries, LGPL -> GPL Additionally to database software MySQL also released libraries that programmers could use to connect their software to MySQL database. There libraries were first licensed under LGPL v2.1 but in 2004 libraries were relicensed under GPL v2. This was done in order to prevent companies from using the libraries and the MySQL database without paying for the commercial license. License change had some unintended consequences, as change made libraries incompatible with PHP systems since PHP license is not compatible with GPL. This forced MySQL to make further changes to the license. That was done by adding MySQL FOSS License Exception(Di Penta & al, 2010.) Motivation: Prevent companies for using software without paying for a license. Result: Incompatibilities with other software products, forced to make further changes to license. 3.4 Mono, GPL -> MIT/X11 Mono is an Open Source implementation of Microsoft s.net framework produced by Novell to allow.net development under other than Microsoft Windows operating systems. The Mono project was originally licensed under the GNU General Public license version 2. Developers criticized that using GPL license it could potentially create a problem when running.net framework. They were afraid that applications could be seen as derivative works of Mono project which would mean that applications were required to be released under GPL version

11 2. This fear of the developers made Mono developers to change its license to permissive MIT/ X11 license which allows to be used as part of software distributed any commercial or Open Source Software license. Other reason for the license change was the requirement from Hewlet Packard. They had set license change as a condition for their contribution to the Mono project (Di Penta & al, 2010.) Motivation: Concerns of the developers of possible viral effect of GNU General Public license and conditions from major contributor to the project Result: License was changed to permissive MIT/X11 license to satisfy the needs of the developers and the contributor 3.5 Java Java is a set of computer programs and programming language originally developed by Sun Microsystems. Originally Java and Java JDK (Java Development Kit) were license under specific Java license. That license had a sentence denying making copies of the software other than one copy for archival purposes. This was major problem for Linux distributions as they were not allowed to include Java. This forced users to manually download and install Java separately from the distribution. In November 2006 Sun Microsystems and Free Software Foundation Java 5.0 under GNU General Public License version 2 with an addendum known as CLASSPATH exception. License change allowed Java to be included in the Linux distributions and it made it possible for Open Source Community to modify and develop Java under the terms of GPL without Sun Microsystems (Di Penta & al, 2010.) Motivation: Allow Java to be included in linux distributions. Result: License was changed to GNU General Public License version 2 with CLASSPATH exception to allow the distribution. 4. Conclusions In this article we have covered some of the license changes in Open Source Software projects that we were able to discover from the existing literature. License changes that we found were initiated from different reasons, depending of the project and we were not able to distinguish one common reason for the change. License change can happen multiple times during the project life cycle as we saw with NetBeans and MySQL cases. The motivation behind the change varied a lot. In our case studies we are able to identify following reasons for the license change: - Better defendability in the possible court cases (NetBeans) - More clear and better understood license text (NetBeans)

12 - Pleasing the community to gain more users (NetBeans) - Increase the quality, better suitability for commercial usage (Qt) - Increase the number of paying customers (MySQL) - Prevent commercial usage without paying the license (MySQL Client libraries) - Concerns of GPL Viral effect, conditions from major contributor (Mono Project) - Allow wider distribution and inclusion to Linux distributions (Sun Java) When going through these case projects we were able to see both benefits and also some drawbacks. License changes that are done without consultation with the community has potential to run to following problems: License Incompatibilities with other software, for example MySQL libraries and PHP. Push-back/distrust from the community, like NetBeans CLA case. It is thus recommended that license change should be done in transparent fashion with close cooperation with the users and the contributors of the software and done in a way that prevents. License change can also allow benefits to the project. License change can allow wider distribution for the project which means more users and thus better is better for the project s success like we saw in the case of Sun s Java. License change can fix users concerns about the copyright issues like we see with Mono project Increase money income by requiring commercial users to pay license fees as with MySQL case While writing this article and going through the existing research about the Open Source Software license changes, we noticed that this topic is something that has not been researched much. One reason for this could be that it is not always possible to find out the motivation for licence change or it will be difficult to properly analyze the implications of the license change. Most of the cases we could find where covering companies doing Open Source Software, it maybe totally different perspective for some smaller Open Source Software project which is purely run by community of independent developers without any company backing. As license change especially in popular Open Source Software projects can have huge impact for the users of the particular software, it should be investigated more what can be done to satisfy both, the users and the authors of the project so that possible license change will not cause conflicts and lead to a forks or other means to abandon the original project.

13 References: A Brief History of NetBeans. Retrieved October 12, 2012, from NetBeans website: netbeans.org/about/history.html Di Penta, M., German, D. M., Guéhéneuc, Y. -., & Antoniol, G. (2010). An exploratory study of the evolution of software licensing. Proceedings - International Conference on Software Engineering, 1. pp Dual Licensing NetBeans IDE 6.0 under the CDDL and GPLv2 with Claspath [sic] Exception. Retrieved October 10, 2012 from NetBeans website: Fitzgerald, B. (2006). The Transformation of Open Source Software. MIS Quarterly Vol. 30 No. 3 Fogel, K. (2010). Producing Open Source Software. O'Reilly Media. GBdirect (2012). Benefits of using Open Source Software. Retrieved October 15, 2012, from Jensen, C., Scacchi, W. (2011). License Update and Migration Processes in Open Source Software Projects. IFIP Advances in Information and Communication Technology, 365, Lerner, J.,Tirole, J. (2005). The Scope of Open Source Licensing. Journal of Law, Economics, and Organization, 21(1), Mikko VÄLIMÄKI. (2003). Dual licensing in open source software industry. Systèmes d'information Et Management, 8(1), Netcraft (2012). October 2012 Web Server Survey. Retrieved October 5, 2012, from news.netcraft.com/archives/2012/10/02/october-2012-web-server-survey.html Netcraft (2012). Most Visited Websites. Retrieved October 5, 2012, from toolbar.netcraft.com/stats/topsites Gardler, R., Wilson, R. (August 2012). Contribution License Agreement. Retrieved October 6, 2012, from Paul, R.(2008). Nokia Qt LGPL switch huge win for cross-platform development. Retrieved October 12, 2012, from

14 Pingdom (2012). Exploring the software behind Facebook, the world s largest site. Retrieved October 7, 2012, from Relicensing NetBeans under the CDDL. Retrieved October 15, 2012 from NetBeans via Archive.org Web site: about/legal/license-change.html Rosen, L. E. (c2005). Open source licensing : Software freedom and intellectual property law. Upper Saddle River, NJ: Prentice Hall PTR. Why GPL v2 Frequently Asked Questions. Retrieved October 5, 2012, from NetBeans Web site:

The best of both worlds

The best of both worlds Feature Open source strategies The best of both worlds Mixing open source and closed software can prove to be an effective and profitable corporate strategy. Philips is one company that has come to understand

More information

Licensed CC-BY 3.0 For attribution, please link to http://dirkriehle.com

Licensed CC-BY 3.0 For attribution, please link to http://dirkriehle.com Java is an important technology powering the modern web and in particular enterprise applications. It has a checkered intellectual property history, and with the recent acquisition of Sun, the Java creator

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

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

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

A Method for Open Source License Compliance of Java Applications

A Method for Open Source License Compliance of Java Applications FOCUS: Software Engineering for Compliance A Method for Open Source Compliance of Java Applications Daniel M. German, University of Victoria Massimiliano Di Penta, University of Sannio // Kenen is a semiautomatic

More information

Open Source Software: Recent Developments and Public Policy Implications. World Information Technology and Services Alliance

Open Source Software: Recent Developments and Public Policy Implications. World Information Technology and Services Alliance December 2004 Open Source Software: Recent Developments and Public Policy Implications Open source software has become a topic of great interest in the press and among policymakers. Open source software

More information

An Exploratory Study of the Evolution of Software Licensing

An Exploratory Study of the Evolution of Software Licensing An Exploratory Study of the Evolution of Software Licensing Massimiliano Di Penta University of Sannio, Italy dipenta@unisannio.it Daniel M. German University of Victoria, Canada dmg@uvic.ca Yann-Gaël

More information

Moving a Commercial Forecasting Product to Open Source

Moving a Commercial Forecasting Product to Open Source American Immunization Registry Conference October 7 9, 2013 Denver, CO Moving a Commercial Forecasting Product to Open Source Judy Merritt, Scientific Technologies Corporation Nathan Bunker, Dandelion

More information

Open Source India. Open Source. Community meets Business. Michael. Meskes. credativ 2014. www.credativ.com

Open Source India. Open Source. Community meets Business. Michael. Meskes. credativ 2014. www.credativ.com Open Source Michael - Meskes Community meets Business Michael Meskes Free Software since 1993 Linux since 1994 Debian GNU/Linux since 1995 PostgreSQL since 1998 Michael Meskes 1992 1996 Ph.D. 1996 1998

More information

Distribution of Software

Distribution of Software OpenSource_CH03 Page 41 Monday, June 14, 2004 3:54 PM 3 Distribution of Software Contributors and Distributors Open source software is written by computer programmers who generously distribute it to their

More information

Foreword. Contents. Edos - Sixth Framework Programme - Priority 2 1

Foreword. Contents. Edos - Sixth Framework Programme - Priority 2 1 Edos Glossary Project Title Edos Project Number IST-004312 Contact Authors Ciarán Bryce, Michel Deriaz, Michel Pawlak Author List Ciarán Bryce, Michel Deriaz, Michel Pawlak,... Workpackage Number WP 4

More information

Metatron Technology Consulting s Strategic Guide to Open Source Software

Metatron Technology Consulting s Strategic Guide to Open Source Software Metatron Technology Consulting s Strategic Guide to Open Source Software Chris Travers April 30, 2004 Copyright c April 30, 2004 Metatron Technology Consulting. Permission is granted for verbatim redistribution

More information

An Open Source Work Shop. Luciano Resende (lresende@apache.org) Haleh Mahbod (hmahbod@gmail.com) Aug. 2008

An Open Source Work Shop. Luciano Resende (lresende@apache.org) Haleh Mahbod (hmahbod@gmail.com) Aug. 2008 An Open Source Work Shop Luciano Resende (lresende@apache.org) Haleh Mahbod (hmahbod@gmail.com) Aug. 2008 1 Topics General knowledge about open source Importance of Open Source What is Open Source License

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

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 Software: Strategies and Risk Management

Open Source Software: Strategies and Risk Management Open Source Software: Strategies and Risk Management Elisabeth Esner i DLA Pper i Rudnick Gray Cary US LLP (858) 677-1484 elisabeth.e isner@dlap iper.com Mark Lehberg DLA Pper i Rudnick Gray Cary US LLP

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

Contents. Intended Audience for This Book How This Book Is Structured. Acknowledgements

Contents. Intended Audience for This Book How This Book Is Structured. Acknowledgements Preface Intended Audience for This Book How This Book Is Structured xvii xviii xix Acknowledgements xxi 1 Open Source Software: Definitions and History 1 1.1 Definition of Terms 1 1.1.1 What Is Free Software?

More information

Software, Shareware and Opensource CSCU9B2

Software, Shareware and Opensource CSCU9B2 Software, Shareware and Opensource CSCU9B2 1 Contents Commercial software vs Freeware vs Open Source software Licences GNU GPL Open source Common software examples Sources, Safety and Risks 2 Pay, Try,

More information

Free and Open Source Business Applications. Presentation to Young Professionals CPA Discussion Group. 8 October 2014, 2014 http://levlafayette.

Free and Open Source Business Applications. Presentation to Young Professionals CPA Discussion Group. 8 October 2014, 2014 http://levlafayette. Free and Open Source Business Applications Presentation to Young Professionals CPA Discussion Group 8 October 2014, 2014 http://levlafayette.com About Free and Open Source Software Some definitions of

More information

Open-Source Business Models:

Open-Source Business Models: Open-Source Business Models: Making money by giving it away Andrew J. Hall February 20, 2015 Linux Collaboration Summit Santa Rosa, CA 2015 Hall Law. All rights reserved. This presentation is licensed

More information

Legal and licensing aspects of open source. Mikko Välimäki 21.2.2007

Legal and licensing aspects of open source. Mikko Välimäki 21.2.2007 Legal and licensing aspects of open source Mikko Välimäki 21.2.2007 Structure Software copyright law Computer program as a work: originality, idea v. expression, architecture and interface Exclusive rights

More information

Compatibility / Incompatibility

Compatibility / Incompatibility Compatibility / Incompatibility Logiciels et Services, pour réussir les grands projets du Libre Benjamin Jean IP Lawyer, LINAGORA legal Dept. bjean@linagora.com LINAGORA 27 rue de Berri 75008 PARIS Tél.

More information

Open Source Software: critical review of scientific literature and other sources

Open Source Software: critical review of scientific literature and other sources Open Source Software: critical review of scientific literature and other sources Marc Querol del Amo Master of Science in Computer Science Submission date: June 2007 Supervisor: Maria Letizia Jaccheri,

More information

Unit 10 : An Introduction to Linux OS

Unit 10 : An Introduction to Linux OS Unit 10 : An Introduction to Linux OS Linux is a true 32/64-bit operating system that run on different platforms. It is a multi-user, multi-tasking and time sharing operating system. Linux is a very stable

More information

Library Technology Reports

Library Technology Reports Open Source Library Automation: Overview and Perspective A chapter from Library Technology Reports Expert Guides to Library Systems and Services by Marshall Breeding ALA TechSource purchases fund advocacy,

More information

Study of the compatibility mechanism. EUPL (European Union Public Licence) v. 1.0

Study of the compatibility mechanism. EUPL (European Union Public Licence) v. 1.0 Advice Report EUROPEAN COMMISSION Enterprise Directorate General Report on Study of the compatibility mechanism of the EUPL (European Union Public Licence) v. 1.0 11 th September 2006 Prepared by: Fabian

More information

REALbasic versus Visual Basic

REALbasic versus Visual Basic REALbasic versus Visual Basic By Jerry Lee Ford, Jr. November 2006 When is comes to the development of Windows applications, REALbasic s main competitor it Microsoft s Visual Basic programming language.

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

A microeconomic analysis of commercial open source software development

A microeconomic analysis of commercial open source software development A microeconomic analysis of commercial open source software development Date: November 7 th 2007 Author: Mathieu Baudier (mbaudier@argeo.org) Abstract The particularity of open source software is how it

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

A New Organization Built on a New Tool?

A New Organization Built on a New Tool? A New Organization Built on a New Tool? Wilhelm Widmark 1 Stockholm University Library has seen a rapid increase in the number of electronic resources in its collection and the percentage of the total

More information

Selection and Management of Open Source Software in Libraries.

Selection and Management of Open Source Software in Libraries. Selection and Management of Open Source Software in Libraries. Vimal kumar V. Asian School of Business Padmanabha Building Technopark, Trivandrum-695 581 vimal0212@yahoo.com Abstract Open source software

More information

article ommunicate Open Source Software Guidelines for Financial Institutions Wall Street Lawyer www.morganlewis.com

article ommunicate Open Source Software Guidelines for Financial Institutions Wall Street Lawyer www.morganlewis.com article ommunicate Open Source Software Guidelines for Financial Institutions Wall Street Lawyer www.morganlewis.com March 2005 Volume 8 / Number 10 Open Source Software Guidelines for Financial Institutions

More information

Introduction to Open Source. Marco Zennaro mzennaro@ictp.it Carlo Fonda cfonda@ictp.it

Introduction to Open Source. Marco Zennaro mzennaro@ictp.it Carlo Fonda cfonda@ictp.it Introduction to Open Source Marco Zennaro mzennaro@ictp.it Carlo Fonda cfonda@ictp.it Agenda Open Source Linux Linux history Distributions License Types OS and Development OS Definition Why is it called

More information

Open Source and Sun. It's Importance

Open Source and Sun. It's Importance IT Briefing: Open Source A World Wide Technology Web Seminar Bob Olwig World Wide Technology Harry J Foxwell, PhD Sun World Wide Technology A market-leading systems integrator that provides innovative

More information

<Insert Picture Here> Third Party Software Some Security Considerations

<Insert Picture Here> Third Party Software Some Security Considerations 1 Third Party Software Some Security Considerations John Heimann Vice President, Security Program Management Global Product Security Third Party Software Oracle products (and those

More information

Switching From ISAM to SQL

Switching From ISAM to SQL Switching From ISAM to SQL SQL databases are more complex and maintenance-intensive than ISAM databases (like Btrieve / Pervasive). Here are the top 10 reasons to make the switch to SQL anyways. Page 1

More information

Open Source. Knowledge Base. By: Karan Malik INTRODUCTION

Open Source. Knowledge Base. By: Karan Malik INTRODUCTION Open Source By: Karan Malik INTRODUCTION Open source is a development method, offering accessibility to the source of a product. Some consider open source as possible design approaches, while some of them

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

Points of Defect Creation

Points of Defect Creation WHITE PAPER Points of Defect Creation by Shankar Krishnamoorthy Software Product development methodologies try to improve quality by promoting the tactic of testing "early and often." When a defect is

More information

Could a Managed Services Agreement Save Your Company Tens of Thousands of Dollars Each Year?

Could a Managed Services Agreement Save Your Company Tens of Thousands of Dollars Each Year? MANAGED IT SERVICES Could a Managed Services Agreement Save Your Company Tens of Thousands of Dollars Each Year? A lot of business owners, executives, and managers have a love-hate relationship with managed

More information

Why Open Source Software / Free Software (OSS/FS)? Look at the Numbers!

Why Open Source Software / Free Software (OSS/FS)? Look at the Numbers! 0 Why Open Source Software / Free Software (OSS/FS)? Look at the Numbers! David A. Wheeler dwheeler@dwheeler.com Based on http://www.dwheeler.com/oss_fs_why.html 0 What is OSS/FS? Open Source Software

More information

How To Understand The Issue Of Dual Licensing In Open Source Software

How To Understand The Issue Of Dual Licensing In Open Source Software Dual Licensing in Open Source Software Industry Author: Mikko Välimäki 1 Affiliation: Researcher at the Helsinki Institute for Information Technology Address: P.O. Box 9800, FIN-02015 HUT, Finland Email:

More information

IBIS BIOINFORMATICS COURSES / COURS DE BIOINFORMATIQUE DE L'IBIS

IBIS BIOINFORMATICS COURSES / COURS DE BIOINFORMATIQUE DE L'IBIS IBIS BIOINFORMATICS COURSES / COURS DE BIOINFORMATIQUE DE L'IBIS Course 1 - Introduction to Linux and bioinformatics UNIX, GNU and Linux The first computers were both very big and excessively expensive.

More information

WhatWorks in Log Management EventTracker at San Bernardino County Superior Court

WhatWorks in Log Management EventTracker at San Bernardino County Superior Court WhatWorks in Log Management EventTracker at San Bernardino County Superior Court WhatWorks is a user-to-user program in which security managers who have implemented effective internet security technologies

More information

Open Source Sustainability and RDM. Scott Wilson scott.wilson@oucs.ox.ac.uk

Open Source Sustainability and RDM. Scott Wilson scott.wilson@oucs.ox.ac.uk Open Source Sustainability and RDM Scott Wilson scott.wilson@oucs.ox.ac.uk What does sustainability mean? To be sustainable a project must meet its own costs. Most projects have their initial costs covered

More information

Categories of Free and Nonfree Software

Categories of Free and Nonfree Software This list was originally published on http://gnu.org, in 1996. This document is part of, the GNU Project s exhaustive collection of articles and essays about free software and related matters. Copyright

More information

Writing Open Source Software for BlackBerry

Writing Open Source Software for BlackBerry Writing Open Source Software for BlackBerry Derek Konigsberg, Software Engineer B10 Introduction About Me Derek Konigsberg Desktop developer by day (C#, with some Java and C++) Mobile developer by night

More information

BAMGOOGLED: Digital Skills Among Newly Registered Businesses

BAMGOOGLED: Digital Skills Among Newly Registered Businesses BAMGOOGLED: Digital Skills Among Newly Registered Businesses UK Startup Digital Marketing Report Copyright 2016 Third Party Formations Ltd t/a thecompanywarehouse.co.uk 2016 About The Company Warehouse

More information

Impacts of Open Source and the EUPL on software IP

Impacts of Open Source and the EUPL on software IP Steam 6 Industry Challenges C) Software patents, open source, business methods Patrice-Emmanuel Schmitz Legal expert www.osor.eu Licence compatibility and interoperability in FLOSS procurement and distribution.

More information

Open-source business models: Creating value from free stuff'

Open-source business models: Creating value from free stuff' Best Practice in Innovation, Entrepreneurship & Design Open-source business models: Creating value from free stuff' 31 March 2010-18.00 to 19.30 Panellists: Prof. Bart Clarysse - Chair in Entrepreneurship,

More information

Fact Sheet IPR management in software development

Fact Sheet IPR management in software development European IPR Helpdesk Fact Sheet IPR management in software development The European IPR Helpdesk is managed by the European Commission s Executive Agency for Competitiveness and Innovation (EACI), with

More information

How To Know If You Can Get Open Source Software To Work For A Corporation

How To Know If You Can Get Open Source Software To Work For A Corporation Open Source As a Knowledge Management Instrument Thomas Wieland Department of Electrical Engineering and Computer Science University of Applied Sciences Coburg Friedrich-Streib-Straße 2 96450 Coburg Germany

More information

Siemens HiPath ProCenter Multimedia

Siemens HiPath ProCenter Multimedia Siemens HiPath ProCenter Multimedia Today s business climate is tougher than ever, and chances are your competitors are no longer just a local concern. All this means finding ways of improving customer

More information

Content Protection in Silverlight. Microsoft Corporation

Content Protection in Silverlight. Microsoft Corporation Content Protection in Silverlight Microsoft Corporation April 2010 Contents Contents...2 Introduction...3 What is Content Protection?... 3 Why Should You Protect Online Content?... 3 Techniques for Protecting

More information

Linux. Prepared for: Professor Maria Damen. Prepared by: Lori Minor. Date: December 6, 2010

Linux. Prepared for: Professor Maria Damen. Prepared by: Lori Minor. Date: December 6, 2010 Linux Prepared for: Professor Maria Damen Prepared by: Lori Minor Date: December 6, 2010 Table of Contents Executive Summary 1 Introduction What is Linux? 2 Comparison of Linux to Other Operating Systems

More information

Open Source: A Practical Foundation. Presented By : Amgad Madkour

Open Source: A Practical Foundation. Presented By : Amgad Madkour Open Source: A Practical Foundation Presented By : Amgad Madkour What is open source? Open source refers to any program whose source code is made available for use or modification as users or other developers

More information

Introduction to open source software

Introduction to open source software Introduction to open source software Sebastian Rahtz OSS Watch May 2005, Timor Leste Sebastian Rahtz (OSS Watch) Introduction to open source software May 2005, Timor Leste 1 / 20 Welcome I am Sebastian

More information

Kernel designs explained

Kernel designs explained Kernel designs explained Thom Holwerda XXXXXXX English writing course, March 2007 Introduction Fifteen years ago, in 1992, two heavyweights in the field of operating system design were entangled in what

More information

APACHE. Presentation by: Lilian Thairu

APACHE. Presentation by: Lilian Thairu APACHE AGENDA Introduction Where to get Versions Licensing Use Features Server & Supporting programs Competitors Market structure Pros & Cons Vs Other servers Introduction Web Server Often referred to

More information

Azul's Zulu JVM could prove an awkward challenge to Oracle's Java ambitions

Azul's Zulu JVM could prove an awkward challenge to Oracle's Java ambitions Azul's Zulu JVM could prove an awkward challenge to Oracle's Java ambitions Analyst: John Abbott 26 Feb, 2014 Azul Systems, best known for its Zing scalable Java runtime, has been introducing a new product

More information

Open Source Software Usage in the Schools conceptual strategy

Open Source Software Usage in the Schools conceptual strategy Open Source Software Usage in the Schools conceptual strategy Kliment Simoncev simoncev@gmail.com open source advocate on behalf of MoES Drafting conceptual strategy Leverage open source software in different

More information

PG Conf EU 2014. Open Source. A Blessing Or A Curse? Michael. Meskes. credativ 2014. www.credativ.com

PG Conf EU 2014. Open Source. A Blessing Or A Curse? Michael. Meskes. credativ 2014. www.credativ.com Open Source Michael - Meskes A Blessing Or A Curse? Actively Free Software since 1993 Working Linux since 1994 On Debian GNU/Linux since 1995 Open Source PostgreSQL since 1998 Actively 1992 1996 Ph.D.

More information

Ubuntu Linux Reza Ghaffaripour May 2008

Ubuntu Linux Reza Ghaffaripour May 2008 Ubuntu Linux Reza Ghaffaripour May 2008 Table of Contents What is Ubuntu... 3 How to get Ubuntu... 3 Ubuntu Features... 3 Linux Advantages... 4 Cost... 4 Security... 4 Choice... 4 Software... 4 Hardware...

More information

Leveraging Open Source / Freeware Solutions

Leveraging Open Source / Freeware Solutions Leveraging Open Source / Freeware Solutions Dean Pfoutz (CFE) Information Technology Director Indian River County Property Appraiser dpfoutz@ircpa.org (772) 226-1555 Objectives Understand the Open Source

More information

Free software GNU/Linux TOR project

Free software GNU/Linux TOR project Fair Young Sustainable Inclusive and Cooperative (FYSIC) @ Modica Sicily Free software GNU/Linux TOR project Solira Software Libero Ragusa What is Solira? We promote the Free Software philosophy on local

More information

The Growth Of Open Source

The Growth Of Open Source The Growth Of Open Source 1 The Growth Of Open Source A Look At How Companies Are Utilizing Open Source Software In Their Business Models David Feare LIBR 28714 Ellyssa Kroski November 4, 2009 The Growth

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

Open Source The Revolution

Open Source The Revolution Open Source The Revolution Sistemas de Informação em Saúde I Mestrado em Informática Médica (FMUP) António Cardoso Martins (digiplan.pt@gmail.com) April 2009 Agenda Free Software History of Free Software

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at http://www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2005 Vol. 4, No. 2, March - April 2005 Going Open Source Software in IT Opportunities

More information

Open Source and Legal Issues

Open Source and Legal Issues 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

More information

How To Write A Monitoring System For Free

How To Write A Monitoring System For Free Zabbix : Interview of Alexei Vladishev Monitoring-fr : Hello Alexei Vladishev, can you introduce yourself to the French community please? Alexei Vladishev : I am a 36 year old engineer with a background

More information

LAMP Server A Brief Overview

LAMP Server A Brief Overview 2012 LAMP Server A Brief Overview Daniel Eakins Santa Fe College CTS 2356 Advanced Administration 3/21/2012 Abstract LAMP is short for Linux, Apache, MySQL, and PHP. LAMP servers are typically not Windows

More information

Free, Libre and Open Source Software (FLOSS)

Free, Libre and Open Source Software (FLOSS) Free, Libre and Open Source Software (FLOSS) - Use by Governments Presented by: Charles Schulz, Ars Aperta John Borras, Pensive SA Webinar December 2009 Part 1 Introduction to FLOSS Charles Schulz Agenda

More information

The Present State of Open Source Software in the Nordic Countries 7.6. 2001

The Present State of Open Source Software in the Nordic Countries 7.6. 2001 The Present State of Open Source Software in the Nordic Countries 7.6. 2001 Table of contents BACKGROUND SUGGESTED ACTIONS Collect and Spread Information About Open Source Solutions Propose Platform Strategies

More information

Social network downtime in 2008 February 2009

Social network downtime in 2008 February 2009 Social network downtime in 2008 February 2009 This is a survey of the 2008 website availability (uptime) of 15 of the world s largest social networks. It includes analysis of the accumulated downtime of

More information

Free Java and OpenJDK. Andrew Haley Tech Lead, Open Source Java

Free Java and OpenJDK. Andrew Haley Tech Lead, Open Source Java Free Java and OpenJDK Andrew Haley Tech Lead, Open Source Java 16 May 2006: Sun announce that it's going to free Java: "This announcement represents the next phase of open sourcing Sun's Java software

More information

Open Source Software in Computer Science and IT Higher Education: A Case Study

Open Source Software in Computer Science and IT Higher Education: A Case Study 1 Open Source Software in Computer Science and IT Higher Education: A Case Study Dan R. Lipşa, Robert S. Laramee Abstract The importance and popularity of open source software has increased rapidly over

More information

Commercial Software Licensing

Commercial Software Licensing Commercial Software Licensing CHAPTER 4: Prepared by DoD ESI January 2013 Chapter Overview Publishers generally create one or more of three major types of software products: Applications software for transactions,

More information

nexb- Software Audit for Acquisition Due Diligence

nexb- Software Audit for Acquisition Due Diligence nexb- Software Audit for Acquisition Due Diligence www.nexb.com Agenda About nexb What nexb does Our experience Software Audit: M&A License Violation Risks & Recent Audit Issues Software Audit Process

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

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

Governance of multi-authors and Open Source collaboration projects: Best practices and legal tips. Michel Jaccard l Juliette Ancelle

Governance of multi-authors and Open Source collaboration projects: Best practices and legal tips. Michel Jaccard l Juliette Ancelle Governance of multi-authors and Open Source collaboration projects: Best practices and legal tips Michel Jaccard l Juliette Ancelle Outline of today s workshop What are we talking about? What are the main

More information

Linux, Open Source, and IBM: The Next Decade

Linux, Open Source, and IBM: The Next Decade Linux, Open Source, and IBM: The Next Decade Bob Sutor VP, Open Source and Standards Today's talk In order to set the context for the next ten years, we'll start by looking back over the last decade. From

More information

The FOSSology Project Overview and Discussion. » The Open Compliance Program. ... By Bob Gobeille, Hewlett-Packard

The FOSSology Project Overview and Discussion. » The Open Compliance Program. ... By Bob Gobeille, Hewlett-Packard » The Open Compliance Program The FOSSology Project Overview and Discussion By Bob Gobeille, Hewlett-Packard A White Paper By The Linux Foundation FOSSology (http://fossologyorg) is an open source compliance

More information

Presentation cover page EU. Franco Gasperoni. www.adacore.com

Presentation cover page EU. Franco Gasperoni. www.adacore.com Presentation cover page EU Free Software and Business Models Franco Gasperoni gasperoni@adacore.comcom www.adacore.com Free as in Freedom You can sell Free Software You have no obligation to make it available

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

Realizing the Breakthrough Economics of Linux and Open Source through Hybrid Development. Tim Yeaton, President and CEO Black Duck Software

Realizing the Breakthrough Economics of Linux and Open Source through Hybrid Development. Tim Yeaton, President and CEO Black Duck Software Realizing the Breakthrough Economics of Linux and Open Source through Hybrid Development Tim Yeaton, President and CEO Black Duck Software Linux Collaboration Summit April 9, 2009 Agenda Current Market

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

Legal Issues for FOSS-based Supply Chain Management. Herve Guyomard, Black Duck Software

Legal Issues for FOSS-based Supply Chain Management. Herve Guyomard, Black Duck Software Legal Issues for FOSS-based Supply Chain Management Herve Guyomard, Black Duck Software Agenda Legal Case in Supply Chain Open Source in Mobile Mobile devices Supply Chain Management Summary Copyright

More information

Open Source Software Development

Open Source Software Development Open Source Software Development OHJ-1860 Software Systems Seminar, 3 cr Imed Hammouda Institute of Software Systems Tampere University of Technology Course Information Open Source Software Development

More information

GUIDE TO OPEN SOURCE BUSINESS MODELS

GUIDE TO OPEN SOURCE BUSINESS MODELS GUIDE TO OPEN SOURCE BUSINESS MODELS Leveraging a Free and Open Source Software framework to develop commercialization strategies for IT Research & Development projects Editor: Donald Martin Public Research

More information

EVALUATION OF OPEN SOURCE ERP FOR SMALL AND MEDIUM SCALE INDUSTRIES

EVALUATION OF OPEN SOURCE ERP FOR SMALL AND MEDIUM SCALE INDUSTRIES Volume 3, Issue 10 (October, 2014) Online ISSN-2320-0073 Published by: Abhinav Publication Abhinav International Monthly Refereed Journal of Research in EVALUATION OF OPEN SOURCE ERP FOR SMALL AND MEDIUM

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

DEVELOPING AN OPEN SOURCE CONTENT MANAGEMENT STRATEGY FOR E-GOVERNMENT

DEVELOPING AN OPEN SOURCE CONTENT MANAGEMENT STRATEGY FOR E-GOVERNMENT Abhijeet Chavan Editor, Planetizen; Chief Technology Officer, Urban Insight Los Angeles, CA 90036 Phone: 323-966-4540; Fax: 323-966-4544; Email: chavan@planetizen.com DEVELOPING AN OPEN SOURCE CONTENT

More information

Impact of cloud computing

Impact of cloud computing EOLE European Open source & free software Law Event Brussels 06/12/2013 Impact of cloud computing...on FOSS users Benjamin Jean bjean@inno3.fr 1 Plan 0. Definition : who are the users? 1. Questions: is

More information

Page 18. Using Software To Make More Money With Surveys. Visit us on the web at: www.takesurveysforcash.com

Page 18. Using Software To Make More Money With Surveys. Visit us on the web at: www.takesurveysforcash.com Page 18 Page 1 Using Software To Make More Money With Surveys by Jason White Page 2 Introduction So you re off and running with making money by taking surveys online, good for you! The problem, as you

More information

Introduction to Linux operating system. module Basic Bioinformatics PBF

Introduction to Linux operating system. module Basic Bioinformatics PBF Introduction to Linux operating system module Basic Bioinformatics PBF What is Linux? A Unix-like Operating System A famous open source project Free to use, distribute, modify under a compatible licence

More information