From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b3a175786beb9c7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-10 10:17:49 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: SourceForge vs Savannah Date: 10 Oct 2003 13:14:00 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1065806234 25577 128.183.235.92 (10 Oct 2003 17:17:14 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 10 Oct 2003 17:17:14 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:629 Date: 2003-10-10T17:17:14+00:00 List-Id: chris writes: > Stephen Leake wrote: > > Could you expand on this? What's "T&C". Hmm - Terms & Conditions? > > Yeah, Terms and Conditions. (I forget what it's really called! Is it > ToU (terms of use), tos (terms of service) or ...?), I have a slot on > there for a really old dead project, but about every two months I get > an email saying SF haved changed the conditions. About a year ago I > heard sf.net where trying to benefit from others code by trying to > take ownership of it in the T&C's. I don't know if it's true, but > given that they keep changing the T&C's and it's hard to keep up, I've > been avoiding them. That was my impression; they were moving towards being more "commercial" and less "open". > True. Savannah is less well known than sf.net. Do a bit of research > before picking one. You might get bitten by sf or savannah and be > better off on your own. Savannah is run by the Gnu project, which is pretty fanatical about Free Software (as in the GPL), so I would expect them to be better in that area than SourceForge. But I do need to read their T&C :). > If you do pick one of these and have some > kind of version control (CVS?) I'd be interested in how to transfer > everything up there so people can access the entire history of the > project (most of my code is in CVS from the beginning). Savannah uses CVS. You can import source into a CVS repository. I'm not sure you can import a current CVS repository as a whole, but I vaguely remember reading that you could. > >>I would be willing to submit some of my work provided I got the > >>ability to work on it and extend it. I would even be willing to hand > >>over my copyright, again providing I got the ability to play with it > >>(also some credit) and it was some kind of group. > > That's what licensing is all about. The GPL, or the GMGPL, gives you > > what you are asking for. > > Yes, but I think Frank was suggesting a unified distribution of > things. What happens if people own different bits of something that is > distributed? There are all sorts of complications arising from > differences in license for various bits. A copyright owner can > usually change the license, but the person who puts all the bits > together cannot change the license of the separate bits to a single > license. Right. The simplest thing for the library managers and users is to have one license for all code in the library (I vote for the GMGPL). Yet another impediment to getting started. Boost does not have a single license, but has some requirements on what the license must say (http://www.boost.org/more/lib_guide.htm#License); we could try something like that. -- -- Stephe