diff --git a/LICENSE b/LICENSE
index f216bb4..1729573 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2018 Aspose Pty Ltd
+Copyright (c) 2018-2023 Aspose Pty Ltd
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/src/Aspose/Email/Configuration.php b/src/Aspose/Email/Configuration.php
index d4e5716..46224e7 100644
--- a/src/Aspose/Email/Configuration.php
+++ b/src/Aspose/Email/Configuration.php
@@ -550,4 +550,4 @@ public function getApiKeyWithPrefix($apiKeyIdentifier)
return $keyWithPrefix;
}
-}
\ No newline at end of file
+}
diff --git a/src/Aspose/Email/ObjectSerializer.php b/src/Aspose/Email/ObjectSerializer.php
index 9a98daf..0f9a683 100644
--- a/src/Aspose/Email/ObjectSerializer.php
+++ b/src/Aspose/Email/ObjectSerializer.php
@@ -320,4 +320,4 @@ public static function deserialize($data, $class, $httpHeaders = null)
return $instance;
}
}
-}
\ No newline at end of file
+}
diff --git a/src/Aspose/Email/RepeatRequestException.php b/src/Aspose/Email/RepeatRequestException.php
index 2564203..7f23022 100644
--- a/src/Aspose/Email/RepeatRequestException.php
+++ b/src/Aspose/Email/RepeatRequestException.php
@@ -2,7 +2,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
*
- * Copyright (c) 2018 Aspose.Email for Cloud
+ * Copyright (c) 2018-2023 Aspose Pty Ltd. All rights reserved.
*
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -36,4 +36,4 @@ public function __construct($message = "", $code = 0, $responseHeaders = [], $re
}
}
-?>
\ No newline at end of file
+?>