Skip to content

Commit 6a9ba83

Browse files
committed
chore: copyright 2025
Signed-off-by: Adrien Barreau <adrien.barreau@ovhcloud.com>
1 parent 3bebadd commit 6a9ba83

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2023, OVH SAS.
1+
Copyright (c) 2013-2025, OVH SAS.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

src/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php // phpcs:disable PSR1.Files.SideEffects.FoundWithSymbols
2-
# Copyright (c) 2013-2024, OVH SAS.
2+
# Copyright (c) 2013-2025, OVH SAS.
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without

src/Exceptions/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2013-2023, OVH SAS.
2+
# Copyright (c) 2013-2025, OVH SAS.
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without

src/Exceptions/InvalidParameterException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2013-2023, OVH SAS.
2+
# Copyright (c) 2013-2025, OVH SAS.
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without

src/Exceptions/NotLoggedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2013-2023, OVH SAS.
2+
# Copyright (c) 2013-2025, OVH SAS.
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without

src/Exceptions/OAuth2FailureException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2013-2023, OVH SAS.
2+
# Copyright (c) 2013-2025, OVH SAS.
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without

src/OAuth2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2013-2024, OVH SAS.
2+
# Copyright (c) 2013-2025, OVH SAS.
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without

tests/ApiFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2013-2023, OVH SAS.
2+
# Copyright (c) 2013-2025, OVH SAS.
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without

tests/ApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2013-2023, OVH SAS.
2+
# Copyright (c) 2013-2025, OVH SAS.
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2013-2023, OVH SAS.
2+
# Copyright (c) 2013-2025, OVH SAS.
33
# All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)