On Tue, 2009-07-14 at 15:30 -0400, Joe Mason wrote: > None of the files I've looked at in mingw/mingwex/wince have copyright > info in the file, and there's no single copyright file in that dir.
Some do have a copyright. Most don't. access.c : free to .. but include copyright (DJ Delorie) asctime.c, chmod.c, close.c, ctime.c, fdopen.c, freopen.c, futime.c, gmtime.c, isalnum.c, isalpha.c, iscntrl.c, isgraph.c, islower.c, isprint.c, ispunct.c, isspace.c, isupper.c, isxdigit.c, localtime.c, lseek.c, mktime.c, open.c, read.c, rename.c, strftime.c, tempnam.c, time.c, _tolower.c, _toupper.c, unlink.c, utime.c, wcsftime.c, write.c : none bsearch.c, lfind.c : BSD chsize.c, findfile.c, mb_cur_max.c, mkdir.c, rmdir.c, stat.c : PD timeutil.c : free to .. (ruby) I believe many of the "none" cases are Pedro's. They're from his 2007-02-03 commit. I'll ask him offline (in case he doesn't catch this message on the list) whether he wrote all of these. > However, the mingw parent dir has ad DISCLAIMER file that says: > > > /* > > * DISCLAIMER > > * This file has no copyright assigned and is placed in the Public Domain. > > * This file is a part of the mingw-runtime package. > > * > > * The mingw-runtime package and its code is distributed in the hope that > > it > > * will be useful but WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESSED OR > > * IMPLIED ARE HEREBY DISCLAIMED. This includes but is not limited to > > * warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > * > > * You are free to use this package and its code without limitation. > > */ > > Does this apply to the wince subdir as well? Is the code there public > domain? If not, what is the license on that code? > > Thanks, > Joe Depending on Pedro's answer. Probably: yes. The only "gotcha" is in the phrasing of both the DJ Delorie and BSD licenses : it's very hard to make a binary produce the copyright messages. So anything linked with this must be shipped with those copyright messages in separate files. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel