Slashdot Mirror


UK Govt Warned: Don't Buy GPL

JPMH writes "ZDNet is reporting that a UK IT industry body backed by Microsoft, IBM, Intel, BAE Systems and other high-tech heavyweights has urged the UK government not to commission open-source software, and particularly not software covered by the General Public License. According to Intellect, which lobbies for about 1,000 UK IT companies, the requirement of open-source licences for software funded by the government could have a negative impact on competition for contracts, the quality of the resulting software and even the confidentiality of government departments. In particular, Intellect recommends that the government drop the GNU General Public License (GPL), the licence upon which the GNU/Linux operating system is based, from its list of acceptable default licences for government-funded software, and steer clear of the GPL generally."

133 of 806 comments (clear)

  1. Hard to buy by Anonymous Coward · · Score: 5, Funny

    That which is free.

    1. Re:Hard to buy by sxe_p06 · · Score: 5, Informative

      Don't automatically assume free (as in beer), just because of the GPL license. Remeber, a GPL'd piece of software _can_ be charged for, as long as the source is included or available to all parties.

      --
      -- p06 "On religious wars: They're essentially wars over whoo's imaginary friend is better"
    2. Re:Hard to buy by acid_zebra · · Score: 3, Insightful

      I dunno, whasn't the profit-making scheme collecting money on support calls, installation fees, maintenance and such? (commonly labeled services)

      just my 2 eurocents.

      --
      -- No Sig is a Good Sig
    3. Re:Hard to buy by Grant_Watson · · Score: 2, Insightful
      Hard to buy... That which is free.

      Okay, I realize it was a joke, but still: We're talking about government-comissioned software, here. Some groups want to require that all government-comissioned software in the UK be open source unless a special agreement is made; even if an agreement is made to keep the software proprietary, they want to require it to become open source after two years.

      It's understandable (reasonable, even) that proprietary vendors would not like this, but especially if they do such works for hire.

    4. Re:Hard to buy by Trolling4Dollars · · Score: 4, Insightful

      Devil's advocate: But the government is supposed to work for us. We are their employers in a perfect world.

    5. Re:Hard to buy by goofballs · · Score: 3, Informative

      you are grossly misinformed about the gpl license then; if you wish to keep the *internal* software solutions a secret, you can still use the gpl. there is no requirement to share your modifications to gpl code if you're not redistributing it outside your organization.

    6. Re:Hard to buy by dbrutus · · Score: 2, Interesting

      I certainly wouldn't want military guidance systems released but I wouldn't mind at all if every country in the world used the same stuff to tabulate economic growth and calculated it the same way. That would be a tremendous international benefit and would allow for honest international comparison of systems.

      Because some of what government does should be kept secret does not imply that all of what government does should be kept secret.

      But what's absolutely foolish is that they seem to be saying that BSD style licenses are bad too and are only exceeded in their wicked ways by GPL licenses. What particular reason is there to avoid a BSD license which doesn't require more than a copyright notice at worst? Well, other than it'll reduce profits at the commercial software shops.

    7. Re:Hard to buy by frodo+from+middle+ea · · Score: 2, Funny

      Yeah right, you just keep telling yourself that.

      --
      for the last time people, I am "frodo from middle eaRTH", not "middle eaST".
    8. Re:Hard to buy by AVee · · Score: 4, Insightful

      I certainly wouldn't want military guidance systems released

      Wich doesn't exclude the usage of GPL'ed software. GPL only says that you should allow anyone that got binaries from you to get the source code as well. Meaning that your government actually get the code of the guidence systems. That government is then 'allowed' to share that code with whoever they choose, but they are not forced to do so in any way. So there is nothing in OSS that prevents anyone from keeping things secret...

    9. Re:Hard to buy by smallpaul · · Score: 2, Insightful

      You've forgotten part of the GPL's requirements. Not only is the source included and available but the source and binary must be redistributable which means that someone else can take your code (even your build) repackage it and give it away. This happens often with Linux Distros. That's why you can't charge much money for GPL software. It only takes one altruist to put your software on a web site and you have "compeition". Given that, it's a little ridiculous to charge more than a nominal fee for GPL software. You have to charge for a support contract or something like that instead.

    10. Re:Hard to buy by SN74S181 · · Score: 2

      In other words, the only revenue stream is buggy, hard to administer software.

    11. Re:Hard to buy by pe1rxq · · Score: 2, Insightful

      You can charge for writting it.
      Most software in use is special purpose.
      It actually makes sense for a customer to want his program to be gpled, he is not dependant on the original supplier for later upgrades.
      (Although usually the original supplier is the best place to go for such things as they have the best knowledge of both the product and your setup).

      Jeroen

      --
      Secure messaging: http://quickmsg.vreeken.net/
    12. Re:Hard to buy by blibbleblobble · · Score: 4, Interesting

      "But the government is supposed to work for us. We are their employers in a perfect world."

      Put it this way: the BSA just wrote a European law. Still think the government are working for us?

    13. Re:Hard to buy by ray-auch · · Score: 5, Informative

      It works that way up to a point - but if the government then chooses to share the code with someone else they aren't allowed to restrict that someone else from further sharing the code under the GPL.

      If you commision GPL code from another party you could limit their rights by contract (you haven't distributed the code to them under the GPL, they have distributed it to you).

      If you bring someone in as a contractor to do work for hire on the code then you may not have "distributed" the code outside of your organisation - so they might not have rights to it under GPL.

      If you want another organisation to work on the code you have to distribute it to them under GPL, which would seem to mean that you can't place further restrictions (like NDA, classified etc.) on them that would prevent them distributing the code further.

      GPL doesn't prevent you keeping things secret. It does prevent you doing a limited distribution and requiring the recipients to keep things secret. Unfortunately that is exactly what most military stuff needs - "secret" classification doesn't mean you can't tell anyone, it means you can't tell anyone who hasn't got the right clearance (which means they can't tell...).

    14. Re:Hard to buy by tshak · · Score: 2, Interesting


      You can charge for writting it.
      Most software in use is special purpose.
      It actually makes sense for a customer to want his program to be gpled, he is not dependant on the original supplier for later upgrades.


      This has nothing to do with open source. I write special purpose software exclusively. My clients buy the source - they are not dependant on my company to make changes (although they can hire us to do so). GPLing it just means that our company can just take the source and give it away - in most all cases this is a bad thing because our clients to not want the competition to have what they just spent big bucks developing.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    15. Re:Hard to buy by tshak · · Score: 2, Interesting

      there is no requirement to share your modifications to gpl code if you're not redistributing it outside your organization

      True, but AFAIK, it's perfectly legal for one of the developers to take some of that code home. That can be a very bad thing.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    16. Re:Hard to buy by Anonymous Coward · · Score: 2, Interesting

      Bollocks.

      The government might well report to the monarch, but in name only.

      It's the electorate who put the government where they are, and they are supposed to work for us.

      You think countries like France, Russia, China and the USA have better forms of government, just because they had revolutions ?

      And you're also forgetting a certain gentleman named Cromwell.

    17. Re:Hard to buy by TC+(WC) · · Score: 3, Funny

      Yeah, you've sure got to watch out for those competing governments stealing your software. It'd sure screw Britain over if China were to get their traffic light control software or something.

    18. Re:Hard to buy by ray-auch · · Score: 2, Interesting

      yeah but under the GPL if you aren't allowed to distribute it without additional restrictions then you have to refrain from distributing it at all - see clause 7.

      if the law says you have to keep it secret then you have to keep it secret - but in that case you can't distribute it in a limited way (to people the law says you can share the secret with) and remain in compliance with the GPL.

    19. Re:Hard to buy by BlackHawk-666 · · Score: 2, Insightful
      Vendors have had it really good for a long time now and are unwilling to re-evaluate their position in terms of the new software development models emerging. In other words:

      In the early days of computing it was a highly specialiased art with few practitioners, and those in the hands of hard nosed businesses. Companies like Unisys and IBM would develop software without releasing the code or IP to the company that paid for this, thus causing vendor lock-in. This benefitted the vendors, but was less great for the companies who were now locked in.

      Times have changed, and now many companies insist on keeping the IP for any bespoke development, or at least having the code in escrow. Escrow can protect them from the company going bust but often doesn't protect against the development company (who has an effective lock-in until they chapter 11) from "bleeding" their client dry on updates and support.

      Software development is more commoditised now, and their are more available vendors who are willing to work under terms that are fairer for the person paying the cheque. This is leading to a greater expectation that people who pay for development will retain rights to the code.

      The next logical step for this process is being spearheaded by the government, whose needs are different to that of most businesses. The govenment does not compete with businesses and has a greater need for openess than many proprietry businesses. The government is funded and staffed by us, for us, the people, and all products of the government should be able to directly benefit all the people - not the shameless few who rule the top 100 computer companies, but everyone - because we all took a part in the cost of developing the software. Open Source guarantees that everyone who paid for the software (that's the whole taxpaying country) can see the source and benefit from it.

      It would be an entirely different matter if the government wanted to mandate this for businesses, but they don't, they only want to do this for themselves.

      --
      All those moments will be lost in time, like tears in rain.
  2. I'm confused! by Anonymous Coward · · Score: 5, Funny
    IBM is GOOD, because they are making SCO look like fools, but now IBM is BAD, because it wants to make money from its software.

    What should I do??

    1. Re:I'm confused! by andy1307 · · Score: 2, Funny

      You can continue to hate microsoft and get modded up on /.. Nothing's changed there..

    2. Re:I'm confused! by The+J+Kid · · Score: 5, Funny

      It's Thursday, so we like Enterprise Linux, so this is bad news. But it's
      July, so this is good news. But the day of the week is odd, so we're
      supposed to only bash Microsoft and SCO. But the 1 of the digits in the day matches 2 digits
      year, so we only especially entrench ourselfs against critisism the GPL. But it was
      posted AFTER 18:00, so this is good news.

      Got it?

      --
      Moderation: +4. Modded 70% Funny and 30% Overrated. 100% Saturated.
    3. Re:I'm confused! by Eric+Ass+Raymond · · Score: 5, Funny

      I suppose you've never tried living with a woman?

    4. Re:I'm confused! by xeaxes · · Score: 2, Informative

      But it's really just June, thus making this bad news.

      --

      "BEHOLD, CORN!!" - Dr. Weird, ATHF

    5. Re:I'm confused! by Laur · · Score: 3, Funny

      You've played Dragon Poker!

      --
      When you lose something irreplaceable, you don't mourn for the thing you lost, you mourn for yourself. - Harpo Marx
    6. Re:I'm confused! by yellowstone · · Score: 3, Insightful
      What should I do??
      Think for yourself?
      --
      150 Opening BINARY mode data connection for slashdot.sig (129323052 bytes).
    7. Re:I'm confused! by jmacleod9975 · · Score: 5, Funny

      Shopkeeper: I must warn you the doll is cursed.
      Homer: That's bad.
      Homer: But it comes with a free frogurt!
      Homer: That's good.
      Shopkeeper: The frogurt is also cursed.
      Homer: That's bad!
      Shopkeeper: But it comes with a free choice of toppings!
      Homer: That's good!
      Shopkeeper: The toppings contain sodium benzoate.
      [Homer looks puzzled.]
      Shopkeeper: That's bad.
      Homer: Can I go now?

    8. Re:I'm confused! by 73939133 · · Score: 3, Insightful

      What should I do??

      You should improve your reading comprehension; there is no indication in this article that IBM endorses this action, or even knows about it. They just happen to be a member of the organization that does, one of over 1000 members.

    9. Re:I'm confused! by sacrilicious · · Score: 4, Funny
      Hammock vendor: I must warn you though, this is no ordinary hammock. It is a scintillating mix of comfort and (grows menacing) EVIL!

      Homer: You had me at comfort.

      --
      - First they ignore you, then they laugh at you, then ???, then profit.
  3. big surprise.. by jspectre · · Score: 5, Insightful

    they'd rather sell you their closed source buggy software at over-inflated prices. did you expect "industry leaders" to suggest otherwise?

    --

    abcdefghijklmnopqrstuvwxyz

    1. Re:big surprise.. by silverbolt · · Score: 2, Insightful

      Its not a question of buggy or non-buggy software. Its a question of potential loss of *any* revenue if customers move to open source software. The battle's just beginning. We are going to see a lot of such "recommendations" and "threats" all over the globe in next few years.

  4. That's pretty weird by drinkypoo · · Score: 3, Interesting

    Considering that IBM sells solutions powered by Linux. Am I missing something critical here? Perhaps this was not a unilateral action by the member companies, but instead an action taken by whoever is nominally "in charge" of the consortium?

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:That's pretty weird by Jennifer+E.+Elaan · · Score: 4, Insightful
      Well, the article states that an IT group backed by 1100 companies, including IBM, put forth this motion. I strongly suspect IBM hasn't even heard of this.

      I would even go as far as to suspect that IBM's Linux services division would be upset at this.

      From IBM's own mouth, they make over 80% of their revenues on custom integrations and support, which means that GPL software is a good choice from their perspective. Proprietary software wouldn't make them much more money.

    2. Re:That's pretty weird by retto · · Score: 2, Insightful

      It is probably the same situation companies like Sony find themselves in with regards to tech organizations and the RIAA. If you diverify, you can wind up being a member in an organization that winds up opposing actions by another organization you are in. A house divided against itself if you will.

      IBM has to walk a thin line between pushing open source (in the form of Linux) to weaken its competitors, and hold back open source where it could damage their money-making proprietary systems.

      Granted this is most likely just a case where IBM wasn't fully aware beforehand, but I would expect to see situations like this more often in the future.

    3. Re:That's pretty weird by mcgroarty · · Score: 4, Insightful
      Considering that IBM sells solutions powered by Linux. Am I missing something critical here?

      I don't think IBM or any of the other old-UNIX-gone-Linux vendors especially prefer Linux. They sell it because customers demand it.

      If they had their druthers, they'd still be locking folks into AIX, OS/2, or other solutions they can control. There's a huge benefit to customers making purchasing decisions based on insurmountable need for more of your product, rather than price shopping whenever a cheap new commodity box might lighten a load.

      They'd also be quite happy if the software wasn't getting faster instead of slower. It used to be a given that the new versions of your software with new features you need would run slower than the last version, mandating extra hardware upgrades.

    4. Re:That's pretty weird by Grishnakh · · Score: 2, Interesting

      But with this recommendation to completely avoid GPL software, the UK would not be able to purchase IBM hardware (running Linux) and run WebSphere on it. Instead, they'd have to buy Intel hardware, and an MS OS. And then they'd be most likely to just use ISS.

  5. Whose side is IBM on? by buck09 · · Score: 3, Funny

    On one hand, they do tons of work on GPL'ed software, now here they are against GPL code.

    What gives??

    --


    Press any key to continue, any other key to quit.
  6. Good Sense by nightsweat · · Score: 5, Insightful
    Of course this makes sense. The government's job isn't to promote systems programming and advance the art of science behind information technology.

    The government is there to hand out taxpayer money to corporations.

    It's so obvious.

    --

    the major advances in civilization are processes which all but wreck the societies in which they occur - A.N. White
    1. Re:Good Sense by Blue+Stone · · Score: 4, Insightful
      "The government is there to hand out taxpayer money to corporations.
      It's so obvious.
      "

      Parent is modded as funny, but it's actually fact.

      The Public Private Partnership, championed by the New Labour government, was all about (in it's propaganda blurb) the private sector getting the profits, because it was taking the risks.

      In practice, however, they take the profits, and the taxpayer bails out the compaies concerned when things go wrong - the private sector gains and the public sector takes all the risk.

      The government does hand out taxpayer's money to corporations.

      It's not obvious, though, it's bleedin' blatant.

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
  7. That's like Ronald McDonald... by Boss,+Pointy+Haired · · Score: 2, Funny

    telling you not to buy Kentucky Fried Chicken.

    DUH.

    1. Re:That's like Ronald McDonald... by MrEd · · Score: 4, Insightful
      More like Ronald McDonald telling you not to brown bag it.


      "It'll cost more in the end, you don't have the freedom to choose from a menu, plus no Happy Meals!"

      --

      Wah!

    2. Re:That's like Ronald McDonald... by Boyceterous · · Score: 5, Funny

      At least the KFC kernel is very stable, having been dead for some years now...oh wait, that's colonel!

  8. Re:Well, of course. GPL is severely restrictive. by TimmyJoeB · · Score: 3, Interesting

    Wow!! So if I want to use the software for my own personal gain and charge to use my version, I can. Then I can get FREE software research. Yea!

  9. Its a bitch by sh0rtie · · Score: 4, Insightful

    when your competion give away their software (and a good lot of free help too) is it fair that these firms should go out of buisness (the 1000 lobbying), i thought captitalism was supposed to work where the cheapest/most efficient solution wins , those that can't play , don't.

    interesting times indeed

    1. Re:Its a bitch by Deusy · · Score: 2, Interesting

      Not only that, the whole thing is a bogus statement anyway.

      Surely, if the government can get free software, then the people selling software have to make their software that bit better. Surely it would be a good thing for the government to consider OSS because then any software that doesn't cut the mustard will get dropped. Only the strong will survive. Evolution for the betterment of mankind.

      The problem is, the UK government throws away it's money. I should know to a degree, my Dad (who owns his own IT solutions company) tells me that government contracts are the grail because they pay so much and it hardly matters if you fail to complete anything (on time or at all).

      Look at the NHS - a £6 billion budget for a nationwide system to unify hospitals. £6 billion!? The institution employs 250,000... even giving everybody a machine at £400 each you're talking little more than £100 million. Networking... decent servers and software... where the hell do they spend £6 billion? On outsourcing it to probably 13 or 14 different operators.

      The government has been a long standing joke and if they listen to desparate reports like this (please don't take away our easy money) then it simply proves that those in charge either are clueless or have another agenda.

      It's interesting how those UK institutes that do have a restricted budget (Universities, councils) turn to OSS and find it more than meets the bill (pun intented). How come Whitehall doesn't listen to them?

      --

      Free Gamer - Free games list and commentary

    2. Re:Its a bitch by Alex · · Score: 2, Informative


      Look at the NHS - a £6 billion budget for a nationwide system to unify hospitals. £6 billion!? The institution employs 250,000... even giving everybody a machine at £400 each you're talking little more than £100 million. Networking... decent servers and software... where the hell do they spend £6 billion? On outsourcing it to probably 13 or 14 different operators.


      Software probably, its not like Microsoft HealthService 2003 ships as part of office.

      Integrating 100's of information sources and making them securely/reliably available to all the others can't have been cheap.

      Unifying hospitals is a bit more than actually wireing them together, in fact thats barely the start.

      Alex

  10. Yes, don't buy free software! by tbase · · Score: 2, Funny

    I'm happy to see Microsoft is looking out for governments worldwide, and not just here in the US.

    --

    666-607: 6th floor apartment of the beast
    1. Re:Yes, don't buy free software! by tbase · · Score: 2, Funny

      Thanks for clearing that up. I'm a little fuzzy on the human custom of exchanging currency for goods and services.

      --

      666-607: 6th floor apartment of the beast
  11. BSD is the way to go by Gizzmonic · · Score: 2, Troll

    The GPL license COULD potential open a business up for a lawsuit, and anyone who reads Slashdot knows that GPL-lovers are very quick to cry for censure of any company suspected of violating the license.

    The safest, and most appropriate license for government-funded and government-created software is the BSD license.

    --
    (-1, Raw and Uncut is the only way to read)
    1. Re:BSD is the way to go by FrostedWheat · · Score: 4, Insightful

      The GPL license COULD potential open a business up for a lawsuit

      Yes. But how is that any different from any other software license?

      Even closed source code is open to legal trouble. Perhaps even more so?

    2. Re:BSD is the way to go by Kjella · · Score: 2, Interesting

      and anyone who reads Slashdot knows that GPL-lovers are very quick to cry for censure of any company suspected of violating the license.

      Unless you create software, you never have any quarrel with the GPL. If you do make software, you'd better be sure you have a valid licence to use that code because by default copyright law you have no rights whatsoever.

      Stealing GPL'd code is the corporate version of copying MP3s. Damn easy, and very little chance of getting caught. The reason you see so much flak about the GPL licence is that OSS software relies solely on the licence, and not on the secrecy of the code. Imagine I'd like to steal (technically copyright infringement/fraud) a feature that both Windows and Linux has. Where do you think I'd steal it from?

      You don't see any quarrel about the BSD licence because it doesn't really protect anything worth protecting /flamebait. It doesn't stop anyone from taking the feature, integrating it in a commercial program and selling it back to the government. Unless you have some plug-in structure where you could slap in the BSD code, you don't get to use that feature as part of the program. The government could end up paying to use its own code, which seems like a waste to me.

      Kjella

      --
      Live today, because you never know what tomorrow brings
  12. IBM by Lord+Kholdan · · Score: 3, Interesting

    Is there a sonyesque powerstuggle going on inside IBM that results in left hand not knowing what the right hand is doing?

    1. Re:IBM by praedor · · Score: 2, Insightful

      So what else is new? In the OS/2 days, there was an internal segment of IBM that loved OS/2 and promoted OS/2 while at the same time another segment of IBM was doing almost everything in their power to destroy OS/2. Schizophrenia at IBM is not unheard of.

      --
      In Bushworld, they struggle to keep church and state separate in Iraq as they increasingly merge the two in America.
  13. understandable (from they 're point of view) ... by DataShark · · Score: 5, Interesting

    fact is: opensource is changing the IT industry economics and IT providers should adapt or die ...

    as usual some people really don 't get it (not a big deal - dynossaurs got extint anyway) and will try all sorts of dirty tricks like this one ...

    I hope as an european netizen and taxpayer that EC watch bodies look very wel at this kind of tricks ...

    Other than that - lots of good publicity for OpenSource ... (anyone in it 's sane mind really believes that OSS is inherently bad and insecure ? got tell that to NSA, NASA, ESA, IBM, the City of Munich or google ...)

    Cheers from Portugal

  14. In other news ... by Frater+219 · · Score: 5, Funny
    • British Bloodletters' Association and the Snake Oil Forum have issued a joint statement decrying the use of surgery and medicine in UK hospitals.
    • Mercenaries Union has called for a more aggressive foreign policy "to protect national interests".
    • The Direct Marketers' Association is continuing to lobby against effective anti-spam regulations on the grounds that they "will prevent the expansion of your penis^W^Wour industry."
    • The Royal Mad Scientists Society has petitioned for an end to BSE prevention efforts, staging street protests with the slogan "prions are people too!"
  15. And apparently the UKG is supposed to overlook... by lord+sibn · · Score: 5, Insightful

    "Hi, we don't like having to compete with these guys. Could you please help us destroy our competition? If you do this, competition between the existing installations will improve! Really!"

  16. "Don't buy GPL" by presroi · · Score: 2, Insightful

    * Don't sponsor RMS
    * Don't send a gift to Linus
    * Never buy a beer from the OSI guys
    * [your 'I misunderstood the topic,too'-line here]

  17. Re:IBM too? by thoolihan · · Score: 4, Interesting

    It might seem strange at first. But consider this a body that IBM backs. It's not like they have a controlling vote. If this move is too drastic, they could pull out of the body, but that's unlikely. I think most of IBM's software that runs on GNU/Linux is commerce based, like Websphere. Gov't isn't going to load up on websphere. IBM is probably just as happy to sell the UK Gov't stuff running on AIX or Windows.

    -t

    --
    http://unmoldable.com W:"No one of consequence" I:"I must know" W:"Get used to disappointment"
  18. Before you get upset about this... by SlashChick · · Score: 3, Insightful
    Before you get upset and say "The UK is no longer allowing open-source!", consider this:
    • Apache is not licensed under the GPL.
    • Perl is not licensed under the GPL.
    • PHP is not licensed under the GPL.
    • MySQL is dual-licensed (i.e. you can buy it with a non-GPL license.)
    • Few (if any) Java technologies are licensed under the GPL.
    • (Obvious) FreeBSD is not licensed under the GPL.

    From the list above, you can see that some of the most popular open-source technologies are not GPL. "Recommending against the GPL" does not mean "Recommending against open source."

    Just something to keep in mind...
    1. Re:Before you get upset about this... by Anonymous Coward · · Score: 3, Insightful

      "Recommending against the GPL" does not mean "Recommending against open source."

      Perhaps not. But if you would have read the article, or heck, even the summary you would have seen this little gem:

      ZDNet is reporting that a UK IT industry body backed by Microsoft, IBM, Intel, BAE Systems and other high-tech heavyweights has urged the UK government not to commission open-source software, and particularly not software covered by the General Public License.

  19. NEWS FLASH: Fox warns against locking henhouse by hoggoth · · Score: 5, Funny

    A study commissioned by the fox, today issued a strong warning against putting a lock on the henhouse. "Locks are dangerous things. They can pinch your fingers. They cause changes in behavior that are undesirable."

    --
    - For the complete works of Shakespeare: cat /dev/random (may take some time)
  20. Simple equation by Dr_LHA · · Score: 5, Funny

    Number of mentions of the word innovations per page is roughtly equivalent to the probability that this report was funded and ghost written by Microsoft.

    Lets see: 3 mentions in 4 pages. MS probabilty factor - 75%.

  21. Capitalism is dying by Anonymous Coward · · Score: 2, Funny

    Well now that companies are turning countries into virtual communist controlled economies by lobbying for (and getting) extentions to copyright laws, requirements for manufacturers to implement digital restrictions, and tariffs on blank media, expect more of the same in the future. Ironically, socialist operating systems such as Linux and BSD are the only way to avoid a communist future. Linux is socialist software and is not communist in any way, much like the American Heart Association is a socialistic organization and not associated with communism in the least. Capitalism is dead!

  22. Tell them that... by AzrealAO · · Score: 2, Funny

    when you head up to the local military base to take an M1A1 Abrahm's for a test spin. You're a tax payer, you paid for the damn thing, about time they let you drive it, right?

  23. They're more inclined to listen to South Africa by zptdooda · · Score: 3, Insightful

    I have a feeling the UK's loyal friends within the Commonwealth will have a different opinion.

    The Commonwealth looks like it's verging towards a common strategy.

    "The OEE and the DTI are considering establishing open-source licence terms as the default for government-funded software"

    This sounds like it's swinging the pendulum even further than South African plans.

    "When the Government decides to develop software using a restrictive licensing base, such as the GNU GPL, (it) should be aware that this would prevent it from deriving commercial gain ..."

    Which would be bad because we all know how much of our software we buy from the British government.

    --
    Esteem isn't a zero sum game
  24. Dont do it by pchasco · · Score: 2, Insightful

    I love open source. The GPL is great. But don't force anyone to use it. That defeats the purpose of 'free' software. If someone decides to use open source software, it should be because it is better than the alternative. It shouldn't be because there are no alternatives.

  25. Re:With any luck... by Fulcrum+of+Evil · · Score: 2, Funny

    you have to remember that lobbying groups in Parliament are 10 a penny.

    You must have gotten quite a deal. Over here, they're a dime a dozen.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  26. Corporations pay taxes too... by Zergwyn · · Score: 4, Interesting
    I have to agree completely with a previous poster, who suggested that the BSD license would be the most appropriate. Government contracts are paid for by tax dollars ultimately, and in the end a large percentage of that comes from business as well as from individuals. Having had to fill out taxes for my business for the first time last year, I can tell you that the IRS (or whatever the tax collecting body for your government is) certainly requires a large chunk of change. Therefore, I believe it only fair that everyone has the opportunity to benefit from software developed with government dollars.

    I don't believe a closed source license is a good one at all, but likewise I don't think the GPL is the best idea either. Either putting it directly into the public domain, or using a BSD style license is the best solution, IMHO.


    NOTE: This is for discussions of software being *developed* with government dollars, not when bidding is going on to use existing software for a contract, which is a whole different issue. But when development is done with everyone's dollars, it should be open for use by all.

    1. Re:Corporations pay taxes too... by listen · · Score: 4, Insightful

      So why can't corporations adapt, and use govt code in the way that brings the most benefit to all of society?

      They are not losing anything but the ability to fuck over the citizenry with proprietary lock in schemes and dodgy data formats. How the hell is that in the public interest?

      There is a weird proposition here, that because a business says they would like govt to give them code they can lock up, they should get it. The point is that no corp would have that code without the govt forcing them to fund it via tax. Why, exactly, are they deserving of the right to take from the commons and not give back?

    2. Re:Corporations pay taxes too... by civilizedINTENSITY · · Score: 5, Insightful

      "But when development is done with everyone's dollars, it should be open for use by all."

      Absolutely it should be open for use by all. GPL software is absolutely "open for use" by one and all. The GPL even states it has to be. So don't worry, your business can run linux, too.

    3. Re:Corporations pay taxes too... by JonMartin · · Score: 2, Insightful
      So how is BSD better again?

      The goal of BSD is to get as many people as possible to use the code. If that happens to make everyone's software better then yippee. The point is not to ram some (false) utopian vision of the world down everyone's throats but to write code and have people use it. Simple as pie. That's why BSD is better.

      The BSD license is designed to allow code to be used. The GPL license is designed to change the world into GNU/World.

      --
      Serve Gonk.
    4. Re:Corporations pay taxes too... by Chris+Burke · · Score: 3, Insightful

      I paid taxes to develop the original code, I should be allowed to do whatever the hell I want with it.

      You can do whatever the hell you want with it, except prevent others from doing the same.

      I guess it also really irks you that you can't set up a toll booth at the entrance to a public park, eh?

      --

      The enemies of Democracy are
    5. Re:Corporations pay taxes too... by sheldon · · Score: 2, Insightful

      "So why can't corporations adapt, and use govt code in the way that brings the most benefit to all of society?"

      I agree absolutely, which is why the government should create software under a BSD license.

      "There is a weird proposition here, that because a business says they would like govt to give them code they can lock up, they should get it."

      Whose locking up anything?

      Under the BSD license the code is FOREVER free. The only thing locked up is the extra contributions added to it, which is their work and they have the right to decide what they want to do with their own work, right?

      "The point is that no corp would have that code without the govt forcing them to fund it via tax."

      Are you saying the govt should never fund software development?

      "Why, exactly, are they deserving of the right to take from the commons and not give back?"

      They give back in other ways, by creating jobs.

      I'm amazed at how ignorant some people are with regards to economics.

  27. Fax your MP. by Anonymous Coward · · Score: 2, Insightful

    Seriously, don't content yourself with ranting here, exercise your political opinion where it counts, and Fax Your MP about this blatant abuse of our political system.

    We all know that Open Source raises the bar for the rest of the industry, encourages competition rather than extinguishes it; make sure your MP does too, and that if he or she doesn't present your view, you may be more chosy with your vote next time round.

  28. Negative impact. by twitter · · Score: 4, Insightful
    The safest, and most appropriate license for government-funded and government-created software is the BSD license.

    Yeah, it's a bitch when a company can't slap a widget onto government funded software and then sell it back. You can see how the GPL might drive bid prices, aka government costs, down. As for quality, it's hard to see how someone can go wrong with GPL'd software.

    GPL-lovers are very quick to cry for censure of any company suspected of violating the license.

    Hey, that's the way copyright works. Big dumb companies set it up so they can screw you and me. Too bad when it gets used in a way they did not expect. Various programmers are quick to cry foul when they see work they wanted to stay free and are giving away, used by some big dumb company in an abusive manner. You don't think those same big dumb companies hesitate to set their well funded leagal department on individual programmers if they catch a wiff of anything they might lay claim to? Just look at SCO trying to extort the entire world of Unix. Nothing like that can ever come out of free software. Get back in your hole, troll.

    --

    Friends don't help friends install M$ junk.

    1. Re:Negative impact. by pclminion · · Score: 4, Interesting
      Yeah, it's a bitch when a company can't slap a widget onto government funded software and then sell it back.

      They're already way ahead of you. Check out this passage from the license agreement for the open source computational fluid dynamics software called "ISAAC" (can be found here):

      NO SALE TO U.S. GOVERNMENT

      11. The PROGRAM, and/or any modified version thereof, shall not, in any manner, be offered for sale to the U.S. Government, without the written consent of the U.S. Government. The U.S. Government shall not pay a second time for the PROGRAM or any enhanced/modified version therof. The PROGRAM may be used in contract with the U.S. Government, but no charge may be made for its use. If the PROGRAM is modified using or enhanced using U.S. Government funds, the Government will be provided the complete source code of that modified/enhanced version and the intellectual property rights of the resulting modification/enhancement shall be controlled by such funding agreement.

      In other words, the government already paid for it once, and they'll be damned if they're gonna pay for it again. I'm quite sure that this passage was a requirement of their federal research grant.

  29. Intel? by djh101010 · · Score: 2, Insightful

    Does Intel not realize how many of their processors are running Linux? Are they just telling us to buy AMD?

  30. Re:IBM too? by mark_lybarger · · Score: 2, Informative

    while IBM is heavy into the opensource movement, they don't always favor the GPL. their eclipse product is licensed under a CPL which is a BSDish license. allows you to release closed source derivitives. As a result, they're using the GTK 2 library as a foundation for their linux SWT toolkit as oppose to QT/KDE. Sun does the same with their NetBeans product with a similar license, except NetBeans is "pure" java and doesn't rely on system gui calls.

    Open Source itself isn't a bad thing, it's the viral nature of the GPL that lots of companies don't like. They like to be able to give a little and still release a "Enterprise" or "Enahnced" version that's closed up tight.

  31. Re:IBM too? by 4of12 · · Score: 5, Funny

    Just because you are a member of a group does not mean you always have to agree with the majority.

    I know. I'm an American.

    --
    "Provided by the management for your protection."
  32. Government Business by verloren · · Score: 3, Insightful

    One of the factors highlighted in the ZDNet report is that of commercialisation. The position paper states that using the GPL would remove the option for the government to commercialise and profit from its work.

    Call me old fashioned (and having said that I know I'm going to get at least one post that says "You're old fashioned"), but I thought governments were about internal order, external defense and maintenance of currency. Even being relatively liberal they should still only be concerned with generally looking after their citizens, not creating software.

    After all, the British govt. providing the NHS really limits its ability to make money by running private hospitals. And if they didn't provide all those policemen they could make a fortune as a private security firm!

    Cheers, Paul

  33. Re:Well, of course. GPL is severely restrictive. by Anonymous Coward · · Score: 5, Funny
    These are taxpayer dollars we're talking about.
    No, they're taxpayer Pounds, stoopid... ;)
  34. Interoperability not in TCO by bstadil · · Score: 2, Insightful
    There is not one word in this document of the Cost of interoperability or rather the lack of it using closed source SW. Why is that? In general I have never seen anything in any TCO analysis that takes this into account.

    It might make MS stuff look better in the short term, but I think we need to send emails etc. to the makers of theres TCO analysis and demand it be included. Why would the cost of interoperability be any less than say education of system Operators.

    Once the component is included it is much easier to have a sober debate on the long term cost of "lock-in"

    --
    Help fight continental drift.
  35. Re:Microsoft, IBM, Intel, BAE Systems by voodoopriestess · · Score: 2, Informative

    BAE SYSTEMS is a UK company that has a section operating in the US.

    BAE SYSTEMS make commercial and military equipment for the UK govenment.

    Check your facts!

    --
    ---- "I would be careful in separating your weirdness, a good quirky quantum weirdness, from the disturbed weirdnes
  36. Public domain is the way to go by Jordy · · Score: 4, Insightful

    The most sensible license for government contracts is no license at all. In other words, public domain.

    There is no reason why publically funded IP should be copyrighted by a corporate entity.

    I could understand BSD if it was only partially government funded, but for anything paid for by the taxpayers... PD is it.

    --
    The world is neither black nor white nor good nor evil, only many shades of CowboyNeal.
    1. Re:Public domain is the way to go by Strudelkugel · · Score: 2, Insightful

      Do you really want weapons design software in the public domain?

      --
      Imagine how much harder physics would be if electrons had feelings! -Feynman, maybe
  37. Comment removed by account_deleted · · Score: 2, Interesting

    Comment removed based on user account deletion

  38. Sounds about right by whoisjoe · · Score: 3, Informative


    Yet another well-formed opinion from those who would save us from ourselves, our own prosperity and our own happiness as a society.

    It just amazes me that there are still people who listen to these self-important, avaricious cry-babies who have somehow gotten it into their minds that profits from their current business models (without regard for their viability) are an inalienable right.

  39. Re:IBM too? by Greyfox · · Score: 4, Insightful
    Oh stop looking at the company with those hurt puppydog eyes! The number 1 driving force for any company, is profit! You have to stop mistaking their temporary alliances with friendship. They are not your friend. As long as you are useful to them from a profit making perspective, they will ally themselves with you. The moment you become a threat to their profits, they will put a knife in your back.

    We need to view corporate relationships with a lot more cynicism than we currently do. The corporation views you as a resource, much like a desk or a computer monitor and will treat you as such. You can't hope they won't turn on you -- you have to expect them to. It's not a matter of "if," it's a matter of "when."

    I'm sorry if I come across a bit strongly here, but it's something that very few people in the community actually understand. I think we all want to believe, in our hearts, that companies are made up of people and people are inherently good. Well I'm here to tell you that companies are made up of people and people inherently suck!

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  40. Nobody seems to have pointed this out yet... by temojen · · Score: 5, Insightful
    Intellect also charged that it would be a mistake for secretive government bodies to use open-source licences, since these might require the revelation of sensitive information. "There may in some cases be a conflict between the Government's desire to maintain confidentiality and the requirement to disclose the software laid down by a restrictive licence, to the extent that the source code itself discloses attributes about the Government body that are regarded as confidential," the paper said.

    They clearly either misunderstand the GPL or are blatantly lying. The GPL does not require you to disclose anything unless you distribute the modified version.

    Thus the MI-5, CIA,CSIS, Interpol, or whatever can freely develop their own internal software under the GPL, and deploy it throughout their systems. The requirement to include source only applies if they distribute the product. I expect intelligence agencies don't normally distribute sensitive software outside the agency.

    1. Re:Nobody seems to have pointed this out yet... by AVee · · Score: 5, Funny

      So the interesting question is wheter fireing a missile containing a GPL'ed binary counts as distibution...

    2. Re:Nobody seems to have pointed this out yet... by mark-t · · Score: 4, Funny

      I would say not, since who you are distributing it to will not be in any position to demand to see the source code once the transaction has been completed.

  41. Re:Well, of course. GPL is severely restrictive. by Tony · · Score: 4, Insightful

    Shouldn't they be spent on something where the user is completely free to modify - either licensed BSD, or public domain?

    In this case, the GPL is exactly the same as the BSD license.

    It's only when the user stops being a user and starts being a distributer that the rules change. The GPL does not allow people to stand on the shoulders of giants without a return in contribution.

    It's not users (or "beleaguered UK taxpayers") but profiteers that are under additional restriction.

    --
    Microsoft is to software what Budweiser is to beer.
  42. GPL license is political by semanticgap · · Score: 4, Insightful


    Unlike BSD, the GPL carries a political message in it, and the government would have to back all the statements in GPL such as "All published software should be free software", the definition of "free", etc.

    For what it's worth, I personally don't think all software should be free, but more importantly, I disagree with the idea of having to distribute a political message with my software.

    All the OSS software I wrote has been released under BSD-like terms, and when I use software in my projects, I give preference to BSD-licensed ones.

    1. Re:GPL license is political by gammoth · · Score: 3, Informative

      I just had a quick look at the GPL. I didn't see any assertions that 'all published software should be free.'

      It did say something to the effect that, if you want to publish software, you can protect yourself and make sure someone else doesn't profit from your effort by making it 'free.'

      Commercial software licenses and BSD licenses also contain political messages, if implied. Isn't it nice to have choice.

  43. Re:Well, of course. GPL is severely restrictive. by Taurine · · Score: 5, Informative

    You're damn right its tax-payers' dollars we're talking about. Whenever the UK government buys software from Microsoft, IBM, Oracle etcetera, they are essentially converting British Pounds Sterling into US Dollars and sending them off to US-owned companies. At least with GPL software its less likely to be spent improving a foreign economy, as we have as much chance to compete here in the UK, what with having access to the source code of this non-proprietary software.

  44. Re:Well, of course. GPL is severely restrictive. by pizen · · Score: 2, Insightful

    You mean the way the user is able to modify MS Windows, MS Office, Oracle DB, Adobe Acrobat, IIS, and all the other software that government purchases with taxpayer dollars. Methinks you have lost perspective.

    Not what the government has purchased with tax dollars but what the government has developed with tax dollars.

  45. Interesting by inerte · · Score: 5, Insightful

    One of the previous arguments of proprietary vendors is that a governament shouldn't base their decisions on the license of the software, specifically, the GPL. Instead, governament should decide based on the functionalities of the software. For example, Microsoft Office's Word is the best word processor available, so the governament should buy it, since it meets the user's demands.

    Now, the table have turned. These UK lobbists are asking to deny a software based on its license, and that it doesn't matter if it is the best tool for the job. As long as it is GPL, it is wrong.

    Highly amusing. It only indicates that proprietary vendors are shooting everywhere hoping that one of their arguments convince someone. And that the "feature-rich" argument, after all, isn't working.

  46. Greater probability by TrekkieGod · · Score: 2, Funny

    In addition to the 75% MS probability factor, there's also a 150% chance Ballmer wrote it himself. The word "developers" is mentioned 6 times in those 4 pages.

    --

    Warning: Opinions known to be heavily biased.

  47. How government software works by OYAHHH · · Score: 5, Interesting

    I,

    Am in the unfortunate situation alluded to in the article referenced.

    As a sole proprietor I've worked two years on a fairly sophisticated aviation simulation program that has usages in planning new airports and in airspace changes.

    I would like to make my project GPLed.

    Unfortunately, there are companies much more politically connected than I am that would absolutely love to take the code, go to the government official that they have in their hip pocket and sell it to them.

    Sure, the stuff would have my name written all over it, but the government official would probably never ever see the code. All he would know is that some slick sales person sold him on the software and more importantly the big fat maintenance/upgrade contract that goes along with it.

    That sort of thing is basically how it works in government contracting. Government guys have zero ethics and will screw you over in a heartbeat.

    It's sort of like an ego trip for them. They know they have you (especially if you really want to sell them something) and they will jerk you around bigtime.

    So yeah, if you're in a particularly giving mood then GPL is just fine. Just plan on not being able to put gas in your car for the rest of your life if you're gonna deal with government people.

    Because there is always somebody who is going to make they government person more happy they you will, even though you might be the "expert".

    Having said that, I have made my software's code available with fairly lax licensing terms.

    The terms basically state that if you license the code and then try to sell anything based upon it then you owe me a piece of the pie.

    If you want to use it for in-house purposes then you are free to use it.

    If you don't like the terms then you can develop the code yourself.

    --
    Caution: Contents under pressure
  48. Don't be by Kjella · · Score: 2, Informative

    IBM wants to sell their own programs, and reduce the profit of other corporations, it's called competition. So if they can sell Linux + IBM stuff for less (or with higher profit margin) than MS + IBM they will. They tried themselves with OS/2 but couldn't make it happen, so better with "noone" than somebody else.

    Off-the-shelf software is becoming a commodity, where you can get your basic OS/office pack from Linux. IBM wants to capitalize on those special use systems that OSS will never make because not enough people are interested in making. Government software may definately be one of them, I'm not talking about your average secretary office pack but real custom made stuff, or at least obscure enough you won't find any decent OSS alternative on Linux, or any alternative at all.

    Kjella

    --
    Live today, because you never know what tomorrow brings
  49. Re:Well, of course. GPL is severely restrictive. by Wobbly+Bob · · Score: 2, Insightful
    Wow!! So if I want to use the software for my own personal gain and charge to use my version, I can. Then I can get FREE software research. Yea!

    True, but when you make money, the government makes money.

  50. Nothing Holy about Professional Programmers by Greyfox · · Score: 4, Interesting
    I've seen code from professional programmers and I've seen code from open source programmers and I think everyone needs to realize that there's nothing holy about professional programmers. In fact the open source guys usually seem to be using more advanced techniques. Take a look at some of the odd stuff they're doing in gtkmm or the database template library sometime. The only time I've ever seen code that advanced in the professional arena is when I was auditing the C library for Data General.

    Now the Industry might be spreading some lies around about how open source code is buggy and of lower quality than stuff done by the "professionals" but I think that's a load of crap. Even the worst open source projects I've looked at seem to be only as bad as the average professional code-base. Open source guys tend to code toward the features they need only, but if you paid them to implement features you need, I'm sure they wouldn't have a problem doing that.

    As far as the license issue, if I were in charge of a government (or other) agency, I would demand access to the source code of the work I'd commissioned. I would even consider releasing that code to the world, if not under the GPL license at least under a BSD one. Big IT companies might fear that because if their code made it out into the world, they would have commit seppku from the embarassment of the code quality or having some wise-ass kid releasing a much-improved version.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  51. dead wrong by dh003i · · Score: 5, Insightful

    There may in some cases be a conflict between the Government's desire to maintain confidentiality and the requirement to disclose the software laid down by a restrictive licence, to the extent that the source code itself discloses attributes about the Government body that are regarded as confidential

    Absolutely incorrect.

    The GPL does not in any way cover internal distribution. This is not the same as public distribution. Making modifications and keeping them within your company, but not releasing the source, is completely uncovered by the GPL.

    In regards to software that the government funds, the government should NEVER fund proprietary software development (except for things which are meant to always be secret, like the US govt's program to predict how radar bounces off of curved surfaces). Public money should not be used to create private information, or proprietary programs, which the public then has to pay for again.

    In regards to what software is acceptable for the government, this organization's concerns about the GPL are bogus, and anything they say should be ignored. Irrelevant of the truth, they are going to advocate the use of proprietary software. It benefits them.

    The proper course of action is for the government to give strong consideration to FOSS, and if it decides against using FOSS, it should have to publish and explanation of it's decision to the public. In fact, any decisions on what software the government uses should be justified to the public, and the government should be required to consider FOSS, for the very frequent cost advantages of using it. The government has an obligation to tax-payers to consider what is likely to in most cases be a less costly solution.

  52. Re:IBM too? by NineNine · · Score: 4, Insightful

    IBM is a huuuuuge comapny. Just because one tiny part of one division supports Linux, doesn't mean that the entire company runs on Linux/OSS software. In fact, the people that I know at IBM have never even *seen* Linux before. OSS is a new and very tiny part of IBM's business. They are by no means an OSS company. They're just ccovering all of their bases.

  53. Re:Well, of course. GPL is severely restrictive. by arivanov · · Score: 2

    It is not free. It is funded by 40 percent of my salary, 75% of what I pay for fuel, 30+% of what I pay for food and goods (delivery and other fuel related expenses are calculated before VAT), 25% of my company's profits, ad fscking naseum.

    Frankly anything government funded should be either BSD or public domain at least in countries with extortionate taxation like UK. The taxpayer has payed for it 100 times. He should be entitled to use it as he sees fit.

    So no closed source, royalty shit either. I have payd for it, I am fscking entitled to use it. So just play good ole BSD.

    --
    Baker's Law: Misery no longer loves company. Nowadays it insists on it
    http://www.sigsegv.cx/
  54. When you only have a hammer... by lynx_user_abroad · · Score: 3, Insightful
    ...everything looks like a nail.

    When the Government decides to develop software using a restrictive licensing base, such as the GNU GPL, (it) should be aware that this would prevent it from deriving commercial gain from any subsequent derivative programs and prevent or severely limit the opportunities to work with commercial companies on such projects," Intellect said in the response paper.

    Businesses are geared to think only in terms of how profitable a certain action can be, and are incorrectly projecting that necessity-for-profit onto others. Intellect appears to be trying to equate their perception of a reduced commercial value of GPL'd software to a reduced societal value of GPL'd software. And while the former is an unproven assertion at best, the latter is downright wrong.

    Should we abandon the creation of roads where the cost of building a new highway exceeds the revenue of the resulting taxes? What about housing for the poor? Surely we're not "deriving commercial gain" out of those projects?

    Seems to me this is yet another case where commercial organizations need to be reminded by the public that they exist only at the pleasure of the populace, and by their grace. When a commercial organization (or other entity) begins to promote it's own interests over the advancement of the society as a whole, that society is correct in recognising such an organization as hostile.

    --

    The thing about things we don't know is we often don't know we don't know them.

  55. Re:understandable (from they 're point of view) .. by zmooc · · Score: 2, Informative

    I don't think you have to expect much from the EU. Just this week the juridical department of the europarliament approved the new proposal for allowing software patents (and therefore . The woman responsible for preparing the final decision-making - a british labour member of the europarliament: Arlene McCarty somehow is in a lot of hurry to force this through by 30 june already. I think she has a hidden agenda.

    Anyway - all pro-Open Source talk from the EU IMHO is just a lot of nice words and no action while at the same time they really don't understand what they're talking about and give more and more away to big multinationals...

    Unfortunately I've only got a link about the news in dutch, but there's a petition to cut this crap over here. If you agree with what it states, please sign it.

    --
    0x or or snor perron?!
  56. They're preaching to the converted by Snart+Barfunz · · Score: 2, Insightful

    Governments hate the idea of open-ness.

    --
    --- Yx3 = Delilah ---
  57. The GPL and predatory monopolies by ctid · · Score: 5, Insightful
    There are many people here posting that the GPL is inappropriate for government-funded projects because it makes it harder for commercial organizations to make money from government-funded software. This position is, I believe, untenable in a market where an abusive monopoly exists. Here is an example which I have posted to Slashdot before:


    Suppose I am a government funded researcher. To be precise, people and businesses in my country pay their taxes and the government awards me some of this money to fund a new software system. Suppose my system is useful for SMEs to quickly help them to communicate opportunities to do business. It doesn't matter what it does exactly; the key is that there is communication between different organizations and that this is facilitated by my government-funded project. If I GPL this software, everyone in the country gets to use the software. If you're so inclined, you could go into business to try to make money from the software; you could improve the interface, or make it easier to search for partnerships, or whatever. Of course, you must GPL your changes, but you might be the clear leaders in the installation and configuration of this SW, so you could make some money. In any case, whether you can make money or not, the taxpayers do not lose out.


    Suppose now that the software is released into the public domain, or even under a BSD licence. Suppose further that half-a-dozen firms spot a market opportunity to improve this project and make a commercial product out of the system. This is fine in principle, but if one of those six firms is Microsoft, we have an immediate problem. MS could decide to integrate the system into MS Outlook; perhaps the system uses email to communicate opportunities. We still have no problem of course, because there are five other competitors, any of whom could come up with a better approach to improving the product. Perhaps some of them will flourish in organizations which do not use Outlook for whatever reason.


    However, if MS wishes to, they can simply make a subtle change to the protocol used by their version of the software. Because MS Windows is universal, this new protocol becomes the de facto standard. Of course, even this wouldn't be a problem, so long as MS published their changes to the protocol.


    Suppose however that MS declines to publish their changes to the protocol. Our five other competitors are pushed out, and whatever money there is to be made from the software will accrue to Microsoft. For all I know, MS are paying a huge amount of tax, and perhaps they should have the opportunity to make a killing like this. The problem is that all the other taxpayers get to pay twice; they funded the original software with their taxes. And now if they want to get the benefit from the money they "invested" before, they have to pay again, this time to Microsoft. Of course you could argue that MS might have made significant improvements, but I don't think that argument holds, because they wouldn't have to make any useful changes to effectively require taxpayers to pay again for what they have already funded. All Microsoft needs to do is to make some subtle and unimportant and secret change to the communication protocol and they've made an instant market for themselves (or, more accurately, they've damaged another market).


    I think that this is the key problem with BSD and public domain licensing for taxpayer-funded software.

    --
    Reality is defined by the maddest person in the room
  58. Write your MP by Basje · · Score: 2, Interesting

    British citizens.

    Now is the time to write your MP. Write him a _polite_ letter (snail mail is best in this case), in which you explain to him that GPL is good, esp. for government funded software. Read the comments in this thread, to get some arguments.

    The most important thing is that you stress that this is important to you. Important decisions win votes.

    --
    the pun is mightier than the sword
    1. Re:Write your MP by spinlocked · · Score: 2, Interesting

      British citizens.

      Now is the time to write your MP.


      That would be write to your MP, Yank. Fax is best actually (in my experience).

      I find this sort of rabid Linux/GPL/open source zealotry particularly irritating. As far as I'm concerned (as a UK tax payer) I want the government using the correct tool for the job required, using cost as the primary deciding factor. I'm sure time will tell that a UNIX (not necessarily Linux) solution would prove to have a cheaper TCO than an MS Windows platform. Ideally, I think we should also factor in technological independence from foreign powers (all of them, even our allies) wherever possible. These days it's hardly ever possible.

      Large government databases often need big boxes to do the required heavy lifting. Linux will not be appropriate in many of these situations. IBM/HP/Fujitsu/Sun boxes (sadly I can't add a UK large scale computer manufacturer here, since ICL bowed out) and the major DB companies provide relatively (relative to writing and supporting it yourself) cheap solutions.

      --
      # init 5
      Connection closed.


      Oh... ...bugger.
  59. Re:Well, of course. GPL is severely restrictive. by 73939133 · · Score: 4, Insightful

    Shouldn't they be spent on something where the user is completely free to modify - either licensed BSD, or public domain?

    Why should they? Your tax payer dollars pay for your city park, yet you aren't free to set up a business in your city park; in fact, what you can do in your city park is quite restricted. And the purpose of those rules is so that everybody can enjoy the city park.

    It's quite analogous with the GPL: tax payer dollars pay for the software, and the GPL ensures that the software remains there to be enjoyed by everybody.

    Likewise, the fact that tax payer dollars pay for software development doesn't mean that anybody should be able to use that software for whatever they please.

    Keep in mind that the same kind of people who make this argument against the GPL now had not trouble making the argument a few years ago that governments should pay for software development in the private sector and then leave ownership of that software with the companies that developed it.

  60. ZDNet is not reporting accurately by LittleStone · · Score: 4, Informative

    You can read the original Intellect's analysis in here.

    The ZDNet article misinterprets many things Intellect suggest:
    1. Intellect does not suggest OSS licenses are all bad. Only GNU GPL could be problematic for the Government uses (ZDNet's title is so misleading)
    2. The "GPL not suitable for secretive government bodies" is also overblown. The Intellect just suggests that if the Government wants to maintain confidential codes, they can't do it under GPL.

    All in all it's fair to recommend the Government not going for 1 type of development model/license by default. The only question I have on the Intellect's analysis is that they suggested that businesses can't get back value of their IP under GPL. As far as I understand, GPL does not require distributing their software free (as in beer), nor giving up the right of redistribution (so I can't distribute a piece of GPL software in which the copywrite holder does not grant me the redistribution rights.) In that sense, GPL won't hinder commercial interest in software development as suggested in Intellect's paper, and the whole analysis could falls apart. But I'm not sure I'm correct on the GPL, better have someone more familiar with GPL to point it out.

    --
    A sig is redundant.
    1. Re:ZDNet is not reporting accurately by C_Kode · · Score: 2, Insightful

      2. The "GPL not suitable for secretive government bodies" is also overblown. The Intellect just suggests that if the Government wants to maintain confidential codes, they can't do it under GPL.

      Actually, If I understand the GPL correctly; they can. They just can't redistribute their changes without revealing their code (and codes). Althought, they can distribute changes (the source code itself) for what changes they don't hold confidential. Therein returning work to the community. You can make all the changes you want to GPL code without releasing the code. You just can't release the (new) binaries without contributing it's code also.

  61. Something I've wanted to say many times when by mijok · · Score: 4, Interesting

    governments considering buying open source software is considered. Frequently people here say "right tool for the right job" and talk about open standards being more important than the software. What has surprised me is that so far I haven't encountered one of the most important arguments: The right choice for governments is not necessarily the best software for the lowest price. For companies that reasoning is the only sound one but for governments it's not since they need to take more things into consideration - such as jobs in their own country. Have you ever seen police cars in a country made by a non-domestic manufacturer if there is a domestic manufacturer? I simply don't understand why so many European governments are so happy to send money to Redmond instead of trying to increase employment in their country. Obviously MS Office is better than OpenOffice and whether the total cost of ownership of Windows is lower than that of Linux (for eg. government desktops) is debatable. Can you imagine what it would do for Linux if the German government decided that since there is a domestic supplier of operating systems (SuSE) that must be used even though compatibility with MS Office wouldn't be perfect and even though people would need re-training. And if the French did the same with Mandrake? Why can't governments (and others) see that with a little effort Linux can be considered just as generic an operating system as Windows - why, why, why? If they buy other domestic products simply because they're domestic why not apply the same logic to operating systems since with a little effort they can be just as generic as cars.

    --
    Karma. Moderation. Is my .sig good now?
  62. Re:Don't be stupid by firewood · · Score: 2, Insightful
    The reason these companies want to eliminate the GPL from consideration is obvious: the GPL prohibits them from incorporating other people's work into their proprietary software.

    The GPL does no such thing. It does not prohibit dual licensing. These companies are perfectly free to offer to buy the rights to incorporate the code under another license directly from the copyright holders.

    Now why should the government, in other words *you*, via your tax dollars, be financing work which proprietary software vendors can then appropriate for nothing and sell at a profit? Welfare programs should be reserved for people that need help, not Bill Gates.

    Software which all the taxpayers pay for should be available to all taxpayers. The rights to any additional software should be reserved to those who invested in the salaries of the programmers who developed the software. IMHO, government programs should be reserved for all citizens, not just the rich OR the poor.

  63. Re:understandable (from they 're point of view) .. by delta407 · · Score: 2, Interesting
    [A]s usual some people really don 't get it (not a big deal - dynossaurs got extint anyway) and will try all sorts of dirty tricks like this one...
    True, but by the same token, a lot of people do get it.

    I'm the lead developer of LISSARD, an open-source school administration system. I am having discussions with someone in the U.K. who is very interested in free software, and in particular, using LISSARD in several of the schools he represents.

    As I understand it, some U.K. courts have recently ordered their current proprietary administrative system to open up their database backend, opening that market to competition. That's where LISSARD comes in. Anyway, no one (in those schools, at least) likes the idea of being tied to a single vendor, which is why the open-source model is much more attractive. (Don't like it? Hire someone to change it.)

    Also, this person is actively trying to deploy open-source software wherever possible, with moderate amounts of success so far. The real obstacle, as far as he can tell, is that most people are of the "you get what you pay for" mindset. (To which I respond "I'll take your money ;-)", of course.) At any rate, they are excited about what what open-source software has to offer over their proprietary counterparts, and are looking forward to a potential wide-scale deployment of many free software products in 12-15 months.

    All in all, good times to be OSS. :-)
  64. Grammar Fairy sez: It's a good day to learn! by GrammarFairy · · Score: 2, Informative

    "...with GPL software its less likely..."

    These two words, it's and its, are one of the trickiest in the English language. Here's a little mnemonic that may help:

    Posessive "its" doesn't posess an apostrophe.

    Using this little phrase, you can tell that your usage above is a contraction (it is less likely...), and hence should read:

    "...with GPL software it's less likely ..."

    Magic Grammar Dust for you: .`~.'".,,.'~".,,.".

    1. Re:Grammar Fairy sez: It's a good day to learn! by muffel · · Score: 2, Funny
      It's is not, it isn't ain't, and it's it's, not its, if you mean it is. If you don't, it's its. Then too, it's hers. It isn't her's. It isn't our's either. It's ours, and likewise yours and theirs.
      -- Oxford University Press, Edpress News
      --

      bla
  65. looks like a job for the European Commission by The+Lynxpro · · Score: 2, Insightful

    Considering the increasing popularity of open source alternatives amongst government circles in other European Union member states, this effort will be a waste. I'm sure its a safe bet it will become a European Commission code to use open source platforms such as Linux for member state governments...if such legislation is sent to the European Parliament, all of the greens/socialists/leftists/anarchists/communists and crazy French peasant tractor driver respresentatives (MEPs) will vote gleefully for an act aimed at punishing an American cash-cow such as Microsoft.

    --
    "Right now, somewhere in this world, Scott Baio is plowing a woman he doesn't love," - Peter Griffin, *Family Guy*
  66. This is complete B.S. by ansible · · Score: 2, Informative

    If a piece of Governement funded software were to be subject to a restrictive license, such as the GNU GPL, commercial companies would often not see a benefit in entering tinto such an agreement because:

    1) There is a limited amount of money that could be made from the original development because of the limited opportunity for further revenue.

    2) They may not want to make public and available for free use any of their IPR that is employed in the development.

    Feh. If in today's economy you've got someone balking at developing FOSS, then you can just find someone else. There are plenty of software companies who are hungry for work. They're not worried about future profits, because they're trying to stay in business today.

    This is just B.S. cooked up by our "betters" in the IT industry to try to keep their pockets lined with taxpayer cash.

  67. A Critique by simon_aus · · Score: 3, Interesting

    Read the pdf, what a hodge-podge of unsupported statements. Firstly it is written from the perspective of the "Sponsoring" software companies. As pointed out, it totally ignores the fact that 99% of Government funded in-house code is for internal use. Why? Perhaps because they have specailist needs. How many Defence Departments or Internal Revenue agencies does any nation have.

    Suddenly the premise that commercial software houses "do so in order to supply the software on a repeating basis and thereby to generate licensing revenues that allow them to make a profit on their investment" becomes null and void.

    Governments do create or sponsor code for distribution to end users or clients, particularly in Health and Internal Revenue. Much of this is distributed free in the interest of eGovernment and reducing costs to the taxpayer. The development platform here is dependant on what the client machines have (usually Win95/98) and they can code it in VB if they are stupid enough. A large segment of the economy is still run on clipper code.

    "Such a proposal would inevitably act as a deterrent to commercial involvement in Government sponsored R&D software projects because they would have such a limited opportunity to exploit any commercial gain from any privately owned IPR.." So this reads like they expect to profit from Government funded R&D, I thought this was where stendards otfen arose from due to the long term investment and the free rider effect. Normally, when a company pays you to write code they own the IP and I fail to see why this should not be the case with the application of public money. This effect was again raised yesterday by Hans Reiser. US style Corporate Welfare is perhaps not that appealing to the rest of the world.

    Some other points;

    Lack of adequate competition in the bid process.....

    What they are really saying is that "we want to be protected from competition". Especially from small independant development firms that may be able to deliver on a more cost effective manner and with much less overhead. That would be worse that government bodies buying the development tools and coding it themselves.

    Software that would not include leading edge developments.......

    Like corporates and Governments implementing JAVA and web services and not waiting for .NET

    This doesn't mean "we have established products and would like you to help protect the monopoly positions we have created by lack of interoperability

    Very basic software which would only provide minimally useful solutions.....

    Ah yeah, like "Hello, Microsoft. We are thinking of standardising on WinServer2003 if you could add...".

    Confidentiality issues....

    Well dont release the code. And if you do, don't copy any privacy law protected personal data into it.

    And finally "For the reasons discussed the setting of a default position for use of restrictive licences such as the GPL, brings with it some commercial disadvantages that may in some cases outweigh the benefits." Read any MS EULA.

    I would be interested to see the role IBM really has in this as it smacks of biting the hand, Linux and JAVA seem to be a large factor in the slowing down in the death of the mainframe.

    I hope I haven't taken any quotes out of context, but they really need to be speaking to someone like Richard Alston in Australia.

    --
    Stopping myself...Abort (core dumped)
  68. Reminds me... by dacarr · · Score: 2, Interesting

    This reminds me of those occasional commercials that the UFCW or Teamsters unions will do when urging a boycott of a particular independent non-union supermarket or two - buy ad time, say don't buy, and watch as their commercials had no effect.

    --
    This sig no verb.
  69. Re:Well, of course. GPL is severely restrictive. by Keju · · Score: 2, Insightful
    they are essentially converting British Pounds Sterling into US Dollars and sending them off to US-owned companies

    there's no magic machine that changes pounds into dollars. american companies are forced to either to sell the pounds at the market (driving down the pound, thus increasing british exports), or to invest in the british capital markets which is also good for british investors. so basically quit whining you silly protectionist.

  70. Re:Well, of course. GPL is severely restrictive. by MS_is_the_best · · Score: 2, Interesting

    All "GPL==restrictive", "BSD license=free" posts are real nonsense! Where are the arguments for that?

    The GPL and FreeBSD licenses are restrictive to users in almost the same way. They can use software under both licences free (once they obtained it), make changes and let everyone copy it. Only difference is that the BSD license asks to leave the advertisement intact and the GPL to provide source code.

    But then you are already on a developing level. The only difference between the licenses is on this level. This does not make one license more restrictive than the other, the restrictions are just different! The GPL say you give changes backs (restriction for the company further developing the source) and the BSD license restricts the developer (the developer can not develop further on his own source if a company patched a few lines proprietarily).

    Anyway the government buys/gets a product and uses it, so the GPL does not restrict them.

    However companies are restricted, so they don't want to deal with GPL (as in article), but developer are restriced with BSD license, so they (hopefully..) want to use the GPL.

  71. I'm writing to my MP by ctve · · Score: 2, Interesting
    This is such a crock of shit, and as someone who ran a small business does not in anyway represent the view of my business.

    Personally, I believe as a businessman, technician and tax payer that open source is better.

    Companies can make plenty of money from support and enhancement to the client. Government can retain the source and/or give some modifications back to the community. And govenment gets many options on suppliers.

    I recently heard of a company who had just the object code, and the contractor pissed off to the other side of the world with the source code. Also, many companies have maybe 2 or 3 people who can do parts of the system - open source creates more developers with mature experience in a product.

    And what if you find a bug in Microsoft software. Can you get it fixed right away? Not necessarily. You have to hope that MS take it seriously enough to do it. With OSS your chances are much higher, or you can do it yourself.

  72. Re:Well, of course. GPL is severely restrictive. by Billly+Gates · · Score: 2, Interesting
    For a corporation to give away their crown jewels is a tough sell for their shareholders and managers.

    However a simple copyight notice or note in some help files is different.

    BSD is alot more friendly in this regard. MS for example rarely even mentions the university of california qoute. Linux does not either unless you view the source.

    BSD is deffinetly more corporate friendly. This is why Apple chose that instead of Linux when designing MacOSX. Their lawyers rightfully were worried that the FSF might sue them for keeping Aqua and other apps closed that run on top of the os. After all its linked to the operating system right?

    This is a fuzzy area that SCO and MS have been going after. We know this is probably BS but in Canada a lawsuit was won just for linking! Risk managment is important in any business decision. BSD is just less risky in this regards and is considered more safe.

    The GPL was designed to make all software free. Go read about RMS viewpoints. He is quite radical. BSD is a more community and academic standard to benefit everyone.

  73. GPL Software in Missiles by solprovider · · Score: 2, Funny

    That the receiver may not want it is no reason to violate the GPL. If you distribute the binary code, you must distribute the source code.

    Just include the source code in the "package".

    --
    I spend my life entertaining my brain.
  74. Re:IBM too? by Quino · · Score: 2, Insightful

    I was actually mostly objecting to his notion that:

    "Just because one tiny part of one division supports Linux ... "

    This is incorrect.

    "OSS is a new and very tiny part of IBM's busines"

    Also incorrect (more like corporate "core strategy", but whatever)

    So, I disagree with the basis for the conclusions (facts all wrong), and also disagree with the conclusions (personal opinion, but I differ). That's all. :)

    PS

    IBM has commited that all of its hardware will run Linux. The customer can still choose MS, but at least they have the choice of using nothing but Linux when they buy IBM hardware (and, I'm sure even more profitable than hardware for IBM, services)

  75. Backed by Microsoft by Peartree · · Score: 2, Funny

    "...industry body backed by Microsoft..."

    Of course they would tell them not to buy open-source/GPL software, or any other software for that matter, because they aren't buying M$.

  76. IBM? by walterbyrd · · Score: 2, Interesting

    That seems odd. I thought IBM was the great defender of the GPL. What with the IBM Linux servers, and SCOX vs IBM case, and all.

  77. Lobbying without representation by Syberghost · · Score: 2, Interesting

    I'd be very surprised if this organization has 100% of it's members asking them to do this, since IBM aggressively markets Linux solutions.

    Somebody in the media please ask IBM for a comment.