diff --git a/contrib/cozaeppdisableautorenew.php b/contrib/cozaeppdisableautorenew.php
index 9f6fa6bd5084d23159228ab08bdd340aa77f0537..890b1d88dae06d3919b81a05e40d3c906313877e 100644
--- a/contrib/cozaeppdisableautorenew.php
+++ b/contrib/cozaeppdisableautorenew.php
@@ -1,4 +1,4 @@
-<?
+<?php
 /**
  * Copyright (c) 2012-2014, AllWorldIT
  *
diff --git a/modules/addons/awit_cozaepp/lang/english.php b/modules/addons/awit_cozaepp/lang/english.php
index 2723a4abb5282d174bda1d8e7cd63eb05bf31046..62176fa6b15f76368cfca4890318e8c175d62fc7 100644
--- a/modules/addons/awit_cozaepp/lang/english.php
+++ b/modules/addons/awit_cozaepp/lang/english.php
@@ -4,4 +4,3 @@ $_ADDONLANG['intro'] = "AWIT COZAEPP Module";
 $_ADDONLANG['description'] = "This module is to facilitate displaying of epp messages.";
 $_ADDONLANG['documentation'] = "Pending..";
 
-?>
diff --git a/modules/registrars/cozaepp/cozaepppoll.php b/modules/registrars/cozaepp/cozaepppoll.php
index 498b5aeb29e1e4e0154cdb828bb43c16d085f1ba..fad287c2d07b4dab2e48fd78cac6bc6efb96d73a 100644
--- a/modules/registrars/cozaepp/cozaepppoll.php
+++ b/modules/registrars/cozaepp/cozaepppoll.php
@@ -1,4 +1,4 @@
-<?
+<?php
 # Copyright (c) 2012-2013, AllWorldIT
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/modules/widgets/cozaepp_balance.php b/modules/widgets/cozaepp_balance.php
index 25d54d2ac791222768b856d1bcdcfbd1e18af0c7..179816f2618fdd68d5e519e806c9adcd29c046c7 100644
--- a/modules/widgets/cozaepp_balance.php
+++ b/modules/widgets/cozaepp_balance.php
@@ -96,4 +96,3 @@ function widget_cozaepp_balance($vars) {
 
 add_hook("AdminHomeWidgets",1,"widget_cozaepp_balance");
 
-?>