Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Unix Operating Systems Software

SCO Makes Open Source Contributions 68

Ethanol writes: "SCO announced this morning that they're releasing cscope (a really, really sharp development tool for large C/C++ projects) and will soon release fur (a profiling/analysis/reordering tool for relocatable binaries that can speed up execution times quite a bit) under the BSD license. See their press release for details. "
This discussion has been archived. No new comments can be posted.

SCO Makes Open Source Contributions

Comments Filter:
  • Microsoft has just enough pride to go incorporate the source into another product (quietly), and then promote it as a feature. They (supposedly) have and will continue to use software stolen from BSD - the Win2K TCP stack apparently bears great resemblence to the OpenBSD stack. I wouldn't put it beyond them. SCO needs to remember that by entering into open-source, they trod on a fine line with competing with Microsoft on a general scale. But good for them - it shows that they truely believe that open source will previal in the end. Heck, I wouldn't even care if they kept the kernel proprietary, and their X server proprietary, and just made all of the user-land tools open-source. That'd be fine with me - I am a BeOS user.

    ---------------------------------
  • IIRC there was a less than 100,000 lines limit for cs. Do you know if this is a problem still?
  • Microsoft used to own a piece of SCO via the deal that got SCO Xenix. But Microsoft not so recently divested it's investment in SCO (I think in the past 2 or 3 years). Since then, SCO's been standing on it's own legs... But even before that, Microsofts involvement with SCO was minimal, or even non-existant.... Otherwise, NT would probably have all sorts of nifty gadgets from SCO's products, and vice versa... Unixware and Openserver would have surely included all sorts of licensed Microsoft technologies, making them 100% compatible with Windows services and breaking away from most Unix standards.

    My opinion.
  • There has been a free version of cscope for quite a while now. It's called cs and available from ftp://cantor.informatik.rwth-aachen.de/pub/unix/.

    In my experience, cscope is much better than cs for anything but very small projects. With small projects cs is fine, but when I tried to use it to dig into the Apache source code, all I got were seg faults. Meanwhile cscope just kept on running.
  • Cscope is harcoded to use /usr/tmp which doesn't exist on all systems. You can either set the TMPDIR environment variable to, say /var/tmp, make a symlink from /usr/tmp to /var/tmp or modify the TMPDIR #define in common/main.c and recompile cscope to fix it once and for all. With access to the tmp dir, it works fine.
  • I was all over the download pages at SCO and there is no "Ancient UNIX" there (yet?). I did find products as described in the article so they are off to a good start. I am thinking my 4.4BSD-Light with a copyright date of 1994 will have to wait a while for system V neighbor; in the CD rack that is. -d
  • They (supposedly) have and will continue to use software stolen from BSD - the Win2K TCP stack apparently bears great resemblence to the OpenBSD stack.

    Hold on a minute there. I'm no fan of MS, but to call this stealing really misses the point. The BSD license specifically allows you to use licensed code in non-open commercial apps. Even if Win2K's TCP is an exact copy of BSD, it's not "stolen", because the license says it's OK. If it was GPLed code it'd be a different matter, but how can a copy of BSD code be "stolen"?

  • Not many companies will release their core products as open source unless they feel they have nothing left to be gained by keeping them proprietary. Witness Apple. Darwin's open, because it's based on Mach and the BSD's for one, for two, their OS is so much more than a kernel, there's nothing to be gained by keeping it proprietary. But Quartz (their display technology) remains closed, because if it were opened, it could migrate to every other OS and leave apple with no compelling reasons why people should use their particular brand of software.

    Be happy for the bones that are thrown... In time, maybe more companies will be more and more willing to hand more important pieces of their product line to the open source community. The chances of that plummet when people thumb their noses at them, insult them, etc...
  • Thanks for the link! Where are the moderators when you need them?

    Forget my other post about not finding the link. AND I understand, now, that it is not sys v, fine by me. -d

  • I agree with your reply. While I still feel like someone is throwing us a bone, I am gratefull for it and I'm looking forward to playing with it on the project I'm working on.

    When I asked for the good stuff you'll notice I was being sarcastic...notice the smiley emoticon at the end of my original post.

    Cheers
  • Cool, but where on the website are the ancient Unix versions?
  • When Redhat went public not so long ago, many /.ers pointed at RHAT's market cap and triumphantly stated that the first order of business should be acquiring SCO so they could release all of SCO's products under the GPL... Now SCO comes forward and starts releasing their products under even more lenient licenses and they get slapped for it?

    Of course they had to attack OpenSource way back when... It was untested in the business world, and all they saw was a competitor to themselves on the x86 turf they'ed chosen to live on... They've now realized that they still have some advantages in some areas, a good name among some of their customers, and are realizing that Linux is mainly headed for a collision course with Windows, and not themselves, so they're arming Linux better for it's battle.

    I say good for them! I hope that they can continue to revamp themselves to survive in the 21st century.
  • Please forgive my ignorance... but will this tool work with other languages?

    It looks like it is matches text strings in the source files.

    I haven't done much C or C++, but I work with PhP and HTML (i know it is not a language per say) daily, and PERL on occassion. And it looks like it could help me manage the larger sites i maintain.

    -ms2k

  • ...head on over to freshmeat and look up cbrowser, a nice TCL/Tk graphical front-end.
  • (This is not flamebait, I am serious.)

    Are you Cliff Stoll?
  • Please forgive my ignorance... but will this tool work with other languages?

    They seem to think it'll work with Java, though I've never tried this myself.

    It looks like it is matches text strings in the source files.

    That's part of it. A small part, really. You can do this with grep, after all. The advantage of cscope is that it can distinguish identifiers from things like comments, and find only identifiers, or only the ident's declaration. It'll also look for plain text strings or egrep expressions, but that's more of a convenience so you don't have to leave cscope, it's hardly the main feature.

    I haven't done much C or C++, but I work with PhP and HTML (i know it is not a language per say) daily, and PERL on occassion. And it looks like it could help me manage the larger sites i maintain.

    As it stands, I don't think you'll find it useful for anything but grepping for strings. It just wasn't designed with PHP/HTML in mind. But now that it's open source, hey, why not extend it yourself? :-) It's an extremely useful tool for large projects, now that we have the source it's time to start extending it!
  • I'm not talking cut-and-paste copying, but careful adaptation to the MS environment. One of the primary reasons (I think) they switched everything to NT was that it made porting easier - much code that didn't like DOS before now compiles out-of-the box on Win2K. They'd do it. Note how much BSD and GNU software is used on BeOS, which has a completely different OS paradigm.

    ---------------------------------
  • Cool, it works now.

    Thanks :)

    --

  • Yes, I too use cscope quite heavily at work. Interesting where it ended up. I'm pretty sure it used to be a AT&T product. In fact I believe we bought a license for a few hundred bucks from AT&T and that included source code. As to Emacs integration...There is cscope.el. Maybe not quite as tight as etags but I find it very useful. Gary
  • I'll consider myself corrected, then. I've had this sig for a few weeks - I guess nobody else noticed. Thanks.

    So you wouldn't correct Cliff, even if you had evidence? He seems like an OK guy, you probably would survive the experience ;)

  • cool. I've been thinking for a while that one of the things that mkae programs unnecessarily slow are ordering problems in libraries, symbol resolution and other dl* magic. if this 'fur' program makes that faster, we'll have to say thanks SCO.
  • Hmm I'd pay many adulations to then email privately :)
  • The press release also states that the
    "Ancient Unix Source" license is also now
    at not charge -- formerly $100. With this
    license you can also get BSD and Ultrix source!
    Goto mckusick.org. What with this and Solaris source available, why is anyone still hacking Linux?

  • I was worried that I'd have to grab the C grammar off the net and write one of my own Real Soon Now.

    You might try id-utils too (check freshmeat). I use id-utils.el in Emacs a lot on code I'm unfamiliar with. If you want to see who calls the function you're on, you just hit M-x gid and you get a list of hits in the compile buffer. Then you can just iterate through the list. Pretty cool.

    The thing I like about cscope, from what I've seen, is that it does more and generates the ID file dynamically. Choices are good!

  • by Anonymous Coward
    This seems to indicate that microsoft no longer holds a % in SCO at all.

    Microsoft SCHEDULE 13G [sec.gov]

  • If it was GPLed code it'd be a different matter, but how can a copy of BSD code be "stolen"?

    Well, in the legal sense, of course you can take BSD code and use it without telling anyone or recontributing your changes. However, it seems like a very mean thing to do. Of course, the BSD license still requires that users of the code redistribute the license and include the copyright notice. So if MS really did take the OpenBSD TCP/IP stack and use it without displaying the copyright, they _are_ in violation of the license (and therefore in some sense "stealing").

    I would be very interested if that allegation is true. And it would be great if OpenBSD could sue MS for copyright infrignment, as they don't get much money and while I don't like OpenBSD that much, I feel it is an important tool for network infrastructure.
  • According to my personal experience with Open
    Source projects (http://phplib.netuse.de) it
    takes at least 6 months starting with the release
    of proper documentation until you get the first
    developers who really grok what is going on.

    It takes at least 12 months for the project
    to get a proper community which is able to
    self-support itself. Finding developers with
    a vision who are able to develop the project
    beyond its current scope depends on luck and
    charisma. No time scope can ge given for that.
    © Copyright 2000 Kristian Köhntopp
  • by genki ( 174001 ) on Wednesday April 19, 2000 @07:04AM (#1123421) Homepage
    First of all, I'll echo the obligatory "BSD licencse rulez! GPL SUCKZ!" so that everybody else gets moderated at 0, Redundant.

    Secondly, I'd like to say that SCO is very brave releasing as BSD instead of GPL or a custom-designed licence deisgned to protect them. Under the BSD license, (IANAL) incorporation into proprietary products is allowed - that means that Mickeysoft could go off and take SCO's stuff and come out with Visual (insert name of SCO tool here)++. Good for them - it shows true faith in the Open Source community.

    Thirdly, this might be an experiment by SCO on Open Source. Let's not let them down - further openings will be good. Let's not forget that there is some virtue to SVR4 Unix, and I'd like to see some of those tools and abilities on Linux.

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

  • SCO is releasing additional source code for reference use in an effort to improve industry standard Open Source tools and technologies. These technologies will be available to download in the next few weeks. Additionally, SCO has simplified its "Ancient" UNIX program and waived the $100 processing fee. Anyone will be able to log onto the SCO web site and download historically preserved UNIX code for educational and non-commercial use.

    Putting aside the grammatical curiosity of how you historically preserve something, rather than preserving something historic, does this mean I can log in and look at old SYSV code, or is this something else entirely that I'm not getting?

  • Say what you will about SCO, but they have been in business for nearly/over (not sure which) 20 years. In that time they had a multi-user/multi-tasking OS called Xenix which ran on the lowly 286, at a time when MS said it couldn't be done, and before OS/2 was ever released.

    I applaud this initiative, and hope that they continue to support the community.
  • If I hadn't responded to this thread I'd moderate you down.

    Your comment is arrogant and uncalled for. Companies have to earn money. SCO is in the Unix business. Why bash them for a good deed?
  • Xenix was actually an offshoot of Microsoft work, so it seems unlikely that Microsoft would say it couldn't be done.
  • by alexhmit01 ( 104757 ) on Wednesday April 19, 2000 @07:13AM (#1123426)
    One of the big things Open Source advocates have been asking companies to do is BSD or GPL applications that they plan to drop support for. If they no longer plan to profit off them, why not allow the users to keep, maintain, and improve them. The real answer is the upgrade treadmill, but no need to discuss that.

    I am not terribly familiar with this product, but obviously this is a good thing, you can learn something from any sample of code.

    What I wonder, is when companies release their source code like this, how much do users pick it up, redistribute, etc.? I mean, Darwin and Mozilla looked dead for a while, but then they picked open some help (I know Mozilla did, did Darwin?). Mozilla and Darwin were HUGE projects, it makes sense that users took a while to jump in there. On the otherhand, will a project like this be picked up and improved by proponents of open source, or will we just say, "finally, they get it" take their software and run?

    I mean, the idea is, according to RMS, we have a fundamental right to copy digital data, and that licenses that prohibit this are fundamentally immoral, so he'll write a free OS that we can copy.

    The Linux community says, we'll work with corporate interests, because they can sell support. We'll help improve the product, and you can sell support for it and make lots of money.

    Now, is the latter true? Are we helping the companies that are releasing their source code with the promise that we will help, or are we grabbing their code and adding the useful bits into our pet GPL projects?

    Alex
  • This will benifit everyone in the programming community by pushing efforts in this direction.

  • by Greyfox ( 87712 ) on Wednesday April 19, 2000 @07:14AM (#1123428) Homepage Journal
    I work on a lot of commercial unices and Cscope is a VERY handy program analysis tool. It's kind of like a reverse etags -- you can query everyplace an identifier occurs (Including in the header files.) I was worried that I'd have to grab the C grammar off the net and write one of my own Real Soon Now.

    Now all we need is lint...

  • by Signal 11 ( 7608 )
    Where did the "Interview the SCO president" article [slashdot.org] go?

  • by crush ( 19364 ) on Wednesday April 19, 2000 @07:17AM (#1123430)

    This is bound to start a flamewar of some sort, but it's a question that I've wondered about for a while and the nifty GUI to this inspires it: I've found that Tcl/Tk is great for whipping up interfaces to C code but I remember that there were a lot of hard words spoken about the licensing by RMS. Is there still considered to be a problem with this for Free projects? If so then what other routes do people take for easily-portable GUI'ed software? Python+mxWindows? Qt? Gtk? I don't really like the last two options because of what I perceive as the amount of work involved in becoming familiar with them, but perhaps I'm wrong?

    <offtopic> Also, does anyone know how to get around the size limit using etags? < /offtopic >

  • by Phexro ( 9814 )
    Well, I downloaded it- it compiled ok, but sure doesn't seem to work.

    I run ./bin/cscope common/edit.c and it pops right up. Tab over to "Find this text string:" and enter "SOFTWARE" (appears twice in edit.c) - hit enter. Nothing happens, except "SOFTWARE" disappears from the input field.

    So- don't get all excited/agitated/irritated just yet.

    --

  • For those who missed SCO's ancient license annoucement last year (4-29-1999), here's
    the link. [sco.com]

    Slashdot may also mention the annoucement in its archive.

  • No, sorry, I just think his Klein bottles are really neat, and I don't have a web page which is non-cheesy enough to point people to :) So I just point them to his.

  • I thought you were FUD'ing the BSD license. Jokes are allowed. :)

    I think cscope will be immune to Microsoft. I believe Visual Studio already has a lot of the functionality of cscope built in. I say believe because I have not yet tried cscope; I have only read the man page.
  • One of the big things Open Source advocates have been asking companies to do is BSD or GPL applications that they plan to drop support for. If they no longer plan to profit off them, why not allow the users to keep, maintain, and improve them. The real answer is the upgrade treadmill, but no need to discuss that.


    I fully agree. In fact, I would like to suggest that companies with a history of doing this may enjoy better sales of their products overall, and less slow down in sales late in the product's life. The reason is that customers can expect to be able to get ports and bug fixes even if there are no new features. This is a kind of hybrid pricing/licensing scheme: new products sold as products, older ones sold as support contracts on open source code by the company most familiar with the code.

    What I wonder, is when companies release their source code like this, how much do users pick it up, redistribute, etc.? I mean, Darwin and Mozilla looked dead for a while, but then they picked open some help (I know Mozilla did, did Darwin?). Mozilla and Darwin were HUGE projects, it makes sense that users took a while to jump in there. On the otherhand, will a project like this be picked up and improved by proponents of open source, or will we just say, "finally, they get it" take their software and run?


    One way to encourage the products to live on would be to continue to offer support contracts for them after they are open sourced and to act as project coordinators. It could even be done with an official statement by the company that they aren't going to develop new features, but that they will roll them in if submitted and continue to do ports and any bug fixes needed by the people paying for the support contracts. As a good faith gesture, they can do the port to Linux as a kick off to open sourcing the project.
  • nothing i suppose, but it serves a different purpose. cscope is the *only* (and i seriously mean only) thing i miss about sco. that's it. (and you can run the sco version on linux x86 with iBCS).

    it's great to see it released, too bad i mostly do perl stuff now. :)
  • Many of you look at the BSD license, and say, well, companies can use the code and adapt it to their propietary products. Well, DUH! that's the whole point. For most of it's life, the BSD camp has been focused on improving computer design overall, not only their system.

    In most applications, you cannot just cut and paste code, you need to adapt it to fit your frame work, which makes it quite different. All that is left is the ideal on the design, which like standards, should be shared. The importance and the competitive edge is gained by the better implementation, well sometimes at least.

    The BSD camp practically fueled the used of the tcp/ip protocol, greatly due to their fact that's their tcp/ip stack was freely available for others to build on, and oddly enouhg, it is still arguably the fastest performer.

    Need i mention bind or apache? both improved by corporations despite their BSD license. The BSD license allows a greater corporate appeal to OSS. Great designs need to be shared ;)

    And for those who some how believe that th elinux ip stack is catching up... heh, try packet capture/shaping on a linux tcp/ip stock.... not fun... the reasons why anyoen doing serious network software would not choose the linux tcp/ip stack... ask junipernetworks why their choose freebsd ;)

    Well, those where my $0.25... before you blabbler away.. read a bit on the BSD mentality at freebsd.org [freebsd.org]

  • I think you picked on something of an edge case with OpenTracker. That software was only liberated a few weeks ago. It only runs on BeOS, which has a very small developer community. It isn't worth porting to some other platform, because all of its gee-whiz functionality depends upon the BeFS. So I wouldn't hold that up as a failure just yet.
  • by Anonymous Coward
    RMS's complaints about TCL weren't about licenses. (Surprise! he does occationally have opinions on on something other than software licenses.) He had fundamental problems with the way the language was designed.

    In 1994, he made his opinions public on the gnu-announce mailing list (gatewayed to Usenet in gnu.announce) in an article titled Why You should not use Tcl [pdx.edu]. This of course started a huge flame ware in gnu.misc.dicsuss and comp.lang.tcl. He followed it up with another article (which I can't find right now) which detailed his objections further. (I remember distinctly his stating that Tcl's arrays aren't true vectors since they don't have O(1) access)

    It was RMS's complaints about Tcl which caused the creation of Guile [fsf.org] project. The reason that Guile multiple translator front ends [fsf.org] was so that it could replace Tcl as an extention language with no user visible changes.

  • Very useful, thanks. I guess as my main interest is in Tk this might present me with a few more options. Thanks.
  • I care. I don't use SCO but my opinion of this act of donation is that they did a damn good thing. I love this tool and appreciate the release, Thank you SCO.
  • grope (GNU Rope) was gonna be a tool that does what it sounds like fur does, ie. re-order chunks of machine code in an executable to move bits of code that get used together next to each other, using profiling and what not. I got all excited about it, and then never heard of it again. Anyone out there know what happened to his project?
  • First of all, I'll echo the obligatory "BSD licencse rulez! GPL SUCKZ!"

    Why does someone have to post something like this every time something is open-sourced with a BSD license? It is getting to be the same as the "First" posters to me.

    Mickeysoft could go off and take SCO's stuff and come out with Visual (insert name of SCO tool here)++.

    They won't. It would be too obvious. Microsoft has too much pride. They don't want anyone to know that they are actively using open source. By anyone I mean businesses as opposed to us developers.
  • Why is it only 13.0? The latest version available from AT&T is 13.7, I think. I had a copy of 13.3 at a previous job, and I "ported" it to linux as well (there were maybe 2 minor changes needed). There is a commercial release available at http://www.gtlinc.com/Products/Cscope/cscope.html, which they call 14.0.
  • We're talking about Unix version 7 here, not SYSV.

  • Ummmm...

    Microsoft's first Xenix was released in 1980. SCO didn't release their Xenix until '83.

    With that said... I once ran a box (Altos 400 (an 80186 box at that)) with a very early version of MS-Xenix; it had to be one of the weirdest OSs I've ever seen. Hardly Unix like... but it was multi-user/multi-tasking.

    --

  • It will be a very welcome addition to have cscope join the ranks of code management tools - it's something I use at work a lot to navigate very quickly through a vast amount of code, and it has different strengths and weakness when compared with etags (Emacs Tags for the uninitiated).

    From my experience, cscope wins over Etags for navigation because it produces lists of likely jump points, whereas etags invoke with a tags search can leave you at some first level define which is not necessarily where you want to be (multiple #ifdef #define ... type calls muck up the etag reference lists). Cscope is also pretty speedy with its reference database, and can be stacked inside an editor, so you can do cscope -> editor -> cscope -> editor and then you can work back out by quiting the chosen level which makes it nice for chasing ideas through the code.

    On the other hand, the tight integration between etags and Emacs means that etags still comes in very useful for traversal of source files - it just doesn't quite offer the same flexibility that cscope does.

    Of course, I may have just started a major holy war, but such is life ...!

    Cheers,

    Toby Haynes

  • You might have to build the database first, before searching. I'm using cscope 13.3 on HP-UX, and I have to do something like:

    find -type f -print > cscope.files
    cscope -b -i cscope.files -f cscope.out
    cscope -d -f cscope.out

    YMMV, of course, since you have a later cscope than I do.

  • SCO (Santa Cruz Organization) ... is owned by Microsoft ... in some way, or were, at one point. I'm not really sure since Im a Linux zealot, not a UNIX expert.
  • Assuming it covers the same things as the previous 'Ancient UNIX' license, no, it doesn't include System V. It covers up to everything up to 32V, including Seventh Edition etc. This is enough to cover the encumbered parts of 2BSD and 4BSD as well.

  • In that case, I have no trouble correcting your sig ;) It is "nickel" not "quarter." I have the Dilbert on my wall here. :)
  • I was worried that I'd have to grab the C grammar off the net and write one of my own Real Soon Now.

    There has been a free version of cscope for quite a while now. It's called cs and available from ftp://cantor.informatik.rwth-aache n.de/pub/unix/ [rwth-aachen.de].

    Both versions work with the graphical tcl/tk interface cbrowser [ziplink.net].

    --

  • Just a reminder...

    MS OWNS part of SCO, so they are probably able to get what they want anyways.

    Through Open Desktop 3.0, SCO bundled a Unix port of Microsoft C (ODT2 got C5.1, and ODT3 got C6). Microsoft also created a port of (DOS) MS Word 5.0 for SCO Unix. It ran on ASCII terminals and under X.

  • Best place to start looking for things like this is ftpsearch [lycos.com]. Doing that, it looks like SCO themselves are now providing it. You can get cscope.el [sco.com] directly from them via ftp.

    Gary
  • Sure, I agree with the idea of making up my own mind, but in the process of doing that it is useful to find out what others think. RMS is someone who has spent a good deal of time thinking about this stuff and has, dare I say it, some pretty neat ideas. I want what I produce to be acceptable to the Free Software and Open Source community and I know that Tcl/Tk was not listed in the OSS acceptable licenses page. Given that other stuff has been sorted out (like Qt) I am wondering what the current status with Tcl/Tk is.
  • by Zoltar ( 24850 ) on Wednesday April 19, 2000 @09:25AM (#1123456)
    **Of course they had to attack OpenSource way back when... **

    I respectfully disagree. Instead of viewing it as competition they could have viewed it as free promotion for *nix and embraced it. Linux was the media darling. You couldn't click on a website without seeing Linux. That was the marketing opportunity of a lifetime. All they had to do was come out and pay lip service to Linux for a ton of free PR. They had to realize that people were going to try Linux regardless of what they said. Why shoot yourself in the foot?

    I don't wish any ill-will on them but I think you will see them slowly go away (they already are) as Linux becomes more enterprise ready.

    Also...this looks like a nifty tool, but it seems like they are just throwing us a bone. Come on guys, if you want to do something for the Linux community give us the good stuff :)
  • Why does someone have to post something like this every time something is open-sourced with a BSD license? It is getting to be the same as the "First" posters to me.

    Sorry - I was joking. Didn't mean to sound like that - I just don't want to hear anything of that from the rest of the line. I use a BSD license in stuff that I do, but I don't jump around over the GPL like that.

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

  • cscope + xvi (vi in an xterm) is the only IDE I need. And since I've discovered this week that you can query cscope non-interactively from the command line, I use it when writing scripts to parse code rather than having to build that intelligence into my scripts. It isn't perfect (especially when you combine c code and assembly) but it's usually close enough that you can find the spot you're looking for.

  • It tends to be a mixed bag - near as I can tell, I'm the only one creating a derived work from OpenTracker [opentracker.org], and I am fixing bugs as I go (I'll submit the patches soon, promise...). There seems to be nobody except a couple of developers on the whole OpenTracker project - developers that have been with it from the beginning. Other projects tend to go faster. But companies forget that they need to nurture the development before the rest of us kick in.

    By the way, some companies' open-source-project pages are intimidating - they don't seem to welcome me into the development. Perhaps all companies that start a project should get a sourceforge server to host the development - it's much more friendly!

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

  • by crush ( 19364 ) on Wednesday April 19, 2000 @07:42AM (#1123460)
    What's wrong with LClint [virginia.edu]?
  • me-me-me sounds more like a conservative ideology than a liberal one.

Business is a good game -- lots of competition and minimum of rules. You keep score with money. -- Nolan Bushnell, founder of Atari

Working...