Skip to content

Commit

Permalink
EMAILCLOUD-463: Copyrights fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat-Gumerov committed Aug 22, 2023
1 parent 211bf1b commit a0c20d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/Email/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -550,4 +550,4 @@ public function getApiKeyWithPrefix($apiKeyIdentifier)

return $keyWithPrefix;
}
}
}
2 changes: 1 addition & 1 deletion src/Aspose/Email/ObjectSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,4 @@ public static function deserialize($data, $class, $httpHeaders = null)
return $instance;
}
}
}
}
4 changes: 2 additions & 2 deletions src/Aspose/Email/RepeatRequestException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="ApiException.php">
* Copyright (c) 2018 Aspose.Email for Cloud
* Copyright (c) 2018-2023 Aspose Pty Ltd. All rights reserved.
* </copyright>
* <summary>
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -36,4 +36,4 @@ public function __construct($message = "", $code = 0, $responseHeaders = [], $re
}
}

?>
?>

0 comments on commit a0c20d2

Please sign in to comment.