[[coption]]
=== debmake -cc

The *debmake* command with the *-cc* option can make a summary of the copyright and license for the entire source tree to the standard output.

----
 $ tar -xvzf package-1.0.tar.gz
 $ cd package-1.0
 $ debmake -cc | less
----

With *-c*, this provides shorter report.

