Skip to content

Commit 917ae03

Browse files
authored
Merge pull request #154 from ovh/2025
chore: copyright 2025
2 parents 062420d + a1c84b3 commit 917ae03

10 files changed

+10
-10
lines changed

LICENSE

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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)