On Jan 21, 2008 4:34 PM, Konstantin Serebryany
<[EMAIL PROTECTED]> 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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to