• Skip Navigation |
  • Accessibility 
IT-Director.com Logo
  • Singularity go SaaS with LiveAgility
  • User Experience Monitoring as Governance?
  • Running IT as a business: don't be daft
 

Main navigation - go to a section of this website:

  • ARCHIVE
  • PAPERS
  • EVENTS
  • NEWSWIRE
  • BLOGS

  

Member Login | Become a Member

 
DOMAINS
  • Enterprise
  • SME
  • Business Issues
    • Compliance
    • Regulation
    • Employment
    • Innovation
    • Security & Risk
    • Costs
    • Change
    • Quality
  • Technology
  • Services
  • Channels
FEATURED EVENTS
  • Legal IT Show 2010
    10th February - 11th February
    London, United Kingdom
  • Data Modelling Fundamentals
    15th February - 16th February
    London, United Kingdom
POPULAR PAPERS
  • The IBM Workload Optimized Approach by Sageza Group, Inc.
  • Integrated Systems Management by Sageza Group, Inc.
  • Log and Event Management by Bloor Research
TRANSLATE PAGE



USEFUL LINKS
  • Last 7 Days
  • Archives
  • Market Place
  • Top Articles
INTERACT
  • Advertising
  • Site Feedback
  • Newsletters
  • Contact Us
  • Registration
CONTENT FEED

Business Issues
RSS Feed:

RSS Icon

What is RSS?

RANDOM QUOTE
Say Again? - "Then the Spanish Gorillas came down from the hills and nipped at Napoleon's flanks." - From Student Bloopers

ADVERTISEMENT
Analysis

New Issues for Software Compliance

Clive Longbottom By: Clive Longbottom, Head of Research, Quocirca
Published: 17th April 2007
Copyright Quocirca © 2007
Logo for Quocirca
Page Tools

Request Reprints
Tell A Friend
Contact Author

More from author
  • January 2010
    Lotusphere 2010 - consolidation, and setting the future scene
  • January 2010
    Plan for carbon trading - or pay the price
  • November 2009
    Dreamforce 09: salesforce.com still on cloud nine
  • October 2009
    Boiling the wrong ocean for a Smarter Planet?
  • September 2009
    Managed authentication services in the Cloud
  • September 2009
    VMware sees clouds in Hotel California
  • August 2009
    Is the IT turnaround just around the corner?
Syndication
  • Delicious Icon Delicious
  • Digg Icon Digg
  • reddit Icon reddit
  • Facebook Icon Facebook
  • StumbleUpon Icon StumbleUpon

For many companies, software compliance is just about making sure that all copies of a particular application in use have a valid vendor licence. There's plenty of software around to try and ensure that all licences are valid and all users covered, to stop organisations like the Federation Against Software Theft (FAST) from claiming damages on behalf of its members for fraudulent use.

However, something that is far more insidious and dangerous is being seen as developers start to use chunks of reusable code in creating their own applications, composite applications and mash-ups.

The problem lies within the various licencing agreements that there are around software made available for public usage. As well as the main ones, such as the General Public Licence (GPL), the Apache Software Licence (ASL) and the Eclipse Public Licence (EPL), there's a whole host of others, such as the Common Development and Distribution Licence (CDDL), the Fair Licence and the Beer Licence (where you undertake to buy the licensor a beer if you ever meet him).

The majority of the public use licences are not particularly restrictive, but there are conditions in some of them which can lead to nightmares for companies further down the line. Let us take as an example the GPL licence in its current version 2 form. Essentially, under section 2 of the Terms and Conditions of Copying, Distribution and Modification, if you happen to utilise a piece of code that has been distributed under the GPL—just one piece—then the whole of the final released code that includes that GPL code in it also has to be distributed under the GPL.

Consider the ramifications of this—as a commercial entity, you want to create functional software as rapidly as possible. Functions which are deemed as "commodity" are available from the web, and it makes sense to utilise these functions to speed up overall development. Your developers then come up with the next "killer application", and you start selling it on the open market. Just as you're going for IPO, someone in the community points out that 100 lines of code used within your 1 million lines were licenced under the GPL. All of a sudden, all your 1 million lines of code have to be covered by GPL—the code has to be made available to anyone, and you cannot apply restrictions on the redistribution of such code—or its modification. You still own the copyright—but that's no use when your customer base and those who you were hoping would invest in you are deserting you in droves.

Even if you are in the Open Source movement yourself, you may want to utilise a different licence for the final code—but you may find that you are forced into a specific one through the code chunks that have been utilised in one part of the overall application. As the move towards utilising more of these publically available pieces of functional code to speed up development accelerates, there's the risk that we spend more time either checking through all the different licences that have been used—or fighting various actions in court.

So, what can be done? Prevent your developers from using pre-written reusable code chunks? Not really—such usage means that time to capability and to market is much enhanced. Ensure that all code is held against a copy of the licence, and then distribute each chunk under its own licence separately? Not viable, and anyway, the developers won't read the licences.

A small US company, Black Duck, seems to have a solution. It provides a capability for code to be searched at both a string matching level and at a pattern matching level to identify code that has come from an environment where the code is licenced. It can then flag all of these pieces of code and ensure that the developer or legal department is aware that this may raise issues. The developer and/or organisation concerned can then make a decision as to how this is all rolled up—does the overall code go out under a specific licence, does the intellectual property code get packaged separately to the open code so as to maintain the fidelity of the commercial code, or is the code that has been utilised to be replaced with in-house code so as to by-pass the possible ramifications of the other licenced code?

All of these are valid options, and knowing what code is problematic, what all the various licences are, and what the ramifications are means that time to capability and market are not compromised, while the business value of the code is maximised. Also, end users are safeguarded against claims against licence misuse—a point that has taxed many who were originally caught up in SCO's patent and licence claims around Linux.

For many, running such a capability at the end of development may be sufficient, but Black Duck's tooling provides the best return by integrating it into the whole development process, so that a licence audit trail can be kept—and so that any possible issues can be dealt with as soon as possible.

Black Duck could take this approach further to look at areas such as digital rights management (DRM) around picture, sound and video, increasingly sensitive areas as such content proliferates on the internet. Although the domain skills would need to be built up, the approach of scanning files for direct copyright notices and for pattern matching against known copyright content will be similar. That Black Duck has chosen to focus for the moment, and not to stretch itself too thin is probably sensible, but OEM deals for the underlying technology should not be too far off.

All told, the area is a minefield for the unwary. For software developers, whether in the ISV community, within end-user development groups or the open source community itself, such a facility has solid value, and a product like Black Duck's is well worth considering.

Reader Comments

Sorry, we are no longer accepting comments on this item. We suggest trying to contact the author directly.

24th April 2007: 'Rob Harmer' said:

We wrote about this Issue in 2004 under the title of "Is Your IP Leaking - The Risks of Open Source" and flagged this for attention to a wide community through the AUDITNet site. You can access a copy at http://www.pcprofile.com/Is_Your_ IP_Leaking.pdf We have added to the IP issues quite substantially in the last few days with a followup article that discusses the issues of IP leaking through the use of Google Tools at: http://www.pcprofile.com/Office_Collaboration.pdf

Reply to Rob Harmer?

The messages above were all contributed by IT-Director.com readers. Whilst we take care to remove any posts deemed inappropriate, we can take no responsibility for these comments. If you would like a comment removed please contact our editorial team.

  • Site Map
  • | Terms of Use
  • | Privacy

Published by: IT Analysis Communications Ltd.
T: +44 (0)1908 880760 | F: +44 (0)1908 880761