diff --git a/bin/check/ad_hoc.sh b/bin/check/ad_hoc.sh index f4bfda78c..a8014f126 100755 --- a/bin/check/ad_hoc.sh +++ b/bin/check/ad_hoc.sh @@ -9,11 +9,11 @@ errors_count=0 # Check *.rs Orange Copyright echo "------------------------------------------------------------------------------------------" while read -r rust_file ; do - if [ "$(grep -c "Copyright (C) 2022 Orange" "$rust_file" || true)" -eq 0 ] ; then - echo "Missing [Copyright (C) 2022 Orange] in ${color_red}${rust_file}${color_reset}" + if [ "$(grep -c "Copyright (C) 2023 Orange" "$rust_file" || true)" -eq 0 ] ; then + echo "Missing [Copyright (C) 2023 Orange] in ${color_red}${rust_file}${color_reset}" ((errors_count++)) 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 done < <(find packages -type f -name "*.rs") diff --git a/contrib/npm/hurl/archive.js b/contrib/npm/hurl/archive.js index 8cb3346c6..e9509aecd 100644 --- a/contrib/npm/hurl/archive.js +++ b/contrib/npm/hurl/archive.js @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/npm/hurl/bin.js b/contrib/npm/hurl/bin.js index b471c20b5..2d780396d 100644 --- a/contrib/npm/hurl/bin.js +++ b/contrib/npm/hurl/bin.js @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/sample/src/main.rs b/contrib/sample/src/main.rs index 8d26c368a..c2790f5e5 100644 --- a/contrib/sample/src/main.rs +++ b/contrib/sample/src/main.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/build.rs b/packages/hurl/build.rs index f8d2d8c08..249bc9c32 100644 --- a/packages/hurl/build.rs +++ b/packages/hurl/build.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/cli/fs.rs b/packages/hurl/src/cli/fs.rs index bc2faafda..162ea2c5f 100644 --- a/packages/hurl/src/cli/fs.rs +++ b/packages/hurl/src/cli/fs.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/cli/interactive.rs b/packages/hurl/src/cli/interactive.rs index c423e5b37..84b83582b 100644 --- a/packages/hurl/src/cli/interactive.rs +++ b/packages/hurl/src/cli/interactive.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/cli/mod.rs b/packages/hurl/src/cli/mod.rs index 477c99da6..322d54a6e 100644 --- a/packages/hurl/src/cli/mod.rs +++ b/packages/hurl/src/cli/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/cli/options.rs b/packages/hurl/src/cli/options.rs index b58b1876c..0cdeed550 100644 --- a/packages/hurl/src/cli/options.rs +++ b/packages/hurl/src/cli/options.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/cli/variables.rs b/packages/hurl/src/cli/variables.rs index ba793fcb3..7ba237ccb 100644 --- a/packages/hurl/src/cli/variables.rs +++ b/packages/hurl/src/cli/variables.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/html/entities.rs b/packages/hurl/src/html/entities.rs index 3c5ce2526..85c2850b1 100644 --- a/packages/hurl/src/html/entities.rs +++ b/packages/hurl/src/html/entities.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/html/escape.rs b/packages/hurl/src/html/escape.rs index 42e7d161c..49e1a40a9 100644 --- a/packages/hurl/src/html/escape.rs +++ b/packages/hurl/src/html/escape.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/html/mod.rs b/packages/hurl/src/html/mod.rs index a75dc7594..2cfe249fb 100644 --- a/packages/hurl/src/html/mod.rs +++ b/packages/hurl/src/html/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/html/unescape.rs b/packages/hurl/src/html/unescape.rs index d069b196c..039a1d560 100644 --- a/packages/hurl/src/html/unescape.rs +++ b/packages/hurl/src/html/unescape.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/client.rs b/packages/hurl/src/http/client.rs index f99420ca0..f47f1800e 100644 --- a/packages/hurl/src/http/client.rs +++ b/packages/hurl/src/http/client.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/context_dir.rs b/packages/hurl/src/http/context_dir.rs index aeceb6918..abf976900 100644 --- a/packages/hurl/src/http/context_dir.rs +++ b/packages/hurl/src/http/context_dir.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/cookie.rs b/packages/hurl/src/http/cookie.rs index a30666111..a7eb175ce 100644 --- a/packages/hurl/src/http/cookie.rs +++ b/packages/hurl/src/http/cookie.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/core.rs b/packages/hurl/src/http/core.rs index 95d9625cf..f012b61fe 100644 --- a/packages/hurl/src/http/core.rs +++ b/packages/hurl/src/http/core.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/debug.rs b/packages/hurl/src/http/debug.rs index c9fc2de26..95cdc50a7 100644 --- a/packages/hurl/src/http/debug.rs +++ b/packages/hurl/src/http/debug.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/error.rs b/packages/hurl/src/http/error.rs index 24d6fb6ec..102d35f9d 100644 --- a/packages/hurl/src/http/error.rs +++ b/packages/hurl/src/http/error.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) -* Copyright (C) 2022 Orange +* Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/header.rs b/packages/hurl/src/http/header.rs index 9e7909bed..c70b1e514 100644 --- a/packages/hurl/src/http/header.rs +++ b/packages/hurl/src/http/header.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/mimetype.rs b/packages/hurl/src/http/mimetype.rs index 619c90f38..f2dba369b 100644 --- a/packages/hurl/src/http/mimetype.rs +++ b/packages/hurl/src/http/mimetype.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/mod.rs b/packages/hurl/src/http/mod.rs index 5b290017c..df9fc1b44 100644 --- a/packages/hurl/src/http/mod.rs +++ b/packages/hurl/src/http/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/options.rs b/packages/hurl/src/http/options.rs index 8e8a9cf59..6e25eafe8 100644 --- a/packages/hurl/src/http/options.rs +++ b/packages/hurl/src/http/options.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/request.rs b/packages/hurl/src/http/request.rs index 0bc56adcf..036e30680 100644 --- a/packages/hurl/src/http/request.rs +++ b/packages/hurl/src/http/request.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/request_debug.rs b/packages/hurl/src/http/request_debug.rs index 9f3cc7836..610cff79b 100644 --- a/packages/hurl/src/http/request_debug.rs +++ b/packages/hurl/src/http/request_debug.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/request_decoding.rs b/packages/hurl/src/http/request_decoding.rs index 6af52b63c..82a69e568 100644 --- a/packages/hurl/src/http/request_decoding.rs +++ b/packages/hurl/src/http/request_decoding.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/request_spec.rs b/packages/hurl/src/http/request_spec.rs index 43edc2c26..7acebfcc5 100644 --- a/packages/hurl/src/http/request_spec.rs +++ b/packages/hurl/src/http/request_spec.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/request_spec_curl_args.rs b/packages/hurl/src/http/request_spec_curl_args.rs index f71ea9bf8..fcc601770 100644 --- a/packages/hurl/src/http/request_spec_curl_args.rs +++ b/packages/hurl/src/http/request_spec_curl_args.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/response.rs b/packages/hurl/src/http/response.rs index 1980b862b..815637eef 100644 --- a/packages/hurl/src/http/response.rs +++ b/packages/hurl/src/http/response.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/response_cookie.rs b/packages/hurl/src/http/response_cookie.rs index f137b9288..8eb49c238 100644 --- a/packages/hurl/src/http/response_cookie.rs +++ b/packages/hurl/src/http/response_cookie.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/response_debug.rs b/packages/hurl/src/http/response_debug.rs index 631e54834..f681f9f77 100644 --- a/packages/hurl/src/http/response_debug.rs +++ b/packages/hurl/src/http/response_debug.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/response_decoding.rs b/packages/hurl/src/http/response_decoding.rs index c38d873de..d2c29ea18 100644 --- a/packages/hurl/src/http/response_decoding.rs +++ b/packages/hurl/src/http/response_decoding.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/http/version.rs b/packages/hurl/src/http/version.rs index 9140a9831..12b0d855d 100644 --- a/packages/hurl/src/http/version.rs +++ b/packages/hurl/src/http/version.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/json/mod.rs b/packages/hurl/src/json/mod.rs index 57a600f17..c3deee381 100644 --- a/packages/hurl/src/json/mod.rs +++ b/packages/hurl/src/json/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/json/result.rs b/packages/hurl/src/json/result.rs index cb44edc58..65104e327 100644 --- a/packages/hurl/src/json/result.rs +++ b/packages/hurl/src/json/result.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/json/value.rs b/packages/hurl/src/json/value.rs index c39bd1fa6..850cbee14 100644 --- a/packages/hurl/src/json/value.rs +++ b/packages/hurl/src/json/value.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/jsonpath/ast.rs b/packages/hurl/src/jsonpath/ast.rs index d9a48b550..b54ee7108 100644 --- a/packages/hurl/src/jsonpath/ast.rs +++ b/packages/hurl/src/jsonpath/ast.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/jsonpath/eval.rs b/packages/hurl/src/jsonpath/eval.rs index 1a60c65c1..9e84dfc63 100644 --- a/packages/hurl/src/jsonpath/eval.rs +++ b/packages/hurl/src/jsonpath/eval.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/jsonpath/mod.rs b/packages/hurl/src/jsonpath/mod.rs index 937907587..2838d9660 100644 --- a/packages/hurl/src/jsonpath/mod.rs +++ b/packages/hurl/src/jsonpath/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/jsonpath/parser/combinators.rs b/packages/hurl/src/jsonpath/parser/combinators.rs index d7d025e20..2481c9059 100644 --- a/packages/hurl/src/jsonpath/parser/combinators.rs +++ b/packages/hurl/src/jsonpath/parser/combinators.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/jsonpath/parser/error.rs b/packages/hurl/src/jsonpath/parser/error.rs index 387d6f853..9c8157a40 100644 --- a/packages/hurl/src/jsonpath/parser/error.rs +++ b/packages/hurl/src/jsonpath/parser/error.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/jsonpath/parser/mod.rs b/packages/hurl/src/jsonpath/parser/mod.rs index e6f5a0e2b..9d77ca7df 100644 --- a/packages/hurl/src/jsonpath/parser/mod.rs +++ b/packages/hurl/src/jsonpath/parser/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/jsonpath/parser/parse.rs b/packages/hurl/src/jsonpath/parser/parse.rs index de41bcfd6..25f84d812 100644 --- a/packages/hurl/src/jsonpath/parser/parse.rs +++ b/packages/hurl/src/jsonpath/parser/parse.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/jsonpath/parser/primitives.rs b/packages/hurl/src/jsonpath/parser/primitives.rs index ee6295e35..2c164fd2a 100644 --- a/packages/hurl/src/jsonpath/parser/primitives.rs +++ b/packages/hurl/src/jsonpath/parser/primitives.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/jsonpath/parser/reader.rs b/packages/hurl/src/jsonpath/parser/reader.rs index ac75c4449..828120aef 100644 --- a/packages/hurl/src/jsonpath/parser/reader.rs +++ b/packages/hurl/src/jsonpath/parser/reader.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/lib.rs b/packages/hurl/src/lib.rs index dd36c44f0..07c291168 100644 --- a/packages/hurl/src/lib.rs +++ b/packages/hurl/src/lib.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/main.rs b/packages/hurl/src/main.rs index 739435417..ea3853fe9 100644 --- a/packages/hurl/src/main.rs +++ b/packages/hurl/src/main.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/report/html/mod.rs b/packages/hurl/src/report/html/mod.rs index ebddd9a86..1cc422283 100644 --- a/packages/hurl/src/report/html/mod.rs +++ b/packages/hurl/src/report/html/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/report/junit/mod.rs b/packages/hurl/src/report/junit/mod.rs index fb9f3781e..7c349ac45 100644 --- a/packages/hurl/src/report/junit/mod.rs +++ b/packages/hurl/src/report/junit/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/report/junit/testcase.rs b/packages/hurl/src/report/junit/testcase.rs index 7f12008e5..04245795f 100644 --- a/packages/hurl/src/report/junit/testcase.rs +++ b/packages/hurl/src/report/junit/testcase.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/report/mod.rs b/packages/hurl/src/report/mod.rs index 7c5965e8a..f4251dcd2 100644 --- a/packages/hurl/src/report/mod.rs +++ b/packages/hurl/src/report/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/assert.rs b/packages/hurl/src/runner/assert.rs index 7367884f4..ce8d10c24 100644 --- a/packages/hurl/src/runner/assert.rs +++ b/packages/hurl/src/runner/assert.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/body.rs b/packages/hurl/src/runner/body.rs index 89aada5b6..9a71ababb 100644 --- a/packages/hurl/src/runner/body.rs +++ b/packages/hurl/src/runner/body.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/capture.rs b/packages/hurl/src/runner/capture.rs index 2bee86e33..5efa39e5a 100644 --- a/packages/hurl/src/runner/capture.rs +++ b/packages/hurl/src/runner/capture.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/core.rs b/packages/hurl/src/runner/core.rs index a437550a7..51df6b72b 100644 --- a/packages/hurl/src/runner/core.rs +++ b/packages/hurl/src/runner/core.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/entry.rs b/packages/hurl/src/runner/entry.rs index f08980ddc..b436ac3c4 100644 --- a/packages/hurl/src/runner/entry.rs +++ b/packages/hurl/src/runner/entry.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/error.rs b/packages/hurl/src/runner/error.rs index c71fe8d3e..e1fa4a164 100644 --- a/packages/hurl/src/runner/error.rs +++ b/packages/hurl/src/runner/error.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/expr.rs b/packages/hurl/src/runner/expr.rs index 63fe861da..e6b70d132 100644 --- a/packages/hurl/src/runner/expr.rs +++ b/packages/hurl/src/runner/expr.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/filter.rs b/packages/hurl/src/runner/filter.rs index bc8955902..bfb849e01 100644 --- a/packages/hurl/src/runner/filter.rs +++ b/packages/hurl/src/runner/filter.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/hurl_file.rs b/packages/hurl/src/runner/hurl_file.rs index 51268f6ca..1aa208eb0 100644 --- a/packages/hurl/src/runner/hurl_file.rs +++ b/packages/hurl/src/runner/hurl_file.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/json.rs b/packages/hurl/src/runner/json.rs index b2b15f7e3..6a4664ddf 100644 --- a/packages/hurl/src/runner/json.rs +++ b/packages/hurl/src/runner/json.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/mod.rs b/packages/hurl/src/runner/mod.rs index adb649e96..1ac20fb25 100644 --- a/packages/hurl/src/runner/mod.rs +++ b/packages/hurl/src/runner/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/multiline.rs b/packages/hurl/src/runner/multiline.rs index 75cef446e..9e7a5a1be 100644 --- a/packages/hurl/src/runner/multiline.rs +++ b/packages/hurl/src/runner/multiline.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/multipart.rs b/packages/hurl/src/runner/multipart.rs index 2056e256e..5482f8e27 100644 --- a/packages/hurl/src/runner/multipart.rs +++ b/packages/hurl/src/runner/multipart.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/predicate.rs b/packages/hurl/src/runner/predicate.rs index 99364768b..a57a4baaf 100644 --- a/packages/hurl/src/runner/predicate.rs +++ b/packages/hurl/src/runner/predicate.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/predicate_value.rs b/packages/hurl/src/runner/predicate_value.rs index db065807a..5e38e0256 100644 --- a/packages/hurl/src/runner/predicate_value.rs +++ b/packages/hurl/src/runner/predicate_value.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/query.rs b/packages/hurl/src/runner/query.rs index 94804bf1d..b79489865 100644 --- a/packages/hurl/src/runner/query.rs +++ b/packages/hurl/src/runner/query.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/request.rs b/packages/hurl/src/runner/request.rs index b7bc0d515..947074f20 100644 --- a/packages/hurl/src/runner/request.rs +++ b/packages/hurl/src/runner/request.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/response.rs b/packages/hurl/src/runner/response.rs index 5caedbd22..719f83323 100644 --- a/packages/hurl/src/runner/response.rs +++ b/packages/hurl/src/runner/response.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/runner_options.rs b/packages/hurl/src/runner/runner_options.rs index 5d30aa32e..4102a0af0 100644 --- a/packages/hurl/src/runner/runner_options.rs +++ b/packages/hurl/src/runner/runner_options.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/template.rs b/packages/hurl/src/runner/template.rs index 085c5c6bb..d773a0ee0 100644 --- a/packages/hurl/src/runner/template.rs +++ b/packages/hurl/src/runner/template.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/value.rs b/packages/hurl/src/runner/value.rs index 67d7fc49d..ef36d0d8e 100644 --- a/packages/hurl/src/runner/value.rs +++ b/packages/hurl/src/runner/value.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/runner/xpath.rs b/packages/hurl/src/runner/xpath.rs index d207783f9..fa4d4b3ae 100644 --- a/packages/hurl/src/runner/xpath.rs +++ b/packages/hurl/src/runner/xpath.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/util/logger.rs b/packages/hurl/src/util/logger.rs index 4da7a87ff..c8484fe57 100644 --- a/packages/hurl/src/util/logger.rs +++ b/packages/hurl/src/util/logger.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/util/mod.rs b/packages/hurl/src/util/mod.rs index 853243a98..7f8c6acd1 100644 --- a/packages/hurl/src/util/mod.rs +++ b/packages/hurl/src/util/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/src/util/path.rs b/packages/hurl/src/util/path.rs index 528cf9686..b3ba17bb1 100644 --- a/packages/hurl/src/util/path.rs +++ b/packages/hurl/src/util/path.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/tests/jsonpath.rs b/packages/hurl/tests/jsonpath.rs index d5c568ece..953335485 100644 --- a/packages/hurl/tests/jsonpath.rs +++ b/packages/hurl/tests/jsonpath.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/tests/libcurl.rs b/packages/hurl/tests/libcurl.rs index cb4a18859..67f6018c2 100644 --- a/packages/hurl/tests/libcurl.rs +++ b/packages/hurl/tests/libcurl.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl/tests/runner.rs b/packages/hurl/tests/runner.rs index 29bfaa546..349259867 100644 --- a/packages/hurl/tests/runner.rs +++ b/packages/hurl/tests/runner.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/ast/core.rs b/packages/hurl_core/src/ast/core.rs index 1cb40968d..4fb608c75 100644 --- a/packages/hurl_core/src/ast/core.rs +++ b/packages/hurl_core/src/ast/core.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/ast/display.rs b/packages/hurl_core/src/ast/display.rs index 6ab484540..7b593135e 100644 --- a/packages/hurl_core/src/ast/display.rs +++ b/packages/hurl_core/src/ast/display.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/ast/json.rs b/packages/hurl_core/src/ast/json.rs index cee7c92cb..6efa4f9ae 100644 --- a/packages/hurl_core/src/ast/json.rs +++ b/packages/hurl_core/src/ast/json.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/ast/mod.rs b/packages/hurl_core/src/ast/mod.rs index 0b77ae3f1..fb12d367c 100644 --- a/packages/hurl_core/src/ast/mod.rs +++ b/packages/hurl_core/src/ast/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/error/mod.rs b/packages/hurl_core/src/error/mod.rs index aa7569e92..4b7faf1b4 100644 --- a/packages/hurl_core/src/error/mod.rs +++ b/packages/hurl_core/src/error/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/format/html.rs b/packages/hurl_core/src/format/html.rs index cfb4a51f2..480fbe972 100644 --- a/packages/hurl_core/src/format/html.rs +++ b/packages/hurl_core/src/format/html.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/format/mod.rs b/packages/hurl_core/src/format/mod.rs index 9451fce9b..fa14b06dc 100644 --- a/packages/hurl_core/src/format/mod.rs +++ b/packages/hurl_core/src/format/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/lib.rs b/packages/hurl_core/src/lib.rs index b921b0f00..6add72ea6 100644 --- a/packages/hurl_core/src/lib.rs +++ b/packages/hurl_core/src/lib.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/base64.rs b/packages/hurl_core/src/parser/base64.rs index 56c673371..be2e7ff36 100644 --- a/packages/hurl_core/src/parser/base64.rs +++ b/packages/hurl_core/src/parser/base64.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/bytes.rs b/packages/hurl_core/src/parser/bytes.rs index db1aa3cfe..a8fd155b1 100644 --- a/packages/hurl_core/src/parser/bytes.rs +++ b/packages/hurl_core/src/parser/bytes.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/combinators.rs b/packages/hurl_core/src/parser/combinators.rs index 1686407fe..59528e63b 100644 --- a/packages/hurl_core/src/parser/combinators.rs +++ b/packages/hurl_core/src/parser/combinators.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/cookiepath.rs b/packages/hurl_core/src/parser/cookiepath.rs index 5bd3bc20b..788ef4148 100644 --- a/packages/hurl_core/src/parser/cookiepath.rs +++ b/packages/hurl_core/src/parser/cookiepath.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/error.rs b/packages/hurl_core/src/parser/error.rs index 2169fcfe8..5089bbaef 100644 --- a/packages/hurl_core/src/parser/error.rs +++ b/packages/hurl_core/src/parser/error.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/expr.rs b/packages/hurl_core/src/parser/expr.rs index 56c037180..c24ad71fa 100644 --- a/packages/hurl_core/src/parser/expr.rs +++ b/packages/hurl_core/src/parser/expr.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/filename.rs b/packages/hurl_core/src/parser/filename.rs index d65fe280a..8b8a46fd5 100644 --- a/packages/hurl_core/src/parser/filename.rs +++ b/packages/hurl_core/src/parser/filename.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/filter.rs b/packages/hurl_core/src/parser/filter.rs index 162a9ecbf..047637551 100644 --- a/packages/hurl_core/src/parser/filter.rs +++ b/packages/hurl_core/src/parser/filter.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/json.rs b/packages/hurl_core/src/parser/json.rs index 3a730fef9..1a4ea3a68 100644 --- a/packages/hurl_core/src/parser/json.rs +++ b/packages/hurl_core/src/parser/json.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/mod.rs b/packages/hurl_core/src/parser/mod.rs index 2bfa8af22..84888ed53 100644 --- a/packages/hurl_core/src/parser/mod.rs +++ b/packages/hurl_core/src/parser/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/multiline.rs b/packages/hurl_core/src/parser/multiline.rs index 708573060..b486c17e5 100644 --- a/packages/hurl_core/src/parser/multiline.rs +++ b/packages/hurl_core/src/parser/multiline.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/parsers.rs b/packages/hurl_core/src/parser/parsers.rs index 80079b071..f91435151 100644 --- a/packages/hurl_core/src/parser/parsers.rs +++ b/packages/hurl_core/src/parser/parsers.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/predicate.rs b/packages/hurl_core/src/parser/predicate.rs index ee2e1f2e4..f1ebe1b32 100644 --- a/packages/hurl_core/src/parser/predicate.rs +++ b/packages/hurl_core/src/parser/predicate.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/predicate_value.rs b/packages/hurl_core/src/parser/predicate_value.rs index c1d5e1785..cea58a215 100644 --- a/packages/hurl_core/src/parser/predicate_value.rs +++ b/packages/hurl_core/src/parser/predicate_value.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/primitives.rs b/packages/hurl_core/src/parser/primitives.rs index c6856a8f9..525fd5916 100644 --- a/packages/hurl_core/src/parser/primitives.rs +++ b/packages/hurl_core/src/parser/primitives.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/query.rs b/packages/hurl_core/src/parser/query.rs index f4e28fea7..392489f83 100644 --- a/packages/hurl_core/src/parser/query.rs +++ b/packages/hurl_core/src/parser/query.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/reader.rs b/packages/hurl_core/src/parser/reader.rs index 75768c6d7..505e21473 100644 --- a/packages/hurl_core/src/parser/reader.rs +++ b/packages/hurl_core/src/parser/reader.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/sections.rs b/packages/hurl_core/src/parser/sections.rs index 17bc7c1f2..ac415afe4 100644 --- a/packages/hurl_core/src/parser/sections.rs +++ b/packages/hurl_core/src/parser/sections.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/string.rs b/packages/hurl_core/src/parser/string.rs index 45fa5cdf0..ed5435ed9 100644 --- a/packages/hurl_core/src/parser/string.rs +++ b/packages/hurl_core/src/parser/string.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/template.rs b/packages/hurl_core/src/parser/template.rs index 7ec987ff2..25c74dc53 100644 --- a/packages/hurl_core/src/parser/template.rs +++ b/packages/hurl_core/src/parser/template.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/url.rs b/packages/hurl_core/src/parser/url.rs index 76afdbf26..d7e0861e3 100644 --- a/packages/hurl_core/src/parser/url.rs +++ b/packages/hurl_core/src/parser/url.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/src/parser/xml.rs b/packages/hurl_core/src/parser/xml.rs index 2cef69854..34e4d2a49 100644 --- a/packages/hurl_core/src/parser/xml.rs +++ b/packages/hurl_core/src/parser/xml.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurl_core/tests/json.rs b/packages/hurl_core/tests/json.rs index 7396d0ff8..67eb23afd 100644 --- a/packages/hurl_core/tests/json.rs +++ b/packages/hurl_core/tests/json.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/cli/fs.rs b/packages/hurlfmt/src/cli/fs.rs index e00683d2a..6c0656ddf 100644 --- a/packages/hurlfmt/src/cli/fs.rs +++ b/packages/hurlfmt/src/cli/fs.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/cli/logger.rs b/packages/hurlfmt/src/cli/logger.rs index 250391c1a..41b4ca55f 100644 --- a/packages/hurlfmt/src/cli/logger.rs +++ b/packages/hurlfmt/src/cli/logger.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/cli/mod.rs b/packages/hurlfmt/src/cli/mod.rs index 03f8d99c7..d962788a5 100644 --- a/packages/hurlfmt/src/cli/mod.rs +++ b/packages/hurlfmt/src/cli/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/cli/options.rs b/packages/hurlfmt/src/cli/options.rs index 56b28b687..7198d1284 100644 --- a/packages/hurlfmt/src/cli/options.rs +++ b/packages/hurlfmt/src/cli/options.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/format/json.rs b/packages/hurlfmt/src/format/json.rs index a9ae7e935..0370c88bb 100644 --- a/packages/hurlfmt/src/format/json.rs +++ b/packages/hurlfmt/src/format/json.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/format/mod.rs b/packages/hurlfmt/src/format/mod.rs index b5d26f6a0..95d52c702 100644 --- a/packages/hurlfmt/src/format/mod.rs +++ b/packages/hurlfmt/src/format/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/format/serialize_json.rs b/packages/hurlfmt/src/format/serialize_json.rs index 2c4724f34..d37185c4b 100644 --- a/packages/hurlfmt/src/format/serialize_json.rs +++ b/packages/hurlfmt/src/format/serialize_json.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/format/text.rs b/packages/hurlfmt/src/format/text.rs index 35c3122a7..58a0f32b7 100644 --- a/packages/hurlfmt/src/format/text.rs +++ b/packages/hurlfmt/src/format/text.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/format/token.rs b/packages/hurlfmt/src/format/token.rs index 9c2d8e8bd..fdda3620e 100644 --- a/packages/hurlfmt/src/format/token.rs +++ b/packages/hurlfmt/src/format/token.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/lib.rs b/packages/hurlfmt/src/lib.rs index 0b470e82e..a0d855246 100644 --- a/packages/hurlfmt/src/lib.rs +++ b/packages/hurlfmt/src/lib.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/linter/core.rs b/packages/hurlfmt/src/linter/core.rs index a82645af8..2a351cd42 100644 --- a/packages/hurlfmt/src/linter/core.rs +++ b/packages/hurlfmt/src/linter/core.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/linter/error.rs b/packages/hurlfmt/src/linter/error.rs index 2c41775b4..e216b9e50 100644 --- a/packages/hurlfmt/src/linter/error.rs +++ b/packages/hurlfmt/src/linter/error.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/linter/mod.rs b/packages/hurlfmt/src/linter/mod.rs index dbcd2fbe9..a43bde0ff 100644 --- a/packages/hurlfmt/src/linter/mod.rs +++ b/packages/hurlfmt/src/linter/mod.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/linter/rules.rs b/packages/hurlfmt/src/linter/rules.rs index a15637a7d..05ef46a76 100644 --- a/packages/hurlfmt/src/linter/rules.rs +++ b/packages/hurlfmt/src/linter/rules.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/src/main.rs b/packages/hurlfmt/src/main.rs index 6479f610d..da6924ec3 100644 --- a/packages/hurlfmt/src/main.rs +++ b/packages/hurlfmt/src/main.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/hurlfmt/tests/json.rs b/packages/hurlfmt/tests/json.rs index 1c4e54b3d..fbd829add 100644 --- a/packages/hurlfmt/tests/json.rs +++ b/packages/hurlfmt/tests/json.rs @@ -1,6 +1,6 @@ /* * Hurl (https://hurl.dev) - * Copyright (C) 2022 Orange + * Copyright (C) 2023 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.