Update licencse headers for api/__init__.py, api/admin.py api/apps.py
diff --git a/api/__init__.py b/api/__init__.py
index 555eccf..1ccc30b 100644
--- a/api/__init__.py
+++ b/api/__init__.py
@@ -13,5 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-
+# =============================================================================
+"""
+Package for API module
+"""
diff --git a/api/admin.py b/api/admin.py
index 9a206ea..d1d3ea7 100644
--- a/api/admin.py
+++ b/api/admin.py
@@ -13,7 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
+# =============================================================================
 
 from django.contrib import admin
 
diff --git a/api/apps.py b/api/apps.py
index 948a9b8..3f58861 100644
--- a/api/apps.py
+++ b/api/apps.py
@@ -13,7 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
+# =============================================================================
 
 from django.apps import AppConfig