It's quite common on Unix to name C++ files '*.cc' instead of '*.cpp'. The attached
patch changes Toggle_Header_Source.bsh to also find that '*.cc' files.
It would be nice if you could change the behaviour for the next release.
I'm packaging conky for SUSE and our legal team found
a problem in conky. There is code licensed as GPL v3
or later (like src/conky.c) AND there is code
licensed as GPLv2 *only* (without the "or later"
clause):
src/linux.c from lines 1052
/* This file is part of x86info.
* (C) 2001 Dave Jones.
*
* Licensed under the terms of the GNU GPL
* License version 2.
That is...