Skip to content

Commit a0c20d2

Browse files
committed
EMAILCLOUD-463: Copyrights fixed
1 parent 211bf1b commit a0c20d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Aspose Pty Ltd
3+
Copyright (c) 2018-2023 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Aspose/Email/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,4 +550,4 @@ public function getApiKeyWithPrefix($apiKeyIdentifier)
550550

551551
return $keyWithPrefix;
552552
}
553-
}
553+
}

src/Aspose/Email/ObjectSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,4 @@ public static function deserialize($data, $class, $httpHeaders = null)
320320
return $instance;
321321
}
322322
}
323-
}
323+
}

src/Aspose/Email/RepeatRequestException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose" file="ApiException.php">
5-
* Copyright (c) 2018 Aspose.Email for Cloud
5+
* Copyright (c) 2018-2023 Aspose Pty Ltd. All rights reserved.
66
* </copyright>
77
* <summary>
88
* 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
3636
}
3737
}
3838

39-
?>
39+
?>

0 commit comments

Comments
 (0)