Index: licensing.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/licensing/licensing.module,v
retrieving revision 1.2
diff -u -p -r1.2 licensing.module
--- licensing.module	25 Nov 2009 23:34:54 -0000	1.2
+++ licensing.module	30 Nov 2009 20:39:58 -0000
@@ -345,6 +345,16 @@ function licensing_user($op, &$edit, &$a
   }
 }
 
+/**
+ * Implement hook_views_api
+ */
+function licensing_views_api() {
+  return array(
+    'api' => 2,
+    'path' => drupal_get_path('module', 'licensing') . '/views',
+  );
+}
+
 ###################
 ## API FUNCTIONS ##
 ###################
@@ -580,4 +590,4 @@ function licensing_delete($params) {
  */
 function licensing_delete_user($uid) {
   licensing_delete(array('l.uid' => $uid));
-}
\ No newline at end of file
+}
