--- copyright/copyright.module	2007-02-26 11:44:52.000000000 +0100
+++ copyright2/copyright.module	2007-04-20 15:12:34.000000000 +0200
@@ -432,7 +432,7 @@
           // $node->parent set at node load time by book.module
           $node_license = copyright_parent_node($node->parent);
         }
-        if ($node_license) {
+        if ($node_license->cpyid != variable_get("copyright-default", 1)) {
           // The node has a license other than the site's default
           $license = copyright_get_license($node_license->cpyid);
           $node->content['copyright'] = array(
