IP-WARS.NET - a forward command post of the IP Wars
create account| Front Page|Mission|Standard Operating Procedures|Operating Instructions(aka FAQ's)|Privacy Policy|Site Stats/Info|Admin Actions|Search
Sections:General|IP|SCO v World |Microsoft|grok*/OSRM|IPW Site Meta|Logbooks|Diaries|Legal Documents|View All Articles

What is "the most widely used FOSS license"?


Copyright Issues

By hgc, Section IP Articles
Posted on Wed Feb 16th, 2005 at 13:19:59 EST

I am an engineer and I am required to pay attention to small details. OK, I'll admit that I am anal retentive. Engineers that do not pay attention to small details wind up causing Mars landers to be Mars crashers for example.

I have been seeing the statement that "the GPL is the most widely used FOSS license" a lot recently. This statement disturbs me for two reasons.

Firstly, what is the metric? This statement is so vague that I have no idea what it means. Is it used by more authors of FOSS code? Is it used by more FOSS projects? Are there more lines of code available under this license? Please define what 'most widely used' means. Without defining a metric for 'most widely used,' it seems like a hollow marketing description. Not as vague as 'new and improved,' but you get my drift.

Secondly, I am not certain that it is even true. There is a huge amount of code available under BSD and MIT/X11 style licenses. I know that 10 years ago there was considerably more lines of code available under BSD and MIT/X11 style licenses then there was licensed by the GPL.

This bugged me enough that I decided to investigate.

Since I am an engineer, I think of software in terms of source lines of code counts. This is usually determined by a utility that counts the source lines of code in a given source file. The utility is designed for a particular language. The utility does not count blank lines or lines containing only comments. The resulting counts are dimensioned as LOC or kLOC (where k = 10^3, not 2^10).

The most meaningful metric to me would be to count all LOC released under each license. A sub-breakdown by programming language would also be useful. The LOC counter utilities used would need to be identified. A list of all of the source code packages analyzed, where they were obtained, and which versions would also need to be identified. This is a rather large task, and would probably make for a decent Master's Thesis.

After some googling, I have not been able to find any study that purports to have determined the current state of what license is 'most widely used'. If there had been a study, I am certain that they would have defined a metric. If anyone knows of such a study, please post any information you have as I will be extremely grateful.

It appears that the source of the statement that bugs me is this licensing page at the FSF website. Here is the pertinent part:

The commencement of the GNU project in 1984, with its goal to give users freedom, required the establishment of new distribution terms that would prevent the project being turned into proprietary software. The method used was Copyleft and the resulting license was called the GNU General Public License (GPL). Today the GPL version 2 is the most widely used Free Software license, and as its author, the FSF works to help the wider community use and comprehend it. FSF maintains a comprehensive resource covering free software licensing, including the very popular FAQ. [emphasis added]

There is no other information about this at the FSF site that I could find. Just this bald assertion. The same bald assertion can be found all over the place with google, but no supporting facts or details.

Since I couldn't find a study, I looked for other ways to prove or disprove this assertion. My metric is certainly out of the question for me to do, it would take months. Can a simpler metric be satisfactory?

Let's look at the license statistics at Freshmeat. This should give us a reasonable metric that is doable in a small amount of time. A visit to the stats page at Freshmeat yeilds some very useful information. At the bottom of the stats page is the Freshmeat license breakdown chart. This chart shows the number of freshmeat branches using each license. Branches are like projects, but some projects have more than one branch. I'll assume that counting the branches is the correct thing to do. If it is not, then we don't have much error anyway since there are 36,226 projects and 38,675 branches. Close enough for government work in either case.

Wow. This is rather telling. Here is an abbreviated portion of the license breakdown (I deleted everything below 1% except for Apache, Perl, MPL and a few others. I also deleted any licenses that are not FOSS):

License Branches Percentage
GNU General Public License (GPL) 26,254 68.00%
GNU Lesser General Public License (LGPL) 2,274 5.89%
BSD License (original) 1,369 3.55%
BSD License (revised) 741 1.92%
Artistic License 694 1.80%
MIT/X Consortium License 486 1.26%
Public Domain 480 1.24%
OSI Approved 383 0.99%
The Apache License 278 0.72%
Mozilla Public License (MPL) 221 0.57%
Perl License 151 0.39%
The Apache License 2.0 100 0.26%
GNU Free Documentation License (FDL) 56 0.15%
Python License 54 0.14%
The PHP License 47 0.12%
Academic Free License (AFL) 22 0.06%
The Clarified Artistic License 9 0.02%

Using the metric 'license used by branches at Freshmeat' the GPL is clearly the most widely used Free and Open Source Software license by a rather wide margin at this point in time. Even without adding LGPL to the GPL total.

With this huge margin, it appears that the GPL would be the most widely used FOSS license by any metric. Some of the MIT/X11 and BSD projects have a very large LOC count, X.org in particular is huge, but then so does the Linux kernel, glibc, Gnome, Emacs, etc.

I could have sworn that there would still be more BSD/MIT/X11 code than GPL code, but it looks like I was wrong.

In case you wondered, I have only ever used the GPL for my own FOSS work. I would use a BSD/X11 style license in certain circumstances, but those circumstances have not yet arisen.

I am now off to eat my trackball. I wonder if a Trackman Marble tastes better with some Habanero sauce.

< Microsoft DRM is as secure as MSFT windows (49 comments) | SCOXE - A delisting timeline (40 comments) >
Display: Sort:
What is "the most widely used FOSS license"? | 97 comments (88 topical, 9 editorial, 2 hidden)
"the most widely used FOSS license"? (4.00 / 8) (#10)
by pgk (PG_King zzzzzzz (yahoo.com)) on Wed Feb 16th, 2005 at 15:03:04 EST
(User Info)
Of course with BSD (Revised) and Public domain (at least) it'd be pretty difficult to show how much the code actually is used.

We know some versions of Windows used BSD code for the TCP/IP stack, and since Windows is pretty widely used on the desktop and in certain server areas I guess that counts as pretty widly used.

Of course that's just one example BSD code finds itself everywhere. e.g. copied into SysV, so quite possibly in Solaris and AIX.  And of course OSX.

BSD code certainly exists in linux (e.g some drivers). I've read in the past (but can't locate now) that the code in Linux which is BSD if it get's modified linus would prefer the modifier to retain the dual licensing, rather than the new code just being GPL, it wasn't an issue which had arisen but he want as far as to suggest he'd probably reject the code it the author didn't do that.

So we've probably got BSD code used at one time or other on just about every major desktop and server OS.


  • Re: "the most widely used FOSS by br3n, 02/16/2005 15:16:01 EST (3.50 / 6)
What is "the most widely used FOSS... (3.80 / 5) (#20)
by Sunny on Fri Feb 18th, 2005 at 09:32:11 EST
(User Info) http://www.streetdrummers.org/guarana
Here's some prior art.

Another metric: total execution time (3.75 / 8) (#12)
by vm hacker on Thu Feb 17th, 2005 at 00:30:37 EST
(User Info)
The problem with total line count is that it isn't normalized for popularity.  There are millions (billions?) of lines of code under a FOSS license that are simply not used or maintained by anybody.

I think popularity should count.  A better metric would be the total execution time of all machines for all code run under a specific license (for some period of time).

  • Re: Another metric: total execution time by mikey, 02/17/2005 00:41:12 EST (3.71 / 7)
    • Re: Another metric: total execution time by harlan wilkerson, 02/18/2005 12:51:28 EST (4.40 / 5)
    • Re: Another metric: total execution time by Sunny, 02/19/2005 11:08:57 EST (3.75 / 4)
      • Re: Another metric: total execution time by mikey, 02/19/2005 11:58:54 EST (4.00 / 4)
        • Re: Another metric: total execution time by Sunny, 02/19/2005 12:07:56 EST (3.50 / 4)
      • Re: Another metric: total execution time by Sunny, 02/19/2005 12:13:51 EST (3.50 / 4)
Re: "the most widely used FOSS license" (3.50 / 8) (#14)
by justsalt on Thu Feb 17th, 2005 at 12:56:22 EST
(User Info)
You should have another choice:
Release in the Public Domain.

Since I work for the government (and the results are not classified) that is the license of all my code.

  • Re: "the most widely used FOSS license" by mikey, 02/17/2005 15:23:15 EST (3.80 / 5)
    • Re: "the most widely used FOSS license" by hgc, 02/17/2005 18:24:09 EST (4.00 / 7)
      • Re: "the most widely used FOSS license" by harlan wilkerson, 02/17/2005 19:20:55 EST (4.00 / 7)
        • Re: "the most widely used FOSS license" by codswallet, 02/17/2005 20:42:22 EST (4.00 / 5)
          • Re: "the most widely used FOSS license" by harlan wilkerson, 02/17/2005 21:58:39 EST (4.60 / 5)
            • Re: "the most widely used FOSS license" by codswallet, 02/18/2005 12:34:02 EST (4.40 / 5)
              • Re: "the most widely used FOSS license" by mikey, 02/18/2005 12:46:24 EST (4.00 / 4)
                • Re: "the most widely used FOSS license" by codswallet, 02/18/2005 12:53:54 EST (3.80 / 5)
                  • Re: "the most widely used FOSS license" by mikey, 02/18/2005 13:03:23 EST (4.00 / 4)
                    • Re: "the most widely used FOSS license" by Potential Recruit, 02/19/2005 06:44:33 EST (4.00 / 6)
                      • Re: "the most widely used FOSS license" by mikey, 02/19/2005 11:47:13 EST (4.33 / 6)
                      • Re: "the most widely used FOSS license" by Potential Recruit, 02/19/2005 09:06:52 EST (3.55 / 9)
                        • Re: "the most widely used FOSS license" by Sunny, 02/19/2005 12:00:58 EST (4.00 / 5)
                          • Re: "the most widely used FOSS license" by Potential Recruit, 02/19/2005 16:02:05 EST (3.20 / 5)
                            • Re: "the most widely used FOSS license" by Sunny, 02/19/2005 16:34:40 EST (4.00 / 5)
                              • Re: "the most widely used FOSS license" by Potential Recruit, 02/20/2005 10:30:19 EST (3.20 / 5)
                                • Re: "the most widely used FOSS license" by Sunny, 02/21/2005 10:37:47 EST (4.00 / 4)
                                  • Re: "the most widely used FOSS license" by harlan wilkerson, 02/21/2005 12:42:39 EST (3.80 / 5)
                                    • Re: "the most widely used FOSS license" by Potential Recruit, 02/23/2005 20:25:34 EST (3.75 / 4)
                                      • Re: "the most widely used FOSS license" by harlan wilkerson, 02/24/2005 15:08:54 EST (4.00 / 4)
                                        • Re: "the most widely used FOSS license" by Potential Recruit, 02/24/2005 20:06:01 EST (4.00 / 6)
                                          • Re: "the most widely used FOSS license" by harlan wilkerson, 02/24/2005 21:02:37 EST (4.33 / 6)
                                            • Re: "the most widely used FOSS license" by Potential Recruit, 02/27/2005 08:19:11 EST (3.00 / 4)
                                              • "The most widely used FOSS license" Pt 2 by harlan wilkerson, 03/02/2005 20:48:23 EST (4.40 / 5)
                                                • Re: "the most widely used FOSS license" by Potential Recruit, 03/03/2005 19:59:39 EST (3.33 / 3)
                                                  • Re: "the most widely used FOSS license" by harlan wilkerson, 03/04/2005 08:25:02 EST (2.40 / 5)
                                                    • Re: "the most widely used FOSS license" by Potential Recruit, 03/04/2005 19:20:35 EST (1.33 / 6)
                                              • Re: "the most widely used FOSS license" by codswallet, 03/02/2005 21:47:50 EST (4.00 / 4)
                                                • Re: "the most widely used FOSS license" by Potential Recruit, 03/03/2005 19:51:42 EST (3.80 / 5)
                                              • Re: "the most widely used FOSS license" by harlan wilkerson, 03/02/2005 19:39:40 EST (3.75 / 4)
                                                • Re: "the most widely used FOSS license" by Potential Recruit, 03/02/2005 20:48:45 EST (3.25 / 4)
                                                  • Re: "the most widely used FOSS license" by harlan wilkerson, 03/02/2005 20:56:30 EST (3.75 / 4)
                                                    • Re: "the most widely used FOSS license" by Potential Recruit, 03/03/2005 19:40:37 EST (2.80 / 5)
                                                      • Re: "the most widely used FOSS license" by harlan wilkerson, 03/04/2005 08:19:45 EST (4.50 / 4)
                                                        • Re: "the most widely used FOSS license" by Potential Recruit, 03/05/2005 11:10:33 EST (3.20 / 5)
                                                          • Re: "the most widely used FOSS license" by harlan wilkerson, 03/08/2005 07:01:57 EST (4.00 / 5)
                                                            • Re: "the most widely used FOSS license" by codswallet, 03/08/2005 08:58:28 EST (4.00 / 4)
                                                            • Re: "the most widely used FOSS license" by Potential Recruit, 03/09/2005 19:52:57 EST (2.75 / 4)
                                                              • Re: "the most widely used FOSS license" by harlan wilkerson, 03/09/2005 21:24:10 EST (4.00 / 4)
                                                                • Re: "the most widely used FOSS license" by Potential Recruit, 03/10/2005 07:14:17 EST (1.33 / 6)
                                                                  • Re: "the most widely used FOSS license" by harlan wilkerson, 03/10/2005 19:39:12 EST (3.00 / 3)
                                                                    • Re: "the most widely used FOSS license" by Potential Recruit, 03/10/2005 19:44:01 EST (1.00 / 4)
                                                    • Re: "the most widely used FOSS license" by Potential Recruit, 03/03/2005 06:46:45 EST (2.66 / 3)
                                                • Re: "the most widely used FOSS license" by Potential Recruit, 03/02/2005 20:35:59 EST (3.00 / 5)
                                                  • Re: "the most widely used FOSS license" by harlan wilkerson, 03/02/2005 20:52:08 EST (3.75 / 4)
                        • Re: "the most widely used FOSS license" by harlan wilkerson, 02/19/2005 10:59:53 EST (3.83 / 6)
                          • Re: "the most widely used FOSS license" by Potential Recruit, 02/19/2005 15:57:56 EST (1.14 / 7)
                            • Re: "the most widely used FOSS license" by harlan wilkerson, 02/19/2005 16:40:51 EST (3.00 / 7)
                        • Re: "the most widely used FOSS license" by pgk, 02/19/2005 10:01:45 EST (3.60 / 5)
                          • Re: "the most widely used FOSS license" by Potential Recruit, 02/19/2005 15:56:14 EST (3.75 / 4)
                            • Re: "the most widely used FOSS license" by Sunny, 02/19/2005 16:42:30 EST (3.75 / 4)
                              • Re: "the most widely used FOSS license" by Potential Recruit, 02/20/2005 10:24:43 EST (3.20 / 5)
                                • Re: "the most widely used FOSS license" by Sunny, 02/21/2005 10:14:54 EST (4.00 / 4)
                                  • Re: "the most widely used FOSS license" by Potential Recruit, 02/23/2005 20:45:58 EST (4.00 / 3)
                    • Re: "the most widely used FOSS license" by codswallet, 02/18/2005 13:14:38 EST (3.80 / 5)
                      • Re: "the most widely used FOSS license" by mikey, 02/18/2005 14:00:52 EST (3.75 / 4)
                        • Re: "the most widely used FOSS license" by codswallet, 02/18/2005 14:30:01 EST (4.40 / 5)
                        • Re: "the most widely used FOSS license" by Potential Recruit, 02/23/2005 20:51:12 EST (4.00 / 4)
              • Re: "the most widely used FOSS license" by harlan wilkerson, 02/18/2005 13:58:49 EST (4.00 / 5)
                • Re: "the most widely used FOSS license" by codswallet, 02/18/2005 14:22:36 EST (4.50 / 4)
                • Re: "the most widely used FOSS license" by total insanity, 02/18/2005 18:18:12 EST (4.14 / 7)
                  • Re: "the most widely used FOSS license" by Sunny, 02/19/2005 11:28:46 EST (4.50 / 4)
                    • Re: "the most widely used FOSS license" by nono2sco, 02/19/2005 12:24:54 EST (3.50 / 4)
                      • Re: "the most widely used FOSS license" by Sunny, 02/19/2005 14:20:52 EST (3.33 / 3)
                  • Re: "the most widely used FOSS license" by mikey, 02/18/2005 21:54:17 EST (4.20 / 5)
                    • Re: "the most widely used FOSS license" by harlan wilkerson, 02/18/2005 22:28:45 EST (3.83 / 6)
                      • Re: "the most widely used FOSS license" by mikey, 02/19/2005 12:43:10 EST (4.00 / 3)
                        • Re: "the most widely used FOSS license" by harlan wilkerson, 02/19/2005 15:41:41 EST (4.25 / 8)
                        • Re: "the most widely used FOSS license" by Sunny, 02/19/2005 14:37:23 EST (3.66 / 6)
                      • Re: "the most widely used FOSS license" by Sunny, 02/19/2005 11:42:49 EST (3.80 / 5)
                  • Re: "the most widely used FOSS license" by br3n, 02/18/2005 18:44:20 EST (3.75 / 4)
                  • Re: "the most widely used FOSS license" by nono2sco, 02/18/2005 18:24:43 EST (3.50 / 4)
Re: "the most widely used FOSS license" (2.50 / 4) (#70)
by Potential Recruit on Sat Feb 26th, 2005 at 15:27:46 EST
Nonsense.

Right.

US government employees work in many locations overseas.

I guess you think that's supposed to be some kind of revelation.

The US copyright act doesn't have any extraterritorial applicability at all.

That's not what the U.S. Copyright Office says. There have been bilateral copyright agreements in force with Germany in particular since 1887.
http://www.copyright.gov/circs/circ38a.html#2003

Status of forces agreements usually require the US armed forces to observe host nation laws.

Under what conditions? In terms of your service to the US government?
That's not what the NATO SOFA says.

For example German copyright and contract law apply in Germany.

They can apply in the United States as well.

The status of forces agreement even prohibited the Armed Forces from making local purchases over $100,000 except through German government contracting officers,

There are all kinds of provisions to the NATO SOFA as well as other arrangements made directly with governments individually. The notion that that had any bearing on your service to the United States while stationed in Europe or that any Federal regulation or law was negated or superseded doesn't seem to me to have any basis. It might come as a surprise to Congress and the Department of Defense also.

i.e. they are the government there not our Congress.

True enough, but under what conditions and with what jurisdiction? In terms of your service to the US government when stationed in Europe? You're sure you know the terms of the NATO SOFA?

You seem to want to argue about the some hypothetical situation, while I am talking about actual cases.

Let's talk about it.

The US government commissioned me to make a derivative work based upon another work of foreign origin that was merely licensed to the armed forces.

The United States in all its branches respects the copyrights of all nations with which it has treaties to that regard, any licensing terms would naturally be complied with, including gaining license to approve the creation of such derivative work you mention. Furthermore: the US Government "commissioned" you? Were you performing your duties as a member of the armed forces or were you acting as an individual on your own behalf in contract with the US government? Either is possible, the latter has different implications on the nature of the resulting work, but none with respect to your geographic location.

100% of this activity happened in a country where the US copyright law has no bearing on anything at all, i.e. neither copyright nor the law of contracts.

Do you really mean that? You're full of surprises.

The work was used by the US Air Forces in Europe (USAFE) and was never distributed without copyright restrictions and was never placed in the public domain.

So it was a derivative work, your contributions to which did not alter or change the scope or nature of the copyright material on which it was based. That's independent of whether or not your work was performed in your service to the armed forces. The US government in its branches comprises a single entity, so if your work was never distributed outside of USAFE it was never distributed. It would have the same copyright restrictions and licensing terms of the underlying work.

If someone on the Internet tells me that the US government is capable of being out of compliance with its own laws on the basis of deploying its agencies or agents outside US territory I'm the one who'll say nonsense.

Bye bye spambot (none / 1) (#95)
by Potential Recruit on Mon Nov 27th, 2006 at 10:20:55 EST
This used to be a spambot post that is flooding the site. Due to volume, I had to resort to this while I work to block access by these bots. My apologies - thanks for your patience.

Jeff

Bye bye spambot (none / 0) (#97)
by Potential Recruit on Tue Nov 28th, 2006 at 12:21:29 EST
This used to be a spambot post that is flooding the site. Due to volume, I had to resort to this while I work to block access by these bots. My apologies - thanks for your patience.

Jeff

What is "the most widely used FOSS license"? | 97 comments (88 topical, 9 editorial, 2 hidden)
Display: Sort:

Links

Firefox 2

Use OpenOffice.org

Add to Technorati Favorites

Join EFF Today

ToTehMoon web site button

~ Merkey v The Internet et al Docs
~ Yahoeuvre
~ tuxrocks.com (SCO cases legal docs)
~ scofacts.org
~ eagle.petrofsky.org
~ Zen's Den
~ Yahoo SCOX Message Board
~ Lamlaw
~ Microsoft Watch
~ Groklaw
~ Korgwal - a Groklaw mirror
~ nosoftwarepatents.com
~ Flame Warriors
~ SCOXE Wars
~ Get your Merkey Number here!
~ Digital Law Online

Recent Comments

Breaking News and External Article Comments
General News – General Articles
by ColonelZen, January 5
60 comments
» SCO Lifeboat List from Stats_for_all – AncientBrit, May 6
» Not a single comment on the Novell... – sphealey, Jul 22
» Re: Not a single comment on the Novell... – AncientBrit, Aug 8

Eagle Loses Appeals
General News – General Articles
by JCausey, December 15
1 comment
» Re: Eagle Loses Appeals – br3n, Jan 7

The Chinese Room Revisited, Thoughts on...
General News – Diary
by ColonelZen, November 24
1 comment
» Re: The Chinese Room Revisited,... – ColonelZen, Nov 24

How to Transition a Windows Shop to Linux
General News – General Articles
by JCausey, November 21
3 comments
» Re: How to Transition a Windows Shop to... – ColonelZen, Nov 22
» Re: How to Transition a Windows Shop to... – JCausey, Nov 23
» Re: How to Transition a Windows Shop to... – ColonelZen, Nov 23

Advocacy
General News – Diary
by br3n, October 29
3 comments
» Re: Advocacy – br3n, Nov 2
» Re: Advocacy – ColonelZen, Nov 2
» Re: Advocacy – br3n, Nov 4

Very Bad News for Darl and Ralph
SCO v The World – Diary
by ColonelZen, October 13
7 comments
» Re: OT advocacy – br3n, Oct 26
» Re: OT advocacy – JCausey, Oct 28
» Re: OT advocacy – br3n, Oct 29

Some SCOX Financial Analysis
SCO v The World – SCO Related Articles
by JCausey, September 21
13 comments
» Re: Some SCOX Financial Analysis – br3n, Oct 3
» Re: Some SCOX Financial Analysis – ColonelZen, Oct 3
» Re: Some SCOX Financial Analysis – br3n, Oct 6

Open Source in Education - Opening Doors
General News – General Articles
by JCausey, September 28
1 comment
» Re: Open Source in Education - Opening... – br3n, Sep 29

An IPOWER ful experience
General News – Diary
by ColonelZen, September 25
6 comments
» IPOWER SysAdmin Doesn't Do Weekends!! – ColonelZen, Sep 29
» Re: An IPOWER ful experience – ColonelZen, Sep 29
» Re: An IPOWER ful experience – ColonelZen, Sep 29

Learning C#
Microsoft – Diary
by ColonelZen, September 23
1 comment
» Re: Learning C# – ColonelZen, Sep 23

Comment search...
What FOSS license do you use?
~ GPL/LGPL - Let Bill's minions write their own code. 73%
~ modified BSD/MIT/X11 or similar - Almost PD, but keep my copyright notice. 20%
~ Artistic - JAPH. 0%
~ MPL - The web browser is the platform. 0%
~ Apache license - The web server is the platform. 0%
~ Beer license - You like my code, buy me a beer. 6%
~ No license - My source code is a trade secret. 0%
~ Proprietary Source Code licenses only. 0%
~ I use many different licenses. 0%
~ CowboyNeal General Pubic License. 0%

Votes: 15
Results | Other Polls
-->

Recent Diaries

SCO has a Potential and Credible BILLION Dollar Liability
by ColonelZen - March 15

The Chinese Room Revisited, Thoughts on Consciousness
by ColonelZen - November 24
1 comment


Advocacy
by br3n - October 29
3 comments


An IPOWER ful experience
by ColonelZen - September 25
6 comments


Learning C#
by ColonelZen - September 23
1 comment


Getting ruby DBI for Mysql and Postgresql working on FC 6
by ColonelZen - March 7

Declaration of Linus Torvalds
by nedu - February 13
1 comment


Declaration of M. Douglas McIlroy
by nedu - February 12
6 comments


Declaration of Ulrich Drepper
by nedu - February 11
1 comment


Declaration of K. Y. Srinivasan
by nedu - February 11


More Diaries...

Login

Make a new account

Username:
Password:

Older Stories

Monday May 28th
Why SCO Does Not Own the Unix Copyrights
   (0 comments)

Thursday April 5th
It Can Really Happen - Eagle Broadband Delisting from AMEX
   (5 comments)

Monday March 12th
OpenOffice.org Sends Open Letter to Dell
   (0 comments)

Tuesday March 6th
Preliminary Order in Prohibition
   (2 comments)

Monday January 15th
[Linux-ia64] optimizing __copy_user
   (12 comments)

Older Stories...

Related Links

~ Freshmeat
~ licensing page at the FSF
~ stats page at Freshmeat
~ Freshmeat license breakdown
~ More on Copyright Issues
~ Also by hgc

SourceForge Logo Powered by Scoop

All trademarks and copyrights on this page are owned by their respective companies or owners.
Comments, articles and logbooks are owned by the Poster. By posting on the ip-wars.net web site, all posters grant a license to ip-wars.net to publish the content and release it pursuant to the Creative Commons License that covers the rest of the site. For more details, please check out the Standard Operating Procedures. Also, please read the Privacy Policy for the site. Finally, DO NOT send e-mail to the site owner (Jeff Causey) unless you have read and agree to the terms regarding e-mail included in the Standard Operating Procedures.
Everything else © 2004, 2005, 2006, 2007 ip-wars.net and Jeffrey G. Causey and is licensed under a
Creative Commons License
This work is licensed under a Creative Commons License.