google / cmockery

A lightweight library to simplify and generalize the process of writing unit tests for C applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COPYING appears to contradict actual license

GoogleCodeExporter opened this issue · comments

COPYING[1] (incorrectly) indicates that cmockery is distributed under a BSD
license.

[1] http://code.google.com/p/cmockery/source/browse/trunk/COPYING

Original issue reported on code.google.com by matsl...@gmail.com on 16 Nov 2009 at 10:36

@stewartmiles — I just noticed this myself; can you please look into this?

Which one is the correct license for this repo? Google standard is to have only a LICENSE or LICENSE.txt file, which suggests the COPYING file is extra in this repo.

It should be Apache 2.0.

@stewartmiles — can you just remove the COPYING file, since we already have a LICENSE.txt that has the Apache 2.0 license? Having both, even if they're the same content, would be confusing as well.