diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index 687f4fc70bce1289b561afb12c0da7cae0668315..976f4c7d17b66776dd0d613651b947f6a3151023 100644
--- a/object_collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
@@ -16,8 +16,7 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-
-""" Copyright 2011 GPL licence applies"""
+# Copyright 2011, Ryan Inch
 
 bl_info = {
     "name": "Collection Manager",
@@ -28,7 +27,8 @@ bl_info = {
     "location": "View3D - Object Mode (Shortcut - M)",
     "warning": '',  # used for warning icon and text in addons panel
     "wiki_url": "",
-    "category": "User Interface"}
+    "category": "Object",
+}
 
 
 if "bpy" in locals():