src/modules/actions/license.py
changeset 2026 d1b30615bc99
parent 1974 6af683c5bde5
child 2073 9fcacc9e5eaa
--- a/src/modules/actions/license.py	Thu Aug 12 09:48:48 2010 -0700
+++ b/src/modules/actions/license.py	Mon Aug 16 16:48:50 2010 -0700
@@ -21,8 +21,7 @@
 #
 
 #
-# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
 #
 
 """module describing a license packaging object
@@ -50,6 +49,8 @@
         key_attr = "license"
         reverse_indices = ("license", )
 
+        has_payload = True
+
         def __init__(self, data=None, **attrs):
                 generic.Action.__init__(self, data, **attrs)
                 self.hash = "NOHASH"