Update copyrights for 2023.

This commit is contained in:
jcamiel 2023-01-02 13:39:35 +01:00
parent 6440b2323c
commit e9a92fa9f5
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
127 changed files with 129 additions and 129 deletions

View File

@ -9,11 +9,11 @@ errors_count=0
# Check *.rs Orange Copyright # Check *.rs Orange Copyright
echo "------------------------------------------------------------------------------------------" echo "------------------------------------------------------------------------------------------"
while read -r rust_file ; do while read -r rust_file ; do
if [ "$(grep -c "Copyright (C) 2022 Orange" "$rust_file" || true)" -eq 0 ] ; then if [ "$(grep -c "Copyright (C) 2023 Orange" "$rust_file" || true)" -eq 0 ] ; then
echo "Missing [Copyright (C) 2022 Orange] in ${color_red}${rust_file}${color_reset}" echo "Missing [Copyright (C) 2023 Orange] in ${color_red}${rust_file}${color_reset}"
((errors_count++)) ((errors_count++))
else else
echo "[Copyright (C) 2022 Orange] is present in ${color_green}${rust_file}${color_reset}" echo "[Copyright (C) 2023 Orange] is present in ${color_green}${rust_file}${color_reset}"
fi fi
done < <(find packages -type f -name "*.rs") done < <(find packages -type f -name "*.rs")

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/* /*
* Hurl (https://hurl.dev) * Hurl (https://hurl.dev)
* Copyright (C) 2022 Orange * Copyright (C) 2023 Orange
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

Some files were not shown because too many files have changed in this diff Show More