|
From: Konstantin S. <kon...@gm...> - 2008-01-21 17:14:27
|
Ehm... This notice was not added by the googlecode site :) I am google employee and hence the results of my work are *copyrighted* by google. But, they are *licensed* under BSD license which means that anyone is free to do whatever he/she likes with these files except for removal of copyright notice. Few files from valgrind (e.g. valgrind.h, helgrind.h) are also published under BSD. If/when I create helgrind's fork on code.google.com it will be under GPL (I am not allowed nor willing to break it :) ) --kcc On Jan 21, 2008 7:32 PM, Bart Van Assche <bar...@gm...> wrote: > On Jan 21, 2008 4:34 PM, Konstantin Serebryany > <kon...@gm...> wrote: > > > > I am working on a test suite for helgrind (and potentially any other > data > > race detector). > > In order to simplify things for myself I've created a separate project > > http://code.google.com/p/data-race-test/ but if you find anything useful > > there please put it into valgrind svn. > > I will be grateful for any suggestions regrading missing test cases. > > The main file of the test suite is > > > http://data-race-test.googlecode.com/svn/trunk/unittest/racecheck_unittest.cc > > Sounds very interesting. But are you sure it is a good idea to use the > googlecode.com website ? I had a look at the aforementioned file, and > found message at the top of the file: > > // Copyright 2008, Google Inc. > // All rights reserved. > > This means that Google Inc. is now owner of the file > racecheck_unittest.cc, and that you lost all rights on the sourcecode > (distributing, editing, viewing, ...). The Valgrind source code is > licensed under GPLv2. I'm not sure Google's copyright statement is > compatible with GPLv2. > > Regards, > > Bart. > |