diff --git a/LICENSE b/LICENSE index 0102dfd..ef1d931 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 - 2024 OVH SAS +Copyright (c) 2014 - 2025 OVH SAS Copyright (c) 2012 - 2013 Vincent Giersch Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/lib/endpoints.js b/lib/endpoints.js index cc016c9..29b6c72 100644 --- a/lib/endpoints.js +++ b/lib/endpoints.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 - 2024 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * * 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/lib/ovh.es5.js b/lib/ovh.es5.js index 4e56d68..410ff97 100644 --- a/lib/ovh.es5.js +++ b/lib/ovh.es5.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013 - 2024 OVH SAS + * Copyright (c) 2013 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/lib/ovh.js b/lib/ovh.js index 6d8faaa..aa2749b 100644 --- a/lib/ovh.js +++ b/lib/ovh.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013 - 2024 OVH SAS + * Copyright (c) 2013 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/01_REST_construct.js b/tests/01_REST_construct.js index 4b35018..495d889 100644 --- a/tests/01_REST_construct.js +++ b/tests/01_REST_construct.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/02_REST_check.js b/tests/02_REST_check.js index e7a6340..a2dbbf5 100644 --- a/tests/02_REST_check.js +++ b/tests/02_REST_check.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/03_REST_auth.js b/tests/03_REST_auth.js index ad89dee..eec1778 100644 --- a/tests/03_REST_auth.js +++ b/tests/03_REST_auth.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/04_REST_me.js b/tests/04_REST_me.js index 0c0b304..da2ea9c 100644 --- a/tests/04_REST_me.js +++ b/tests/04_REST_me.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/05_REST_unicode.js b/tests/05_REST_unicode.js index 661e764..4c71af2 100644 --- a/tests/05_REST_unicode.js +++ b/tests/05_REST_unicode.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/06_REST_oauth2.js b/tests/06_REST_oauth2.js index 45bffcb..37220ff 100644 --- a/tests/06_REST_oauth2.js +++ b/tests/06_REST_oauth2.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/integration/01_REST_noAuth.js b/tests/integration/01_REST_noAuth.js index 3d7d365..101e722 100644 --- a/tests/integration/01_REST_noAuth.js +++ b/tests/integration/01_REST_noAuth.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/integration/02_REST_domain.js b/tests/integration/02_REST_domain.js index c502901..7e0750f 100644 --- a/tests/integration/02_REST_domain.js +++ b/tests/integration/02_REST_domain.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/integration/03_REST_unicode.js b/tests/integration/03_REST_unicode.js index 6725786..b2c89fc 100644 --- a/tests/integration/03_REST_unicode.js +++ b/tests/integration/03_REST_unicode.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * Copyright (c) 2012 - 2013 Vincent Giersch * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/integration/04_REST_multiple_backends.js b/tests/integration/04_REST_multiple_backends.js index 3a3e567..e6eeef0 100644 --- a/tests/integration/04_REST_multiple_backends.js +++ b/tests/integration/04_REST_multiple_backends.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 OVH SAS + * Copyright (c) 2014 - 2025 OVH SAS * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal