diff --git a/src/class_diagram/generators/json/class_diagram_generator.cc b/src/class_diagram/generators/json/class_diagram_generator.cc index 1932d4f7..3fe3b00b 100644 --- a/src/class_diagram/generators/json/class_diagram_generator.cc +++ b/src/class_diagram/generators/json/class_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file rc/class_diagram/generators/json/class_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/generators/json/class_diagram_generator.h b/src/class_diagram/generators/json/class_diagram_generator.h index b1d31d16..d90ba73f 100644 --- a/src/class_diagram/generators/json/class_diagram_generator.h +++ b/src/class_diagram/generators/json/class_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/generators/json/class_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/generators/mermaid/class_diagram_generator.cc b/src/class_diagram/generators/mermaid/class_diagram_generator.cc index b14b4483..eea063ef 100644 --- a/src/class_diagram/generators/mermaid/class_diagram_generator.cc +++ b/src/class_diagram/generators/mermaid/class_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/generators/mermaid/class_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/generators/mermaid/class_diagram_generator.h b/src/class_diagram/generators/mermaid/class_diagram_generator.h index 0ec125af..dbde7848 100644 --- a/src/class_diagram/generators/mermaid/class_diagram_generator.h +++ b/src/class_diagram/generators/mermaid/class_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/generators/mermaid/class_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/generators/plantuml/class_diagram_generator.cc b/src/class_diagram/generators/plantuml/class_diagram_generator.cc index 231ac18b..451eb552 100644 --- a/src/class_diagram/generators/plantuml/class_diagram_generator.cc +++ b/src/class_diagram/generators/plantuml/class_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/generators/plantuml/class_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/generators/plantuml/class_diagram_generator.h b/src/class_diagram/generators/plantuml/class_diagram_generator.h index 7e303dc2..0d19eb2e 100644 --- a/src/class_diagram/generators/plantuml/class_diagram_generator.h +++ b/src/class_diagram/generators/plantuml/class_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/generators/plantuml/class_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/class.cc b/src/class_diagram/model/class.cc index 90d1025a..8105ee19 100644 --- a/src/class_diagram/model/class.cc +++ b/src/class_diagram/model/class.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/class.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/class.h b/src/class_diagram/model/class.h index dc2aa02e..c3484d43 100644 --- a/src/class_diagram/model/class.h +++ b/src/class_diagram/model/class.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/class.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/class_element.cc b/src/class_diagram/model/class_element.cc index 3bdd1527..3a638589 100644 --- a/src/class_diagram/model/class_element.cc +++ b/src/class_diagram/model/class_element.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/class_element.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/class_element.h b/src/class_diagram/model/class_element.h index ec7c50eb..1bc4fa82 100644 --- a/src/class_diagram/model/class_element.h +++ b/src/class_diagram/model/class_element.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/class_element.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/class_member.cc b/src/class_diagram/model/class_member.cc index e857e527..8d240cfb 100644 --- a/src/class_diagram/model/class_member.cc +++ b/src/class_diagram/model/class_member.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/class_member.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/class_member.h b/src/class_diagram/model/class_member.h index f68fdeb0..c6184b6d 100644 --- a/src/class_diagram/model/class_member.h +++ b/src/class_diagram/model/class_member.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/class_member.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/class_method.cc b/src/class_diagram/model/class_method.cc index 20f8f72d..9d2052ea 100644 --- a/src/class_diagram/model/class_method.cc +++ b/src/class_diagram/model/class_method.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/class_method.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/class_method.h b/src/class_diagram/model/class_method.h index 0e188331..4cf4344b 100644 --- a/src/class_diagram/model/class_method.h +++ b/src/class_diagram/model/class_method.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/class_method.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/class_parent.cc b/src/class_diagram/model/class_parent.cc index f12e84fe..35588082 100644 --- a/src/class_diagram/model/class_parent.cc +++ b/src/class_diagram/model/class_parent.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/class_parent.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/class_parent.h b/src/class_diagram/model/class_parent.h index cf64fb07..1e0521fe 100644 --- a/src/class_diagram/model/class_parent.h +++ b/src/class_diagram/model/class_parent.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/class_parent.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/concept.cc b/src/class_diagram/model/concept.cc index a0d4e38b..9bd3702e 100644 --- a/src/class_diagram/model/concept.cc +++ b/src/class_diagram/model/concept.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/concept.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/concept.h b/src/class_diagram/model/concept.h index cde00db7..f40b1c1b 100644 --- a/src/class_diagram/model/concept.h +++ b/src/class_diagram/model/concept.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/concept.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/diagram.cc b/src/class_diagram/model/diagram.cc index 58045da4..50aa49c6 100644 --- a/src/class_diagram/model/diagram.cc +++ b/src/class_diagram/model/diagram.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/diagram.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/diagram.h b/src/class_diagram/model/diagram.h index fb3f1f21..835035a4 100644 --- a/src/class_diagram/model/diagram.h +++ b/src/class_diagram/model/diagram.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/diagram.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/enum.cc b/src/class_diagram/model/enum.cc index 878719b6..cff1d99c 100644 --- a/src/class_diagram/model/enum.cc +++ b/src/class_diagram/model/enum.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/enum.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/enum.h b/src/class_diagram/model/enum.h index e69d1e2d..9d0f1bec 100644 --- a/src/class_diagram/model/enum.h +++ b/src/class_diagram/model/enum.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/enum.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/method_parameter.cc b/src/class_diagram/model/method_parameter.cc index 13451a5c..aae00c96 100644 --- a/src/class_diagram/model/method_parameter.cc +++ b/src/class_diagram/model/method_parameter.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/method_parameter.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/model/method_parameter.h b/src/class_diagram/model/method_parameter.h index f6db2529..253a3f8d 100644 --- a/src/class_diagram/model/method_parameter.h +++ b/src/class_diagram/model/method_parameter.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/model/method_parameter.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/visitor/template_builder.cc b/src/class_diagram/visitor/template_builder.cc index 51045b28..ae73733f 100644 --- a/src/class_diagram/visitor/template_builder.cc +++ b/src/class_diagram/visitor/template_builder.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/visitor/template_builder.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/visitor/template_builder.h b/src/class_diagram/visitor/template_builder.h index 5448e01a..1a2b58ff 100644 --- a/src/class_diagram/visitor/template_builder.h +++ b/src/class_diagram/visitor/template_builder.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/visitor/template_builder.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/visitor/translation_unit_visitor.cc b/src/class_diagram/visitor/translation_unit_visitor.cc index eb169f9e..cac07180 100644 --- a/src/class_diagram/visitor/translation_unit_visitor.cc +++ b/src/class_diagram/visitor/translation_unit_visitor.cc @@ -1,7 +1,7 @@ /** * @file src/class_diagram/visitor/translation_unit_visitor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/class_diagram/visitor/translation_unit_visitor.h b/src/class_diagram/visitor/translation_unit_visitor.h index 59be4f94..30e7ea65 100644 --- a/src/class_diagram/visitor/translation_unit_visitor.h +++ b/src/class_diagram/visitor/translation_unit_visitor.h @@ -1,7 +1,7 @@ /** * @file src/class_diagram/visitor/translation_unit_visitor.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/cli/cli_handler.cc b/src/cli/cli_handler.cc index 2e671e39..7bc94d21 100644 --- a/src/cli/cli_handler.cc +++ b/src/cli/cli_handler.cc @@ -1,7 +1,7 @@ /** * @file src/options/cli_handler.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -385,7 +385,7 @@ runtime_config cli_handler::get_runtime_config() const cli_flow_t cli_handler::print_version() { ostr_ << "clang-uml " << clanguml::version::CLANG_UML_VERSION << '\n'; - ostr_ << "Copyright (C) 2021-2023 Bartek Kryza " << '\n'; + ostr_ << "Copyright (C) 2021-2024 Bartek Kryza " << '\n'; ostr_ << util::get_os_name() << '\n'; ostr_ << "Built against LLVM/Clang libraries version: " << LLVM_VERSION_STRING << '\n'; diff --git a/src/cli/cli_handler.h b/src/cli/cli_handler.h index 879c13cb..2aec25a7 100644 --- a/src/cli/cli_handler.h +++ b/src/cli/cli_handler.h @@ -1,7 +1,7 @@ /** * @file src/options/cli_handler.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/clang_utils.cc b/src/common/clang_utils.cc index 44e4e3f7..0c4d8b57 100644 --- a/src/common/clang_utils.cc +++ b/src/common/clang_utils.cc @@ -1,7 +1,7 @@ /** * @file src/common/clang_utils.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/clang_utils.h b/src/common/clang_utils.h index f94c7b4c..2f1ef2ab 100644 --- a/src/common/clang_utils.h +++ b/src/common/clang_utils.h @@ -1,7 +1,7 @@ /** * @file src/common/clang_utils.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/compilation_database.cc b/src/common/compilation_database.cc index 0e24819e..dc9fe9ec 100644 --- a/src/common/compilation_database.cc +++ b/src/common/compilation_database.cc @@ -1,7 +1,7 @@ /** * @file src/common/compilation_database.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/compilation_database.h b/src/common/compilation_database.h index 58b8c670..e1532b87 100644 --- a/src/common/compilation_database.h +++ b/src/common/compilation_database.h @@ -1,7 +1,7 @@ /** * @file src/common/compilation_database.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/generator.h b/src/common/generators/generator.h index 116d2770..27b548e1 100644 --- a/src/common/generators/generator.h +++ b/src/common/generators/generator.h @@ -1,7 +1,7 @@ /** * @file src/common/generators/generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/generators.cc b/src/common/generators/generators.cc index b6ecd648..2a3f1e5b 100644 --- a/src/common/generators/generators.cc +++ b/src/common/generators/generators.cc @@ -1,7 +1,7 @@ /** * @file src/common/generators/generators.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/generators.h b/src/common/generators/generators.h index 79c694c7..d39dd83d 100644 --- a/src/common/generators/generators.h +++ b/src/common/generators/generators.h @@ -1,7 +1,7 @@ /** * @file src/common/generators/generators.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/json/generator.cc b/src/common/generators/json/generator.cc index 5f9b6c40..e1fa27c5 100644 --- a/src/common/generators/json/generator.cc +++ b/src/common/generators/json/generator.cc @@ -1,7 +1,7 @@ /** * @file src/common/generators/json/generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/json/generator.h b/src/common/generators/json/generator.h index 33c71060..d76037a0 100644 --- a/src/common/generators/json/generator.h +++ b/src/common/generators/json/generator.h @@ -1,7 +1,7 @@ /** * @file src/common/generators/json/generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/mermaid/generator.cc b/src/common/generators/mermaid/generator.cc index 355995d4..d9b3a9c0 100644 --- a/src/common/generators/mermaid/generator.cc +++ b/src/common/generators/mermaid/generator.cc @@ -1,7 +1,7 @@ /** * @file src/common/generators/mermaid/generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/mermaid/generator.h b/src/common/generators/mermaid/generator.h index 0ef19f3b..93bedffc 100644 --- a/src/common/generators/mermaid/generator.h +++ b/src/common/generators/mermaid/generator.h @@ -1,7 +1,7 @@ /** * @file src/common/generators/mermaid/generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/nested_element_stack.h b/src/common/generators/nested_element_stack.h index bb6679ea..58717530 100644 --- a/src/common/generators/nested_element_stack.h +++ b/src/common/generators/nested_element_stack.h @@ -1,7 +1,7 @@ /** * @file src/common/generators/nested_element_stack.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/plantuml/generator.cc b/src/common/generators/plantuml/generator.cc index 2291dafc..c05932d9 100644 --- a/src/common/generators/plantuml/generator.cc +++ b/src/common/generators/plantuml/generator.cc @@ -1,7 +1,7 @@ /** * @file src/common/generators/plantuml/generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/plantuml/generator.h b/src/common/generators/plantuml/generator.h index dbc560ac..4a2446ee 100644 --- a/src/common/generators/plantuml/generator.h +++ b/src/common/generators/plantuml/generator.h @@ -1,7 +1,7 @@ /** * @file src/common/generators/plantuml/generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/progress_indicator.cc b/src/common/generators/progress_indicator.cc index 6dbf48f9..5db13a71 100644 --- a/src/common/generators/progress_indicator.cc +++ b/src/common/generators/progress_indicator.cc @@ -1,7 +1,7 @@ /** * @file src/common/generators/progress_indicator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/generators/progress_indicator.h b/src/common/generators/progress_indicator.h index 6bfc655d..0c5a7279 100644 --- a/src/common/generators/progress_indicator.h +++ b/src/common/generators/progress_indicator.h @@ -1,7 +1,7 @@ /** * @file src/common/generators/progress_indicator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/decorated_element.cc b/src/common/model/decorated_element.cc index 39951b90..fae18bc7 100644 --- a/src/common/model/decorated_element.cc +++ b/src/common/model/decorated_element.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/decorated_element.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/decorated_element.h b/src/common/model/decorated_element.h index 57409872..94805be3 100644 --- a/src/common/model/decorated_element.h +++ b/src/common/model/decorated_element.h @@ -1,7 +1,7 @@ /** * @file src/common/model/decorated_element.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/diagram.cc b/src/common/model/diagram.cc index 22f8e290..b551792d 100644 --- a/src/common/model/diagram.cc +++ b/src/common/model/diagram.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/diagram.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/diagram.h b/src/common/model/diagram.h index 44015f93..28f40f47 100644 --- a/src/common/model/diagram.h +++ b/src/common/model/diagram.h @@ -1,7 +1,7 @@ /** * @file src/common/model/diagram.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/diagram_element.cc b/src/common/model/diagram_element.cc index 96f603da..8e307fc0 100644 --- a/src/common/model/diagram_element.cc +++ b/src/common/model/diagram_element.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/diagram_element.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/diagram_element.h b/src/common/model/diagram_element.h index f3bb07ef..8aa6264a 100644 --- a/src/common/model/diagram_element.h +++ b/src/common/model/diagram_element.h @@ -1,7 +1,7 @@ /** * src/common/model/diagram_element.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/diagram_filter.cc b/src/common/model/diagram_filter.cc index 2104a2ed..a784ed56 100644 --- a/src/common/model/diagram_filter.cc +++ b/src/common/model/diagram_filter.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/diagram_filter.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/diagram_filter.h b/src/common/model/diagram_filter.h index 416411c6..81cd25b6 100644 --- a/src/common/model/diagram_filter.h +++ b/src/common/model/diagram_filter.h @@ -1,7 +1,7 @@ /** * @file src/common/model/diagram_filter.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/element.cc b/src/common/model/element.cc index ceb90e05..224ed420 100644 --- a/src/common/model/element.cc +++ b/src/common/model/element.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/element.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/element.h b/src/common/model/element.h index d7c4876c..34f1915c 100644 --- a/src/common/model/element.h +++ b/src/common/model/element.h @@ -1,7 +1,7 @@ /** * @file src/common/model/element.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/element_view.h b/src/common/model/element_view.h index 0c2a6b5a..b7a25c79 100644 --- a/src/common/model/element_view.h +++ b/src/common/model/element_view.h @@ -1,7 +1,7 @@ /** * @file src/common/model/element_view.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/enums.cc b/src/common/model/enums.cc index 8b553413..98e170a6 100644 --- a/src/common/model/enums.cc +++ b/src/common/model/enums.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/enums.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/enums.h b/src/common/model/enums.h index 03d5236e..835b8222 100644 --- a/src/common/model/enums.h +++ b/src/common/model/enums.h @@ -1,7 +1,7 @@ /** * @file src/common/model/enums.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/namespace.cc b/src/common/model/namespace.cc index dd9edf5c..ae89bc81 100644 --- a/src/common/model/namespace.cc +++ b/src/common/model/namespace.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/namespace.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/namespace.h b/src/common/model/namespace.h index ae691d6d..32726553 100644 --- a/src/common/model/namespace.h +++ b/src/common/model/namespace.h @@ -1,7 +1,7 @@ /** * @file src/common/model/namespace.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/nested_trait.h b/src/common/model/nested_trait.h index a7050da3..195cc02d 100644 --- a/src/common/model/nested_trait.h +++ b/src/common/model/nested_trait.h @@ -1,7 +1,7 @@ /** * @file src/common/model/nested_trait.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/package.cc b/src/common/model/package.cc index 6cdc2b40..244f2882 100644 --- a/src/common/model/package.cc +++ b/src/common/model/package.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/package.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/package.h b/src/common/model/package.h index 3ed6f46c..353b5cf1 100644 --- a/src/common/model/package.h +++ b/src/common/model/package.h @@ -1,7 +1,7 @@ /** * @file src/common/model/package.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/path.cc b/src/common/model/path.cc index 6738d3e4..e294c4ea 100644 --- a/src/common/model/path.cc +++ b/src/common/model/path.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/path.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/path.h b/src/common/model/path.h index 090550cb..b81e04a2 100644 --- a/src/common/model/path.h +++ b/src/common/model/path.h @@ -1,7 +1,7 @@ /** * @file src/common/model/path.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/relationship.cc b/src/common/model/relationship.cc index 05a2800b..00800c5d 100644 --- a/src/common/model/relationship.cc +++ b/src/common/model/relationship.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/relationship.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/relationship.h b/src/common/model/relationship.h index 61516487..db282908 100644 --- a/src/common/model/relationship.h +++ b/src/common/model/relationship.h @@ -1,7 +1,7 @@ /** * @file src/common/model/relationship.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/source_file.cc b/src/common/model/source_file.cc index 3a9b4d1e..292dd7e0 100644 --- a/src/common/model/source_file.cc +++ b/src/common/model/source_file.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/source_file.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/source_file.h b/src/common/model/source_file.h index 6b8920c8..b3a88a65 100644 --- a/src/common/model/source_file.h +++ b/src/common/model/source_file.h @@ -1,7 +1,7 @@ /** * @file src/common/model/source_file.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/source_location.cc b/src/common/model/source_location.cc index 89358a08..56b8fd37 100644 --- a/src/common/model/source_location.cc +++ b/src/common/model/source_location.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/source_location.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/source_location.h b/src/common/model/source_location.h index 2dc98af4..25f2ba29 100644 --- a/src/common/model/source_location.h +++ b/src/common/model/source_location.h @@ -1,7 +1,7 @@ /** * @file src/common/model/source_location.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/stylable_element.cc b/src/common/model/stylable_element.cc index d9da4c39..ea61d0ba 100644 --- a/src/common/model/stylable_element.cc +++ b/src/common/model/stylable_element.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/stylable_element.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/stylable_element.h b/src/common/model/stylable_element.h index 2a1c429d..201da800 100644 --- a/src/common/model/stylable_element.h +++ b/src/common/model/stylable_element.h @@ -1,7 +1,7 @@ /** * @file src/common/model/stylable_element.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/template_parameter.cc b/src/common/model/template_parameter.cc index 90fdaa75..b31270d9 100644 --- a/src/common/model/template_parameter.cc +++ b/src/common/model/template_parameter.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/template_parameter.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/template_parameter.h b/src/common/model/template_parameter.h index 6334188a..c9d0aecc 100644 --- a/src/common/model/template_parameter.h +++ b/src/common/model/template_parameter.h @@ -1,7 +1,7 @@ /** * @file src/common/model/template_parameter.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/template_trait.cc b/src/common/model/template_trait.cc index 139d804a..d80830b0 100644 --- a/src/common/model/template_trait.cc +++ b/src/common/model/template_trait.cc @@ -1,7 +1,7 @@ /** * @file src/common/model/template_trait.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/template_trait.h b/src/common/model/template_trait.h index 24309302..535d3a7f 100644 --- a/src/common/model/template_trait.h +++ b/src/common/model/template_trait.h @@ -1,7 +1,7 @@ /** * @file src/common/model/template_trait.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/model/tvl.h b/src/common/model/tvl.h index 9c9bc5e5..b24d51e6 100644 --- a/src/common/model/tvl.h +++ b/src/common/model/tvl.h @@ -1,7 +1,7 @@ /** * @file src/common/model/tvl.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/types.cc b/src/common/types.cc index 97719ffe..2fe79d12 100644 --- a/src/common/types.cc +++ b/src/common/types.cc @@ -1,7 +1,7 @@ /** * @file src/common/types.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/types.h b/src/common/types.h index 0239824b..7da7ea74 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -1,7 +1,7 @@ /** * @file src/common/types.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/visitor/ast_id_mapper.cc b/src/common/visitor/ast_id_mapper.cc index ba985306..b9d22787 100644 --- a/src/common/visitor/ast_id_mapper.cc +++ b/src/common/visitor/ast_id_mapper.cc @@ -1,7 +1,7 @@ /** * @file src/common/visitor/ast_id_mapper.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/visitor/ast_id_mapper.h b/src/common/visitor/ast_id_mapper.h index cb5e1374..87a7ef42 100644 --- a/src/common/visitor/ast_id_mapper.h +++ b/src/common/visitor/ast_id_mapper.h @@ -1,7 +1,7 @@ /** * @file src/common/visitor/ast_id_mapper.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/visitor/comment/clang_visitor.cc b/src/common/visitor/comment/clang_visitor.cc index cff24773..1c80b09e 100644 --- a/src/common/visitor/comment/clang_visitor.cc +++ b/src/common/visitor/comment/clang_visitor.cc @@ -1,7 +1,7 @@ /** * @file src/common/visitor/comment/clang_visitor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/visitor/comment/clang_visitor.h b/src/common/visitor/comment/clang_visitor.h index 6424802f..d2a0c402 100644 --- a/src/common/visitor/comment/clang_visitor.h +++ b/src/common/visitor/comment/clang_visitor.h @@ -1,7 +1,7 @@ /** * @file src/common/visitor/comment/clang_visitor.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/visitor/comment/comment_visitor.cc b/src/common/visitor/comment/comment_visitor.cc index 3db2f023..129367dc 100644 --- a/src/common/visitor/comment/comment_visitor.cc +++ b/src/common/visitor/comment/comment_visitor.cc @@ -1,7 +1,7 @@ /** * @file src/common/visitor/comment/comment_visitor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/visitor/comment/comment_visitor.h b/src/common/visitor/comment/comment_visitor.h index 9f331db8..f2a9e51c 100644 --- a/src/common/visitor/comment/comment_visitor.h +++ b/src/common/visitor/comment/comment_visitor.h @@ -1,7 +1,7 @@ /** * @file src/common/visitor/comment/comment_visitor.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/visitor/comment/plain_visitor.cc b/src/common/visitor/comment/plain_visitor.cc index 834951ad..b348e22f 100644 --- a/src/common/visitor/comment/plain_visitor.cc +++ b/src/common/visitor/comment/plain_visitor.cc @@ -1,7 +1,7 @@ /** * @file src/common/visitor/comment/plain_visitor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/visitor/comment/plain_visitor.h b/src/common/visitor/comment/plain_visitor.h index 54b2c0a5..1cb90c85 100644 --- a/src/common/visitor/comment/plain_visitor.h +++ b/src/common/visitor/comment/plain_visitor.h @@ -1,7 +1,7 @@ /** * @file src/common/visitor/comment/plain_visitor.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/visitor/translation_unit_visitor.cc b/src/common/visitor/translation_unit_visitor.cc index 6bde7023..40441b71 100644 --- a/src/common/visitor/translation_unit_visitor.cc +++ b/src/common/visitor/translation_unit_visitor.cc @@ -1,7 +1,7 @@ /** * @file src/common/visitor/translation_unit_visitor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/common/visitor/translation_unit_visitor.h b/src/common/visitor/translation_unit_visitor.h index b8e834f2..6dfbc762 100644 --- a/src/common/visitor/translation_unit_visitor.h +++ b/src/common/visitor/translation_unit_visitor.h @@ -1,7 +1,7 @@ /** * @file src/common/visitor/translation_unit_visitor.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/config/config.cc b/src/config/config.cc index 1a663a66..d875908c 100644 --- a/src/config/config.cc +++ b/src/config/config.cc @@ -1,7 +1,7 @@ /** * @file src/config/config.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/config/config.h b/src/config/config.h index 32c13194..0db27a25 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -1,7 +1,7 @@ /** * @file src/config/config.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/config/diagram_templates.cc b/src/config/diagram_templates.cc index 9bde28e9..92d0c1f0 100644 --- a/src/config/diagram_templates.cc +++ b/src/config/diagram_templates.cc @@ -1,7 +1,7 @@ /** * @file src/config/diagram_templates.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/config/diagram_templates.h b/src/config/diagram_templates.h index 3721337b..c7b228a2 100644 --- a/src/config/diagram_templates.h +++ b/src/config/diagram_templates.h @@ -1,7 +1,7 @@ /** * @file src/config/diagram_templates.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/config/option.h b/src/config/option.h index ba8ff331..0f446d59 100644 --- a/src/config/option.h +++ b/src/config/option.h @@ -1,7 +1,7 @@ /** * @file src/config/option.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/config/schema.h b/src/config/schema.h index 4f5b9df2..63f52bce 100644 --- a/src/config/schema.h +++ b/src/config/schema.h @@ -1,7 +1,7 @@ /** * @file src/config/schema.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/config/yaml_decoders.cc b/src/config/yaml_decoders.cc index 0337832f..0c414c4d 100644 --- a/src/config/yaml_decoders.cc +++ b/src/config/yaml_decoders.cc @@ -1,7 +1,7 @@ /** * @file src/config/yaml_decoders.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/config/yaml_emitters.cc b/src/config/yaml_emitters.cc index ddf40344..35c92595 100644 --- a/src/config/yaml_emitters.cc +++ b/src/config/yaml_emitters.cc @@ -1,7 +1,7 @@ /** * @file src/config/yaml_emitters.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/decorators/decorators.cc b/src/decorators/decorators.cc index 38c7a63f..0c39d214 100644 --- a/src/decorators/decorators.cc +++ b/src/decorators/decorators.cc @@ -1,7 +1,7 @@ /** * @file src/decorators/decorators.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/decorators/decorators.h b/src/decorators/decorators.h index 2425607d..b745f87a 100644 --- a/src/decorators/decorators.h +++ b/src/decorators/decorators.h @@ -1,7 +1,7 @@ /** * @file src/decorators/decorators.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/docs/architecture.cc b/src/docs/architecture.cc index f4e1b078..9b2ca0e6 100644 --- a/src/docs/architecture.cc +++ b/src/docs/architecture.cc @@ -1,7 +1,7 @@ /** * @file docs/architecture.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/docs/architecture.h b/src/docs/architecture.h index 1478477b..5a8fdfe3 100644 --- a/src/docs/architecture.h +++ b/src/docs/architecture.h @@ -1,7 +1,7 @@ /** * @file docs/architecture.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/include_diagram/generators/json/include_diagram_generator.cc b/src/include_diagram/generators/json/include_diagram_generator.cc index 56ebaa81..309cc6ee 100644 --- a/src/include_diagram/generators/json/include_diagram_generator.cc +++ b/src/include_diagram/generators/json/include_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/include_diagram/generators/json/include_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/include_diagram/generators/json/include_diagram_generator.h b/src/include_diagram/generators/json/include_diagram_generator.h index ad20340f..a3df9b3a 100644 --- a/src/include_diagram/generators/json/include_diagram_generator.h +++ b/src/include_diagram/generators/json/include_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/include_diagram/generators/json/include_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/include_diagram/generators/mermaid/include_diagram_generator.cc b/src/include_diagram/generators/mermaid/include_diagram_generator.cc index 48cf3472..475a7733 100644 --- a/src/include_diagram/generators/mermaid/include_diagram_generator.cc +++ b/src/include_diagram/generators/mermaid/include_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/include_diagram/generators/mermaid/include_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/include_diagram/generators/mermaid/include_diagram_generator.h b/src/include_diagram/generators/mermaid/include_diagram_generator.h index 4efaf94e..0a530004 100644 --- a/src/include_diagram/generators/mermaid/include_diagram_generator.h +++ b/src/include_diagram/generators/mermaid/include_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/include_diagram/generators/mermaid/include_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/include_diagram/generators/plantuml/include_diagram_generator.cc b/src/include_diagram/generators/plantuml/include_diagram_generator.cc index 79cc663b..9dd04e71 100644 --- a/src/include_diagram/generators/plantuml/include_diagram_generator.cc +++ b/src/include_diagram/generators/plantuml/include_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/include_diagram/generators/plantuml/include_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/include_diagram/generators/plantuml/include_diagram_generator.h b/src/include_diagram/generators/plantuml/include_diagram_generator.h index 4b9530d2..5ee1fd00 100644 --- a/src/include_diagram/generators/plantuml/include_diagram_generator.h +++ b/src/include_diagram/generators/plantuml/include_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/include_diagram/generators/plantuml/include_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/include_diagram/model/diagram.cc b/src/include_diagram/model/diagram.cc index 8be81e5d..9e5b062f 100644 --- a/src/include_diagram/model/diagram.cc +++ b/src/include_diagram/model/diagram.cc @@ -1,7 +1,7 @@ /** * @file src/include_diagram/model/diagram.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/include_diagram/model/diagram.h b/src/include_diagram/model/diagram.h index 0874c217..f9b0dabc 100644 --- a/src/include_diagram/model/diagram.h +++ b/src/include_diagram/model/diagram.h @@ -1,7 +1,7 @@ /** * @file src/include_diagram/model/diagram.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/include_diagram/visitor/translation_unit_visitor.cc b/src/include_diagram/visitor/translation_unit_visitor.cc index cdc24be8..9b12cd15 100644 --- a/src/include_diagram/visitor/translation_unit_visitor.cc +++ b/src/include_diagram/visitor/translation_unit_visitor.cc @@ -1,7 +1,7 @@ /** * @file src/include_diagram/visitor/translation_unit_visitor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/include_diagram/visitor/translation_unit_visitor.h b/src/include_diagram/visitor/translation_unit_visitor.h index 68938c5e..d59f258b 100644 --- a/src/include_diagram/visitor/translation_unit_visitor.h +++ b/src/include_diagram/visitor/translation_unit_visitor.h @@ -1,7 +1,7 @@ /** * @file src/include_diagram/visitor/translation_unit_visitor.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/main.cc b/src/main.cc index f8814c05..70d16bf7 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,7 +1,7 @@ /** * @file src/main.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/package_diagram/generators/json/package_diagram_generator.cc b/src/package_diagram/generators/json/package_diagram_generator.cc index cbf4a0fe..7fffd3dd 100644 --- a/src/package_diagram/generators/json/package_diagram_generator.cc +++ b/src/package_diagram/generators/json/package_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/package_diagram/generators/json/package_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/package_diagram/generators/json/package_diagram_generator.h b/src/package_diagram/generators/json/package_diagram_generator.h index e6a10803..a5881b61 100644 --- a/src/package_diagram/generators/json/package_diagram_generator.h +++ b/src/package_diagram/generators/json/package_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/package_diagram/generators/json/package_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/package_diagram/generators/mermaid/package_diagram_generator.cc b/src/package_diagram/generators/mermaid/package_diagram_generator.cc index de81903c..1962d8c6 100644 --- a/src/package_diagram/generators/mermaid/package_diagram_generator.cc +++ b/src/package_diagram/generators/mermaid/package_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/package_diagram/generators/mermaid/package_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/package_diagram/generators/mermaid/package_diagram_generator.h b/src/package_diagram/generators/mermaid/package_diagram_generator.h index e17ca55c..b9659fdc 100644 --- a/src/package_diagram/generators/mermaid/package_diagram_generator.h +++ b/src/package_diagram/generators/mermaid/package_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/package_diagram/generators/mermaid/package_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/package_diagram/generators/plantuml/package_diagram_generator.cc b/src/package_diagram/generators/plantuml/package_diagram_generator.cc index b8d3c3d1..a7e90722 100644 --- a/src/package_diagram/generators/plantuml/package_diagram_generator.cc +++ b/src/package_diagram/generators/plantuml/package_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/package_diagram/generators/plantuml/package_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/package_diagram/generators/plantuml/package_diagram_generator.h b/src/package_diagram/generators/plantuml/package_diagram_generator.h index be74d676..32774fc8 100644 --- a/src/package_diagram/generators/plantuml/package_diagram_generator.h +++ b/src/package_diagram/generators/plantuml/package_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/package_diagram/generators/plantuml/package_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/package_diagram/model/diagram.cc b/src/package_diagram/model/diagram.cc index 8dec8b17..4ba5e6f0 100644 --- a/src/package_diagram/model/diagram.cc +++ b/src/package_diagram/model/diagram.cc @@ -1,7 +1,7 @@ /** * @file src/package_diagram/model/diagram.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/package_diagram/model/diagram.h b/src/package_diagram/model/diagram.h index 5851139c..335a5456 100644 --- a/src/package_diagram/model/diagram.h +++ b/src/package_diagram/model/diagram.h @@ -1,7 +1,7 @@ /** * @file src/package_diagram/model/diagram.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/package_diagram/visitor/translation_unit_visitor.cc b/src/package_diagram/visitor/translation_unit_visitor.cc index c2a68883..a48ce9f2 100644 --- a/src/package_diagram/visitor/translation_unit_visitor.cc +++ b/src/package_diagram/visitor/translation_unit_visitor.cc @@ -1,7 +1,7 @@ /** * @file src/package_diagram/visitor/translation_unit_visitor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/package_diagram/visitor/translation_unit_visitor.h b/src/package_diagram/visitor/translation_unit_visitor.h index ec671a85..11d8dc14 100644 --- a/src/package_diagram/visitor/translation_unit_visitor.h +++ b/src/package_diagram/visitor/translation_unit_visitor.h @@ -1,7 +1,7 @@ /** * @file src/package_diagram/visitor/translation_unit_visitor.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/generators/json/sequence_diagram_generator.cc b/src/sequence_diagram/generators/json/sequence_diagram_generator.cc index 39c05f75..b23816f5 100644 --- a/src/sequence_diagram/generators/json/sequence_diagram_generator.cc +++ b/src/sequence_diagram/generators/json/sequence_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/generators/json/sequence_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/generators/json/sequence_diagram_generator.h b/src/sequence_diagram/generators/json/sequence_diagram_generator.h index e787c572..bbf45078 100644 --- a/src/sequence_diagram/generators/json/sequence_diagram_generator.h +++ b/src/sequence_diagram/generators/json/sequence_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/generators/json/sequence_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/generators/mermaid/sequence_diagram_generator.cc b/src/sequence_diagram/generators/mermaid/sequence_diagram_generator.cc index a2f25ee3..af403651 100644 --- a/src/sequence_diagram/generators/mermaid/sequence_diagram_generator.cc +++ b/src/sequence_diagram/generators/mermaid/sequence_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/generators/mermaid/sequence_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/generators/mermaid/sequence_diagram_generator.h b/src/sequence_diagram/generators/mermaid/sequence_diagram_generator.h index 6aaef53e..e8446479 100644 --- a/src/sequence_diagram/generators/mermaid/sequence_diagram_generator.h +++ b/src/sequence_diagram/generators/mermaid/sequence_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/generators/mermaid/sequence_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/generators/plantuml/sequence_diagram_generator.cc b/src/sequence_diagram/generators/plantuml/sequence_diagram_generator.cc index 20623b22..598b0b0f 100644 --- a/src/sequence_diagram/generators/plantuml/sequence_diagram_generator.cc +++ b/src/sequence_diagram/generators/plantuml/sequence_diagram_generator.cc @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/generators/plantuml/sequence_diagram_generator.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/generators/plantuml/sequence_diagram_generator.h b/src/sequence_diagram/generators/plantuml/sequence_diagram_generator.h index 6adfb14d..8d02deec 100644 --- a/src/sequence_diagram/generators/plantuml/sequence_diagram_generator.h +++ b/src/sequence_diagram/generators/plantuml/sequence_diagram_generator.h @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/generators/plantuml/sequence_diagram_generator.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/model/activity.cc b/src/sequence_diagram/model/activity.cc index a5cbcdca..c66ba730 100644 --- a/src/sequence_diagram/model/activity.cc +++ b/src/sequence_diagram/model/activity.cc @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/model/activity.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/model/activity.h b/src/sequence_diagram/model/activity.h index 241b929a..ac0d1592 100644 --- a/src/sequence_diagram/model/activity.h +++ b/src/sequence_diagram/model/activity.h @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/model/activity.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/model/diagram.cc b/src/sequence_diagram/model/diagram.cc index c6dd17c2..45d2f97a 100644 --- a/src/sequence_diagram/model/diagram.cc +++ b/src/sequence_diagram/model/diagram.cc @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/model/diagram.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/model/diagram.h b/src/sequence_diagram/model/diagram.h index 13192809..35f0c465 100644 --- a/src/sequence_diagram/model/diagram.h +++ b/src/sequence_diagram/model/diagram.h @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/model/diagram.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/model/message.cc b/src/sequence_diagram/model/message.cc index 0ec92fec..fad5ca19 100644 --- a/src/sequence_diagram/model/message.cc +++ b/src/sequence_diagram/model/message.cc @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/model/message.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/model/message.h b/src/sequence_diagram/model/message.h index c59563a4..476b55fa 100644 --- a/src/sequence_diagram/model/message.h +++ b/src/sequence_diagram/model/message.h @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/model/message.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/model/participant.cc b/src/sequence_diagram/model/participant.cc index 6807d34e..6e393c7a 100644 --- a/src/sequence_diagram/model/participant.cc +++ b/src/sequence_diagram/model/participant.cc @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/model/participant.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/model/participant.h b/src/sequence_diagram/model/participant.h index c26bd3c4..ff86fa2e 100644 --- a/src/sequence_diagram/model/participant.h +++ b/src/sequence_diagram/model/participant.h @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/model/participant.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/visitor/call_expression_context.cc b/src/sequence_diagram/visitor/call_expression_context.cc index 336a2747..403d460f 100644 --- a/src/sequence_diagram/visitor/call_expression_context.cc +++ b/src/sequence_diagram/visitor/call_expression_context.cc @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/visitor/call_expression_context.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/visitor/call_expression_context.h b/src/sequence_diagram/visitor/call_expression_context.h index 41e22647..ba4958f3 100644 --- a/src/sequence_diagram/visitor/call_expression_context.h +++ b/src/sequence_diagram/visitor/call_expression_context.h @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/visitor/call_expression_context.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/visitor/translation_unit_visitor.cc b/src/sequence_diagram/visitor/translation_unit_visitor.cc index 9f1e7a77..5a79a309 100644 --- a/src/sequence_diagram/visitor/translation_unit_visitor.cc +++ b/src/sequence_diagram/visitor/translation_unit_visitor.cc @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/visitor/translation_unit_visitor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/sequence_diagram/visitor/translation_unit_visitor.h b/src/sequence_diagram/visitor/translation_unit_visitor.h index 8369c871..ddf10ab9 100644 --- a/src/sequence_diagram/visitor/translation_unit_visitor.h +++ b/src/sequence_diagram/visitor/translation_unit_visitor.h @@ -1,7 +1,7 @@ /** * @file src/sequence_diagram/visitor/translation_unit_visitor.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/util/error.h b/src/util/error.h index 20f1ff9b..97ccf513 100644 --- a/src/util/error.h +++ b/src/util/error.h @@ -1,7 +1,7 @@ /** * @file src/util/error.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/util/query_driver_output_extractor.cc b/src/util/query_driver_output_extractor.cc index fd7f3765..12cb8629 100644 --- a/src/util/query_driver_output_extractor.cc +++ b/src/util/query_driver_output_extractor.cc @@ -1,7 +1,7 @@ /** * @file src/util/query_driver_include_extractor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/util/query_driver_output_extractor.h b/src/util/query_driver_output_extractor.h index 80f6ba3e..182aeb8b 100644 --- a/src/util/query_driver_output_extractor.h +++ b/src/util/query_driver_output_extractor.h @@ -1,7 +1,7 @@ /** * @file src/util/query_driver_include_extractor.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/util/thread_pool_executor.cc b/src/util/thread_pool_executor.cc index 150ab247..577f763c 100644 --- a/src/util/thread_pool_executor.cc +++ b/src/util/thread_pool_executor.cc @@ -1,7 +1,7 @@ /** * @file src/util/thread_pool_executor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/util/thread_pool_executor.h b/src/util/thread_pool_executor.h index 9e6820e9..16a13c41 100644 --- a/src/util/thread_pool_executor.h +++ b/src/util/thread_pool_executor.h @@ -1,7 +1,7 @@ /** * @file src/util/thread_pool_executor.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/util/util.cc b/src/util/util.cc index 21b4f41c..e8c139db 100644 --- a/src/util/util.cc +++ b/src/util/util.cc @@ -1,7 +1,7 @@ /** * @file src/util/util.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/src/util/util.h b/src/util/util.h index 105485ec..391f5b8c 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -1,7 +1,7 @@ /** * @file src/util/util.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00002/test_case.h b/tests/t00002/test_case.h index b1554983..ed269e3a 100644 --- a/tests/t00002/test_case.h +++ b/tests/t00002/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00002/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00003/test_case.h b/tests/t00003/test_case.h index d58bd6a1..9fc98f5a 100644 --- a/tests/t00003/test_case.h +++ b/tests/t00003/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00003/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00004/test_case.h b/tests/t00004/test_case.h index c0f54989..1cf42b89 100644 --- a/tests/t00004/test_case.h +++ b/tests/t00004/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00004/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00005/test_case.h b/tests/t00005/test_case.h index 7912b25d..b759a51f 100644 --- a/tests/t00005/test_case.h +++ b/tests/t00005/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00005/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00006/test_case.h b/tests/t00006/test_case.h index 07462187..7757aa7f 100644 --- a/tests/t00006/test_case.h +++ b/tests/t00006/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00006/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00007/test_case.h b/tests/t00007/test_case.h index eaa3102f..98bf9855 100644 --- a/tests/t00007/test_case.h +++ b/tests/t00007/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00007/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00008/test_case.h b/tests/t00008/test_case.h index c0a03a36..28fb7676 100644 --- a/tests/t00008/test_case.h +++ b/tests/t00008/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00008/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00009/test_case.h b/tests/t00009/test_case.h index 1946f432..c72a3a00 100644 --- a/tests/t00009/test_case.h +++ b/tests/t00009/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00009/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00010/test_case.h b/tests/t00010/test_case.h index cd86ec6a..83dca628 100644 --- a/tests/t00010/test_case.h +++ b/tests/t00010/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00010/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00011/test_case.h b/tests/t00011/test_case.h index a59c6155..a5c7d53a 100644 --- a/tests/t00011/test_case.h +++ b/tests/t00011/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00011/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00012/test_case.h b/tests/t00012/test_case.h index 3145eda6..8b1a9d6a 100644 --- a/tests/t00012/test_case.h +++ b/tests/t00012/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00012/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00013/test_case.h b/tests/t00013/test_case.h index 9dfd2281..f12a999b 100644 --- a/tests/t00013/test_case.h +++ b/tests/t00013/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00013/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00014/test_case.h b/tests/t00014/test_case.h index faec6fa7..0368ba2d 100644 --- a/tests/t00014/test_case.h +++ b/tests/t00014/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00014/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00015/test_case.h b/tests/t00015/test_case.h index 17e930d6..42752d54 100644 --- a/tests/t00015/test_case.h +++ b/tests/t00015/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00015/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00016/test_case.h b/tests/t00016/test_case.h index bbafe446..52b6bc3f 100644 --- a/tests/t00016/test_case.h +++ b/tests/t00016/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00016/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00017/test_case.h b/tests/t00017/test_case.h index f41b6b5a..865764ba 100644 --- a/tests/t00017/test_case.h +++ b/tests/t00017/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00017/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00018/test_case.h b/tests/t00018/test_case.h index 9f3f2f0f..8ca24e0b 100644 --- a/tests/t00018/test_case.h +++ b/tests/t00018/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00018/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00019/test_case.h b/tests/t00019/test_case.h index b8b4dc35..d7bdb746 100644 --- a/tests/t00019/test_case.h +++ b/tests/t00019/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00019/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00020/test_case.h b/tests/t00020/test_case.h index e64a9463..d959b04c 100644 --- a/tests/t00020/test_case.h +++ b/tests/t00020/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00020/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00021/test_case.h b/tests/t00021/test_case.h index 1451d2ec..f916adf3 100644 --- a/tests/t00021/test_case.h +++ b/tests/t00021/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00021/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00022/test_case.h b/tests/t00022/test_case.h index 3294ce30..ab38da8c 100644 --- a/tests/t00022/test_case.h +++ b/tests/t00022/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00022/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00023/test_case.h b/tests/t00023/test_case.h index c76f72eb..a0c74506 100644 --- a/tests/t00023/test_case.h +++ b/tests/t00023/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00023/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00024/test_case.h b/tests/t00024/test_case.h index 1d30537d..7ede8607 100644 --- a/tests/t00024/test_case.h +++ b/tests/t00024/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00024/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00025/test_case.h b/tests/t00025/test_case.h index 1e01d5a0..c15ba9e9 100644 --- a/tests/t00025/test_case.h +++ b/tests/t00025/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00025/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00026/test_case.h b/tests/t00026/test_case.h index 4b1ffdc6..3de355c2 100644 --- a/tests/t00026/test_case.h +++ b/tests/t00026/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00026/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00027/test_case.h b/tests/t00027/test_case.h index 85712839..e9cd07a8 100644 --- a/tests/t00027/test_case.h +++ b/tests/t00027/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00027/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00028/test_case.h b/tests/t00028/test_case.h index 372a1038..77b8df35 100644 --- a/tests/t00028/test_case.h +++ b/tests/t00028/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00028/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00029/test_case.h b/tests/t00029/test_case.h index de139312..c5ed006b 100644 --- a/tests/t00029/test_case.h +++ b/tests/t00029/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00029/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00030/test_case.h b/tests/t00030/test_case.h index cb4ca72c..bd04683e 100644 --- a/tests/t00030/test_case.h +++ b/tests/t00030/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00030/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00031/test_case.h b/tests/t00031/test_case.h index 921a4293..eb9d8c50 100644 --- a/tests/t00031/test_case.h +++ b/tests/t00031/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00031/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00032/test_case.h b/tests/t00032/test_case.h index 92e20f72..09dad790 100644 --- a/tests/t00032/test_case.h +++ b/tests/t00032/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00032/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00033/test_case.h b/tests/t00033/test_case.h index 68967f74..4e9a9c61 100644 --- a/tests/t00033/test_case.h +++ b/tests/t00033/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00033/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00034/test_case.h b/tests/t00034/test_case.h index c6894e43..8a6858f7 100644 --- a/tests/t00034/test_case.h +++ b/tests/t00034/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00034/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00035/test_case.h b/tests/t00035/test_case.h index 59b9976b..51018e78 100644 --- a/tests/t00035/test_case.h +++ b/tests/t00035/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00035/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00036/test_case.h b/tests/t00036/test_case.h index c5ddb1b8..12c58572 100644 --- a/tests/t00036/test_case.h +++ b/tests/t00036/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00036/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00037/test_case.h b/tests/t00037/test_case.h index 6742a1d1..e5e62d0f 100644 --- a/tests/t00037/test_case.h +++ b/tests/t00037/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00037/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00038/test_case.h b/tests/t00038/test_case.h index b9d1e47c..38363ddc 100644 --- a/tests/t00038/test_case.h +++ b/tests/t00038/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00038/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00039/test_case.h b/tests/t00039/test_case.h index d5edad61..9e4c562b 100644 --- a/tests/t00039/test_case.h +++ b/tests/t00039/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00039/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00040/test_case.h b/tests/t00040/test_case.h index 8305da37..ec8b0181 100644 --- a/tests/t00040/test_case.h +++ b/tests/t00040/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00040/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00041/test_case.h b/tests/t00041/test_case.h index 5d7f19cd..28fc90e3 100644 --- a/tests/t00041/test_case.h +++ b/tests/t00041/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00041/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00042/test_case.h b/tests/t00042/test_case.h index 008cb13b..795220eb 100644 --- a/tests/t00042/test_case.h +++ b/tests/t00042/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00042/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00043/test_case.h b/tests/t00043/test_case.h index 5355d787..abc539de 100644 --- a/tests/t00043/test_case.h +++ b/tests/t00043/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00043/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00044/test_case.h b/tests/t00044/test_case.h index 3a5f90aa..55610f86 100644 --- a/tests/t00044/test_case.h +++ b/tests/t00044/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00044/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00045/test_case.h b/tests/t00045/test_case.h index f2f2e2c5..604308b4 100644 --- a/tests/t00045/test_case.h +++ b/tests/t00045/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00045/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00046/test_case.h b/tests/t00046/test_case.h index 11272ee2..1352f8b5 100644 --- a/tests/t00046/test_case.h +++ b/tests/t00046/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00046/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00047/test_case.h b/tests/t00047/test_case.h index 69d341b8..19854832 100644 --- a/tests/t00047/test_case.h +++ b/tests/t00047/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00047/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00048/test_case.h b/tests/t00048/test_case.h index 3bea43d1..38ecc80b 100644 --- a/tests/t00048/test_case.h +++ b/tests/t00048/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00048/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00049/test_case.h b/tests/t00049/test_case.h index bf2f6474..01494fc3 100644 --- a/tests/t00049/test_case.h +++ b/tests/t00049/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00049/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00050/test_case.h b/tests/t00050/test_case.h index cdb593b8..6a3c50dd 100644 --- a/tests/t00050/test_case.h +++ b/tests/t00050/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00050/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00051/test_case.h b/tests/t00051/test_case.h index ed64654b..c2302184 100644 --- a/tests/t00051/test_case.h +++ b/tests/t00051/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00051/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00052/test_case.h b/tests/t00052/test_case.h index 264bf190..32319443 100644 --- a/tests/t00052/test_case.h +++ b/tests/t00052/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00052/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00053/test_case.h b/tests/t00053/test_case.h index 528b23ff..5cd14eb6 100644 --- a/tests/t00053/test_case.h +++ b/tests/t00053/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00053/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00054/test_case.h b/tests/t00054/test_case.h index 060c4900..7fcf352a 100644 --- a/tests/t00054/test_case.h +++ b/tests/t00054/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00054/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00055/test_case.h b/tests/t00055/test_case.h index 9f238ba7..f349d5bf 100644 --- a/tests/t00055/test_case.h +++ b/tests/t00055/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00055/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00056/test_case.h b/tests/t00056/test_case.h index 418c5079..8d6efee1 100644 --- a/tests/t00056/test_case.h +++ b/tests/t00056/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00056/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00057/test_case.h b/tests/t00057/test_case.h index e033db34..1a7331ea 100644 --- a/tests/t00057/test_case.h +++ b/tests/t00057/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00057/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00058/test_case.h b/tests/t00058/test_case.h index 4a24abd1..1a31bb60 100644 --- a/tests/t00058/test_case.h +++ b/tests/t00058/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00058/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00059/test_case.h b/tests/t00059/test_case.h index 8449ca80..3f72389b 100644 --- a/tests/t00059/test_case.h +++ b/tests/t00059/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00059/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00060/test_case.h b/tests/t00060/test_case.h index 3481b8a8..528bfcd4 100644 --- a/tests/t00060/test_case.h +++ b/tests/t00060/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00060/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00061/test_case.h b/tests/t00061/test_case.h index 38df0dd5..64b5fdb1 100644 --- a/tests/t00061/test_case.h +++ b/tests/t00061/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00061/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00062/test_case.h b/tests/t00062/test_case.h index d441f901..afa222c1 100644 --- a/tests/t00062/test_case.h +++ b/tests/t00062/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00062/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00063/test_case.h b/tests/t00063/test_case.h index 3afc52b1..8eac17bc 100644 --- a/tests/t00063/test_case.h +++ b/tests/t00063/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00063/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00064/test_case.h b/tests/t00064/test_case.h index 6cc3dfb8..c813798a 100644 --- a/tests/t00064/test_case.h +++ b/tests/t00064/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00064/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00065/test_case.h b/tests/t00065/test_case.h index 539d7944..51ccc4c5 100644 --- a/tests/t00065/test_case.h +++ b/tests/t00065/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00065/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00066/test_case.h b/tests/t00066/test_case.h index 8492271c..37765b71 100644 --- a/tests/t00066/test_case.h +++ b/tests/t00066/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00066/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00067/test_case.h b/tests/t00067/test_case.h index 45d77b35..b1142a5b 100644 --- a/tests/t00067/test_case.h +++ b/tests/t00067/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00067/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00068/test_case.h b/tests/t00068/test_case.h index 543f17c5..19836b1b 100644 --- a/tests/t00068/test_case.h +++ b/tests/t00068/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00068/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00069/test_case.h b/tests/t00069/test_case.h index 98894ea6..069803e2 100644 --- a/tests/t00069/test_case.h +++ b/tests/t00069/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00069/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00070/test_case.h b/tests/t00070/test_case.h index b7e74754..59227728 100644 --- a/tests/t00070/test_case.h +++ b/tests/t00070/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00070/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00071/test_case.h b/tests/t00071/test_case.h index b8219023..21821d2d 100644 --- a/tests/t00071/test_case.h +++ b/tests/t00071/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00071/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t00072/test_case.h b/tests/t00072/test_case.h index 29f22cb4..10252aed 100644 --- a/tests/t00072/test_case.h +++ b/tests/t00072/test_case.h @@ -1,7 +1,7 @@ /** * tests/t00072/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20001/test_case.h b/tests/t20001/test_case.h index dcdb59d1..f06f150d 100644 --- a/tests/t20001/test_case.h +++ b/tests/t20001/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20001/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20002/test_case.h b/tests/t20002/test_case.h index 03986b0c..65b08719 100644 --- a/tests/t20002/test_case.h +++ b/tests/t20002/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20002/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20003/test_case.h b/tests/t20003/test_case.h index 7a5dce25..6d8fbe3c 100644 --- a/tests/t20003/test_case.h +++ b/tests/t20003/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20003/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20004/test_case.h b/tests/t20004/test_case.h index 70747fb6..67b37ed9 100644 --- a/tests/t20004/test_case.h +++ b/tests/t20004/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20004/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20005/test_case.h b/tests/t20005/test_case.h index ac336b83..330bbdb1 100644 --- a/tests/t20005/test_case.h +++ b/tests/t20005/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20005/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20006/test_case.h b/tests/t20006/test_case.h index 65c2bed2..c825244f 100644 --- a/tests/t20006/test_case.h +++ b/tests/t20006/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20006/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20007/test_case.h b/tests/t20007/test_case.h index d6ee8025..97cfa231 100644 --- a/tests/t20007/test_case.h +++ b/tests/t20007/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20007/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20008/test_case.h b/tests/t20008/test_case.h index c6bc3497..0a98e6fd 100644 --- a/tests/t20008/test_case.h +++ b/tests/t20008/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20008/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20009/test_case.h b/tests/t20009/test_case.h index 905d034f..64bc4235 100644 --- a/tests/t20009/test_case.h +++ b/tests/t20009/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20009/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20010/test_case.h b/tests/t20010/test_case.h index 99f842d4..a4e0f76c 100644 --- a/tests/t20010/test_case.h +++ b/tests/t20010/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20010/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20011/test_case.h b/tests/t20011/test_case.h index bda7d30b..e6f4b81a 100644 --- a/tests/t20011/test_case.h +++ b/tests/t20011/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20011/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20012/test_case.h b/tests/t20012/test_case.h index 1212189a..12100f25 100644 --- a/tests/t20012/test_case.h +++ b/tests/t20012/test_case.h @@ -1,7 +1,7 @@ /** * test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20013/test_case.h b/tests/t20013/test_case.h index 3f3144d2..733f7e20 100644 --- a/tests/t20013/test_case.h +++ b/tests/t20013/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20013/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20014/test_case.h b/tests/t20014/test_case.h index 9b38b110..8bb84bbc 100644 --- a/tests/t20014/test_case.h +++ b/tests/t20014/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20014/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20015/test_case.h b/tests/t20015/test_case.h index c2c50ddc..259cafb7 100644 --- a/tests/t20015/test_case.h +++ b/tests/t20015/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20015/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20016/test_case.h b/tests/t20016/test_case.h index 5110b8fe..b9bf1d12 100644 --- a/tests/t20016/test_case.h +++ b/tests/t20016/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20016/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20017/test_case.h b/tests/t20017/test_case.h index daa4d0dd..37519ce6 100644 --- a/tests/t20017/test_case.h +++ b/tests/t20017/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20017/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20018/test_case.h b/tests/t20018/test_case.h index c6b4023f..ae618cae 100644 --- a/tests/t20018/test_case.h +++ b/tests/t20018/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20018/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20019/test_case.h b/tests/t20019/test_case.h index 62d55fc3..195655ff 100644 --- a/tests/t20019/test_case.h +++ b/tests/t20019/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20019/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20020/test_case.h b/tests/t20020/test_case.h index b68a840d..bc5c2d0d 100644 --- a/tests/t20020/test_case.h +++ b/tests/t20020/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20020/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20021/test_case.h b/tests/t20021/test_case.h index 2eed83c1..afcedf98 100644 --- a/tests/t20021/test_case.h +++ b/tests/t20021/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20021/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20022/test_case.h b/tests/t20022/test_case.h index 19b88900..330e14fa 100644 --- a/tests/t20022/test_case.h +++ b/tests/t20022/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20022/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20023/test_case.h b/tests/t20023/test_case.h index ad50dbb6..130d06b8 100644 --- a/tests/t20023/test_case.h +++ b/tests/t20023/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20023/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20024/test_case.h b/tests/t20024/test_case.h index 00257fe8..46d85a0b 100644 --- a/tests/t20024/test_case.h +++ b/tests/t20024/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20024/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20025/test_case.h b/tests/t20025/test_case.h index 3ece860b..2875c4f7 100644 --- a/tests/t20025/test_case.h +++ b/tests/t20025/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20025/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20026/test_case.h b/tests/t20026/test_case.h index 1151622a..be0bf34d 100644 --- a/tests/t20026/test_case.h +++ b/tests/t20026/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20026/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20027/test_case.h b/tests/t20027/test_case.h index d91b462b..97f42249 100644 --- a/tests/t20027/test_case.h +++ b/tests/t20027/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20027/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20028/test_case.h b/tests/t20028/test_case.h index 48feb7a7..e0947a9f 100644 --- a/tests/t20028/test_case.h +++ b/tests/t20028/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20028/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20029/test_case.h b/tests/t20029/test_case.h index bbfd787b..cfbfc6c4 100644 --- a/tests/t20029/test_case.h +++ b/tests/t20029/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20029/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20030/test_case.h b/tests/t20030/test_case.h index 38b24cdb..fdda6293 100644 --- a/tests/t20030/test_case.h +++ b/tests/t20030/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20030/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20031/test_case.h b/tests/t20031/test_case.h index f9726b91..f325cb53 100644 --- a/tests/t20031/test_case.h +++ b/tests/t20031/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20031/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20032/test_case.h b/tests/t20032/test_case.h index 5116c4ba..c056ed62 100644 --- a/tests/t20032/test_case.h +++ b/tests/t20032/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20032/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20033/test_case.h b/tests/t20033/test_case.h index 131acc81..f1f10c63 100644 --- a/tests/t20033/test_case.h +++ b/tests/t20033/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20033/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20034/test_case.h b/tests/t20034/test_case.h index 9d1b1287..26290368 100644 --- a/tests/t20034/test_case.h +++ b/tests/t20034/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20034/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20035/test_case.h b/tests/t20035/test_case.h index d4eb26dc..8213597d 100644 --- a/tests/t20035/test_case.h +++ b/tests/t20035/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20035/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20036/test_case.h b/tests/t20036/test_case.h index 293614aa..f8da4cd2 100644 --- a/tests/t20036/test_case.h +++ b/tests/t20036/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20036/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20037/test_case.h b/tests/t20037/test_case.h index c4d60600..15f20df3 100644 --- a/tests/t20037/test_case.h +++ b/tests/t20037/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20037/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t20038/test_case.h b/tests/t20038/test_case.h index 9765010e..dc0c8be9 100644 --- a/tests/t20038/test_case.h +++ b/tests/t20038/test_case.h @@ -1,7 +1,7 @@ /** * tests/t20038/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30001/test_case.h b/tests/t30001/test_case.h index d8edcb44..4772e727 100644 --- a/tests/t30001/test_case.h +++ b/tests/t30001/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30001/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30002/test_case.h b/tests/t30002/test_case.h index 96bdfcc1..908402ae 100644 --- a/tests/t30002/test_case.h +++ b/tests/t30002/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30002/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30003/test_case.h b/tests/t30003/test_case.h index 43ee3d96..4b9f5863 100644 --- a/tests/t30003/test_case.h +++ b/tests/t30003/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30003/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30004/test_case.h b/tests/t30004/test_case.h index f6295698..bd66c760 100644 --- a/tests/t30004/test_case.h +++ b/tests/t30004/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30004/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30005/test_case.h b/tests/t30005/test_case.h index 826500cf..57248548 100644 --- a/tests/t30005/test_case.h +++ b/tests/t30005/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30005/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30006/test_case.h b/tests/t30006/test_case.h index 92f77aac..6201fa50 100644 --- a/tests/t30006/test_case.h +++ b/tests/t30006/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30006/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30007/test_case.h b/tests/t30007/test_case.h index 77a28066..653212db 100644 --- a/tests/t30007/test_case.h +++ b/tests/t30007/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30007/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30008/test_case.h b/tests/t30008/test_case.h index 25557783..70f52d6a 100644 --- a/tests/t30008/test_case.h +++ b/tests/t30008/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30008/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30009/test_case.h b/tests/t30009/test_case.h index e2727d08..84600695 100644 --- a/tests/t30009/test_case.h +++ b/tests/t30009/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30009/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30010/test_case.h b/tests/t30010/test_case.h index bdfd1a09..19d06edf 100644 --- a/tests/t30010/test_case.h +++ b/tests/t30010/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30010/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30011/test_case.h b/tests/t30011/test_case.h index a9acd471..a8adfd0a 100644 --- a/tests/t30011/test_case.h +++ b/tests/t30011/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30011/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30012/test_case.h b/tests/t30012/test_case.h index ad0458ae..1e841adb 100644 --- a/tests/t30012/test_case.h +++ b/tests/t30012/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30012/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30013/test_case.h b/tests/t30013/test_case.h index b05a5477..44b9024f 100644 --- a/tests/t30013/test_case.h +++ b/tests/t30013/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30013/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30014/test_case.h b/tests/t30014/test_case.h index 5e52a48d..06c30eed 100644 --- a/tests/t30014/test_case.h +++ b/tests/t30014/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30014/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t30015/test_case.h b/tests/t30015/test_case.h index 3b9a78a2..85dc7eab 100644 --- a/tests/t30015/test_case.h +++ b/tests/t30015/test_case.h @@ -1,7 +1,7 @@ /** * tests/t30015/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t40001/test_case.h b/tests/t40001/test_case.h index 360352de..c07e8671 100644 --- a/tests/t40001/test_case.h +++ b/tests/t40001/test_case.h @@ -1,7 +1,7 @@ /** * tests/t40001/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t40002/test_case.h b/tests/t40002/test_case.h index 5a6e451c..bf09cb1d 100644 --- a/tests/t40002/test_case.h +++ b/tests/t40002/test_case.h @@ -1,7 +1,7 @@ /** * tests/t40002/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t40003/test_case.h b/tests/t40003/test_case.h index 88bb5bf7..5b44ae41 100644 --- a/tests/t40003/test_case.h +++ b/tests/t40003/test_case.h @@ -1,7 +1,7 @@ /** * tests/t40003/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/t90000/test_case.h b/tests/t90000/test_case.h index 84d50e58..a517f474 100644 --- a/tests/t90000/test_case.h +++ b/tests/t90000/test_case.h @@ -1,7 +1,7 @@ /** * tests/t90000/test_case.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_cases.cc b/tests/test_cases.cc index e67d3964..e49cc89d 100644 --- a/tests/test_cases.cc +++ b/tests/test_cases.cc @@ -1,7 +1,7 @@ /** * @file tests/test_cases.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_cases.h b/tests/test_cases.h index e35da169..a1482ef3 100644 --- a/tests/test_cases.h +++ b/tests/test_cases.h @@ -1,7 +1,7 @@ /** * @file tests/test_cases.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_cli_handler.cc b/tests/test_cli_handler.cc index 763e811b..1eaf8658 100644 --- a/tests/test_cli_handler.cc +++ b/tests/test_cli_handler.cc @@ -1,7 +1,7 @@ /** * @file tests/test_cli_handler.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_compilation_database.cc b/tests/test_compilation_database.cc index d52bdd39..928dd6bc 100644 --- a/tests/test_compilation_database.cc +++ b/tests/test_compilation_database.cc @@ -1,7 +1,7 @@ /** * @file tests/test_compilation_database.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_config.cc b/tests/test_config.cc index ee622e3a..7008b690 100644 --- a/tests/test_config.cc +++ b/tests/test_config.cc @@ -1,7 +1,7 @@ /** * @file tests/test_config.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_decorator_parser.cc b/tests/test_decorator_parser.cc index 0a9fb9e0..5ef6b19a 100644 --- a/tests/test_decorator_parser.cc +++ b/tests/test_decorator_parser.cc @@ -1,7 +1,7 @@ /** * @file tests/test_decorator_parser.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_filters.cc b/tests/test_filters.cc index 97c6f4b6..3590d331 100644 --- a/tests/test_filters.cc +++ b/tests/test_filters.cc @@ -1,7 +1,7 @@ /** * @file tests/test_filters.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_model.cc b/tests/test_model.cc index 680d7cc8..3b925a6c 100644 --- a/tests/test_model.cc +++ b/tests/test_model.cc @@ -1,7 +1,7 @@ /** * @file tests/test_model.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_query_driver_output_extractor.cc b/tests/test_query_driver_output_extractor.cc index 016cb998..ff35ac6f 100644 --- a/tests/test_query_driver_output_extractor.cc +++ b/tests/test_query_driver_output_extractor.cc @@ -1,7 +1,7 @@ /** * @file tests/test_query_driver_output_extractor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_thread_pool_executor.cc b/tests/test_thread_pool_executor.cc index d5d9fbd1..369b70a6 100644 --- a/tests/test_thread_pool_executor.cc +++ b/tests/test_thread_pool_executor.cc @@ -1,7 +1,7 @@ /** * @file tests/test_thread_pool_executor.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/tests/test_util.cc b/tests/test_util.cc index d1e8fcaf..5f198049 100644 --- a/tests/test_util.cc +++ b/tests/test_util.cc @@ -1,7 +1,7 @@ /** * @file tests/test_util.cc * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * 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/util/templates/test_cases/test_case.h b/util/templates/test_cases/test_case.h index 23fdafde..13a7c6c9 100644 --- a/util/templates/test_cases/test_case.h +++ b/util/templates/test_cases/test_case.h @@ -1,7 +1,7 @@ /** * tests/{{ name }}/test_case.h * - * Copyright (c) 2021-2023 Bartek Kryza + * Copyright (c) 2021-2024 Bartek Kryza * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.