From d62a2a1e9ffc198dd81dafbf126e618adbb9f1df Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sun, 16 Jan 2022 18:34:15 +0100 Subject: [PATCH] Updated copyright dates --- Makefile | 2 +- .../generators/plantuml/class_diagram_generator.cc | 2 +- src/class_diagram/generators/plantuml/class_diagram_generator.h | 2 +- src/class_diagram/model/class.cc | 2 +- src/class_diagram/model/class.h | 2 +- src/class_diagram/model/class_element.cc | 2 +- src/class_diagram/model/class_element.h | 2 +- src/class_diagram/model/class_member.cc | 2 +- src/class_diagram/model/class_member.h | 2 +- src/class_diagram/model/class_method.cc | 2 +- src/class_diagram/model/class_method.h | 2 +- src/class_diagram/model/class_parent.cc | 2 +- src/class_diagram/model/class_parent.h | 2 +- src/class_diagram/model/class_relationship.cc | 2 +- src/class_diagram/model/class_relationship.h | 2 +- src/class_diagram/model/class_template.cc | 2 +- src/class_diagram/model/class_template.h | 2 +- src/class_diagram/model/decorated_element.cc | 2 +- src/class_diagram/model/decorated_element.h | 2 +- src/class_diagram/model/diagram.cc | 2 +- src/class_diagram/model/diagram.h | 2 +- src/class_diagram/model/element.cc | 2 +- src/class_diagram/model/element.h | 2 +- src/class_diagram/model/enum.cc | 2 +- src/class_diagram/model/enum.h | 2 +- src/class_diagram/model/enums.h | 2 +- src/class_diagram/model/method_parameter.cc | 2 +- src/class_diagram/model/method_parameter.h | 2 +- src/class_diagram/model/stylable_element.cc | 2 +- src/class_diagram/model/stylable_element.h | 2 +- src/class_diagram/model/type_alias.cc | 2 +- src/class_diagram/model/type_alias.h | 2 +- src/class_diagram/visitor/element_visitor_context.cc | 2 +- src/class_diagram/visitor/element_visitor_context.h | 2 +- src/class_diagram/visitor/translation_unit_context.cc | 2 +- src/class_diagram/visitor/translation_unit_context.h | 2 +- src/class_diagram/visitor/translation_unit_visitor.cc | 2 +- src/class_diagram/visitor/translation_unit_visitor.h | 2 +- src/config/config.cc | 2 +- src/config/config.h | 2 +- src/cx/compilation_database.cc | 2 +- src/cx/compilation_database.h | 2 +- src/cx/cursor.cc | 2 +- src/cx/cursor.h | 2 +- src/cx/type.cc | 2 +- src/cx/type.h | 2 +- src/cx/util.cc | 2 +- src/cx/util.h | 2 +- src/decorators/decorators.cc | 2 +- src/decorators/decorators.h | 2 +- src/main.cc | 2 +- .../generators/plantuml/sequence_diagram_generator.cc | 2 +- .../generators/plantuml/sequence_diagram_generator.h | 2 +- src/sequence_diagram/model/activity.cc | 2 +- src/sequence_diagram/model/activity.h | 2 +- src/sequence_diagram/model/diagram.cc | 2 +- src/sequence_diagram/model/diagram.h | 2 +- src/sequence_diagram/model/enums.h | 2 +- src/sequence_diagram/model/message.cc | 2 +- src/sequence_diagram/model/message.h | 2 +- src/sequence_diagram/visitor/translation_unit_context.cc | 2 +- src/sequence_diagram/visitor/translation_unit_context.h | 2 +- src/sequence_diagram/visitor/translation_unit_visitor.cc | 2 +- src/sequence_diagram/visitor/translation_unit_visitor.h | 2 +- src/util/error.h | 2 +- src/util/util.cc | 2 +- src/util/util.h | 2 +- tests/t00002/test_case.h | 2 +- tests/t00003/test_case.h | 2 +- tests/t00004/test_case.h | 2 +- tests/t00005/test_case.h | 2 +- tests/t00006/test_case.h | 2 +- tests/t00007/test_case.h | 2 +- tests/t00008/test_case.h | 2 +- tests/t00009/test_case.h | 2 +- tests/t00010/test_case.h | 2 +- tests/t00011/test_case.h | 2 +- tests/t00012/test_case.h | 2 +- tests/t00013/test_case.h | 2 +- tests/t00014/test_case.h | 2 +- tests/t00015/test_case.h | 2 +- tests/t00016/test_case.h | 2 +- tests/t00017/test_case.h | 2 +- tests/t00018/test_case.h | 2 +- tests/t00019/test_case.h | 2 +- tests/t00020/test_case.h | 2 +- tests/t00021/test_case.h | 2 +- tests/t00022/test_case.h | 2 +- tests/t00023/test_case.h | 2 +- tests/t00024/test_case.h | 2 +- tests/t00025/test_case.h | 2 +- tests/t00026/test_case.h | 2 +- tests/t00027/test_case.h | 2 +- tests/t00028/test_case.h | 2 +- tests/t00029/test_case.h | 2 +- tests/t00030/test_case.h | 2 +- tests/t00031/test_case.h | 2 +- tests/t00032/test_case.h | 2 +- tests/t00033/test_case.h | 2 +- tests/t00034/test_case.h | 2 +- tests/t20001/test_case.h | 2 +- tests/t20002/test_case.h | 2 +- tests/t90000/test_case.h | 2 +- tests/test_cases.cc | 2 +- tests/test_cases.h | 2 +- tests/test_decorator_parser.cc | 2 +- tests/test_util.cc | 2 +- util/generate_test_cases_docs.py | 2 +- 108 files changed, 108 insertions(+), 108 deletions(-) diff --git a/Makefile b/Makefile index 516b97d8..4c79d05d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile # -# Copyright (c) 2021 Bartek Kryza +# Copyright (c) 2021-2022 Bartek Kryza # # Licensed 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 afa2486f..72365395 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 @@ /** * src/class_diagram/generators/plantuml/class_diagram_generator.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 52d5b565..428a8639 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 @@ /** * src/class_diagram/generators/plantuml/class_diagram_generator.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 3d851e06..fc886186 100644 --- a/src/class_diagram/model/class.cc +++ b/src/class_diagram/model/class.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 e25d83b5..7f3622b2 100644 --- a/src/class_diagram/model/class.h +++ b/src/class_diagram/model/class.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 02157ad8..ae105d28 100644 --- a/src/class_diagram/model/class_element.cc +++ b/src/class_diagram/model/class_element.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_element.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 7f741f56..285c6d1f 100644 --- a/src/class_diagram/model/class_element.h +++ b/src/class_diagram/model/class_element.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_element.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 50f37160..e61c9085 100644 --- a/src/class_diagram/model/class_member.cc +++ b/src/class_diagram/model/class_member.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_member.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 f04cbdf3..83dc78e3 100644 --- a/src/class_diagram/model/class_member.h +++ b/src/class_diagram/model/class_member.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_member.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 745a3b55..43b2c336 100644 --- a/src/class_diagram/model/class_method.cc +++ b/src/class_diagram/model/class_method.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_method.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 98a829ce..713567a3 100644 --- a/src/class_diagram/model/class_method.h +++ b/src/class_diagram/model/class_method.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_method.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 ede58319..97dd8ced 100644 --- a/src/class_diagram/model/class_parent.cc +++ b/src/class_diagram/model/class_parent.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_parent.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 56f2f6a7..002abbc3 100644 --- a/src/class_diagram/model/class_parent.h +++ b/src/class_diagram/model/class_parent.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_parent.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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_relationship.cc b/src/class_diagram/model/class_relationship.cc index 7bb1ae8d..c79747d2 100644 --- a/src/class_diagram/model/class_relationship.cc +++ b/src/class_diagram/model/class_relationship.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_relationship.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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_relationship.h b/src/class_diagram/model/class_relationship.h index dd364c85..2ffdde7a 100644 --- a/src/class_diagram/model/class_relationship.h +++ b/src/class_diagram/model/class_relationship.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_relationship.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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_template.cc b/src/class_diagram/model/class_template.cc index d4036317..94a95e41 100644 --- a/src/class_diagram/model/class_template.cc +++ b/src/class_diagram/model/class_template.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_template.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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_template.h b/src/class_diagram/model/class_template.h index 4fe0cbc1..54f2f8b6 100644 --- a/src/class_diagram/model/class_template.h +++ b/src/class_diagram/model/class_template.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/class_template.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/decorated_element.cc b/src/class_diagram/model/decorated_element.cc index a7b59492..ab4f1717 100644 --- a/src/class_diagram/model/decorated_element.cc +++ b/src/class_diagram/model/decorated_element.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/decorated_element.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/decorated_element.h b/src/class_diagram/model/decorated_element.h index a63803d4..f93c0eae 100644 --- a/src/class_diagram/model/decorated_element.h +++ b/src/class_diagram/model/decorated_element.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/decorated_element.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 1fa636ca..9eb6664b 100644 --- a/src/class_diagram/model/diagram.cc +++ b/src/class_diagram/model/diagram.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/diagram.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 1408d793..0dffe194 100644 --- a/src/class_diagram/model/diagram.h +++ b/src/class_diagram/model/diagram.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/diagram.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/element.cc b/src/class_diagram/model/element.cc index 9f523f4d..f4af9265 100644 --- a/src/class_diagram/model/element.cc +++ b/src/class_diagram/model/element.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/element.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/element.h b/src/class_diagram/model/element.h index 092feed2..d533ead8 100644 --- a/src/class_diagram/model/element.h +++ b/src/class_diagram/model/element.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/element.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 6b9004c0..4b8fb341 100644 --- a/src/class_diagram/model/enum.cc +++ b/src/class_diagram/model/enum.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/enum.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 19692097..1aaa2886 100644 --- a/src/class_diagram/model/enum.h +++ b/src/class_diagram/model/enum.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/enum.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/enums.h b/src/class_diagram/model/enums.h index ee658bfa..83cc8737 100644 --- a/src/class_diagram/model/enums.h +++ b/src/class_diagram/model/enums.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/enums.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 f64b5e1f..f17b9094 100644 --- a/src/class_diagram/model/method_parameter.cc +++ b/src/class_diagram/model/method_parameter.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/method_parameter.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 5b5cab0d..cd5bc469 100644 --- a/src/class_diagram/model/method_parameter.h +++ b/src/class_diagram/model/method_parameter.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/method_parameter.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/stylable_element.cc b/src/class_diagram/model/stylable_element.cc index 090e9b5e..47b0115c 100644 --- a/src/class_diagram/model/stylable_element.cc +++ b/src/class_diagram/model/stylable_element.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/stylable_element.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/stylable_element.h b/src/class_diagram/model/stylable_element.h index e1aa3929..cfc1423d 100644 --- a/src/class_diagram/model/stylable_element.h +++ b/src/class_diagram/model/stylable_element.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/stylable_element.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/type_alias.cc b/src/class_diagram/model/type_alias.cc index cde5f50d..8a693d7e 100644 --- a/src/class_diagram/model/type_alias.cc +++ b/src/class_diagram/model/type_alias.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/type_alias.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/type_alias.h b/src/class_diagram/model/type_alias.h index d94ed579..68908ffd 100644 --- a/src/class_diagram/model/type_alias.h +++ b/src/class_diagram/model/type_alias.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/type_alias.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/element_visitor_context.cc b/src/class_diagram/visitor/element_visitor_context.cc index 4dc41aef..ed81432d 100644 --- a/src/class_diagram/visitor/element_visitor_context.cc +++ b/src/class_diagram/visitor/element_visitor_context.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/model/visitor/element_visitor_context.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/element_visitor_context.h b/src/class_diagram/visitor/element_visitor_context.h index 89cc32c6..cf6bd31f 100644 --- a/src/class_diagram/visitor/element_visitor_context.h +++ b/src/class_diagram/visitor/element_visitor_context.h @@ -1,7 +1,7 @@ /** * src/class_diagram/model/visitor/element_visitor_context.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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_context.cc b/src/class_diagram/visitor/translation_unit_context.cc index 3fcc6eef..77e9c50e 100644 --- a/src/class_diagram/visitor/translation_unit_context.cc +++ b/src/class_diagram/visitor/translation_unit_context.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/visitor/translation_unit_context.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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_context.h b/src/class_diagram/visitor/translation_unit_context.h index 90ef0b9e..a5dff73c 100644 --- a/src/class_diagram/visitor/translation_unit_context.h +++ b/src/class_diagram/visitor/translation_unit_context.h @@ -1,7 +1,7 @@ /** * src/class_diagram/visitor/translation_unit_context.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 b71d8497..11234c3d 100644 --- a/src/class_diagram/visitor/translation_unit_visitor.cc +++ b/src/class_diagram/visitor/translation_unit_visitor.cc @@ -1,7 +1,7 @@ /** * src/class_diagram/visitor/translation_unit_visitor.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 e1c8c6ad..d4cf2e46 100644 --- a/src/class_diagram/visitor/translation_unit_visitor.h +++ b/src/class_diagram/visitor/translation_unit_visitor.h @@ -1,7 +1,7 @@ /** * src/class_diagram/visitor/translation_unit_visitor.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 a005b1cc..054bbd42 100644 --- a/src/config/config.cc +++ b/src/config/config.cc @@ -1,7 +1,7 @@ /** * src/config/config.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 8516ce1a..e0e4ae2c 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -1,7 +1,7 @@ /** * src/config/config.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/cx/compilation_database.cc b/src/cx/compilation_database.cc index 3b797fd7..d22e24f9 100644 --- a/src/cx/compilation_database.cc +++ b/src/cx/compilation_database.cc @@ -1,7 +1,7 @@ /** * src/cx/compilation_database.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/cx/compilation_database.h b/src/cx/compilation_database.h index 0a20efcb..fc027a04 100644 --- a/src/cx/compilation_database.h +++ b/src/cx/compilation_database.h @@ -1,7 +1,7 @@ /** * src/cx/compilation_database.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/cx/cursor.cc b/src/cx/cursor.cc index f84c20b0..8dee8b4a 100644 --- a/src/cx/cursor.cc +++ b/src/cx/cursor.cc @@ -1,7 +1,7 @@ /** * src/cx/cursor.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/cx/cursor.h b/src/cx/cursor.h index 5f74f448..31657bf7 100644 --- a/src/cx/cursor.h +++ b/src/cx/cursor.h @@ -1,7 +1,7 @@ /** * src/cx/cursor.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/cx/type.cc b/src/cx/type.cc index 2ed28838..32b071ea 100644 --- a/src/cx/type.cc +++ b/src/cx/type.cc @@ -1,7 +1,7 @@ /** * src/cx/type.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/cx/type.h b/src/cx/type.h index 2856e47a..283608e5 100644 --- a/src/cx/type.h +++ b/src/cx/type.h @@ -1,7 +1,7 @@ /** * src/cx/type.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/cx/util.cc b/src/cx/util.cc index b3d16d6e..c9b7d025 100644 --- a/src/cx/util.cc +++ b/src/cx/util.cc @@ -1,7 +1,7 @@ /** * src/cx/util.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/cx/util.h b/src/cx/util.h index a523f617..aaf165af 100644 --- a/src/cx/util.h +++ b/src/cx/util.h @@ -1,7 +1,7 @@ /** * src/cx/util.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 97921469..a83d862d 100644 --- a/src/decorators/decorators.cc +++ b/src/decorators/decorators.cc @@ -1,7 +1,7 @@ /** * src/decorators/decorators.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 edb25d1e..a080ce61 100644 --- a/src/decorators/decorators.h +++ b/src/decorators/decorators.h @@ -1,7 +1,7 @@ /** * src/decorators/decorators.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 5a1fef33..ba10b49d 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,7 +1,7 @@ /** * src/main.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 22ac7469..47549a74 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 @@ /** * src/sequence_diagram/generators/plantuml/sequence_diagram_generator.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 076b8912..f54fc42a 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 @@ /** * src/sequence_diagram/generators/plantuml/sequence_diagram_generator.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 aa5dc7a8..c9e3d226 100644 --- a/src/sequence_diagram/model/activity.cc +++ b/src/sequence_diagram/model/activity.cc @@ -1,7 +1,7 @@ /** * src/sequence_diagram/model/activity.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 cf054965..d60cb225 100644 --- a/src/sequence_diagram/model/activity.h +++ b/src/sequence_diagram/model/activity.h @@ -1,7 +1,7 @@ /** * src/sequence_diagram/model/activity.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 17ebd3fa..6204153b 100644 --- a/src/sequence_diagram/model/diagram.cc +++ b/src/sequence_diagram/model/diagram.cc @@ -1,7 +1,7 @@ /** * src/sequence_diagram/model/diagram.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 6b23c644..e6ddf2cf 100644 --- a/src/sequence_diagram/model/diagram.h +++ b/src/sequence_diagram/model/diagram.h @@ -1,7 +1,7 @@ /** * src/sequence_diagram/model/diagram.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/enums.h b/src/sequence_diagram/model/enums.h index d64bf49b..05a808e7 100644 --- a/src/sequence_diagram/model/enums.h +++ b/src/sequence_diagram/model/enums.h @@ -1,7 +1,7 @@ /** * src/sequence_diagram/model/enums.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 1b694806..ef92071b 100644 --- a/src/sequence_diagram/model/message.cc +++ b/src/sequence_diagram/model/message.cc @@ -1,7 +1,7 @@ /** * src/sequence_diagram/model/message.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 872d5411..8c790eab 100644 --- a/src/sequence_diagram/model/message.h +++ b/src/sequence_diagram/model/message.h @@ -1,7 +1,7 @@ /** * src/sequence_diagram/model/message.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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_context.cc b/src/sequence_diagram/visitor/translation_unit_context.cc index ffe490da..b8d6fcec 100644 --- a/src/sequence_diagram/visitor/translation_unit_context.cc +++ b/src/sequence_diagram/visitor/translation_unit_context.cc @@ -1,7 +1,7 @@ /** * src/sequence_diagram/visitor/translation_unit_context.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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_context.h b/src/sequence_diagram/visitor/translation_unit_context.h index e4c48a4d..739bf5d7 100644 --- a/src/sequence_diagram/visitor/translation_unit_context.h +++ b/src/sequence_diagram/visitor/translation_unit_context.h @@ -1,7 +1,7 @@ /** * src/sequence_diagram/visitor/translation_unit_context.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 b5bfbdef..7091dafd 100644 --- a/src/sequence_diagram/visitor/translation_unit_visitor.cc +++ b/src/sequence_diagram/visitor/translation_unit_visitor.cc @@ -1,7 +1,7 @@ /** * src/sequence_diagram/visitor/translation_unit_visitor.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 2ff32d63..064ac399 100644 --- a/src/sequence_diagram/visitor/translation_unit_visitor.h +++ b/src/sequence_diagram/visitor/translation_unit_visitor.h @@ -1,7 +1,7 @@ /** * src/sequence_diagram/visitor/translation_unit_visitor.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 21ff6773..46bf94e3 100644 --- a/src/util/error.h +++ b/src/util/error.h @@ -1,7 +1,7 @@ /** * src/util/error.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 656e4040..df47abfe 100644 --- a/src/util/util.cc +++ b/src/util/util.cc @@ -1,7 +1,7 @@ /** * src/util/util.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 3d87acc8..7324e762 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -1,7 +1,7 @@ /** * src/util/util.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 7508d570..30c74df7 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 98db2116..bb5c1099 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 0d1c2e66..a8def959 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 7935a758..c16948e3 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 b96d68e3..a289b6b2 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 427bcbf0..20531158 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 24bc1bc1..54576257 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 cea1288f..5d6c1fff 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 c99465a1..83ba5091 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 c6dac32c..e7b79f96 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 426fafe6..22b71055 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 9d01e55a..5b1d20f3 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 c843de34..c968ef64 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 0ea9d5f7..839f51f0 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 0f617472..4a51546c 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 e31e27b7..767331b6 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 d1ca11d7..4e896807 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 48fbaf5f..45d962bb 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 2aeb53ba..16e4e618 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 f96f965f..7d10eb08 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 2cdb5b35..bd4bfcbb 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 8216c224..8503cab5 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 8b347b38..9082e2e4 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 a5283d1b..6612f228 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 ebd3ace6..f72120e9 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 803d97fe..378fbbeb 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 76426fbd..d0badd41 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 d795fe66..54e53319 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 5de10b77..b6e5b3f4 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 8f52d254..e6191d66 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 1d245b01..87a54cae 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 ceec5c6e..0c05f1ef 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 e2103835..56f264ea 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 36027af3..0e2660b2 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 01e80f02..90ea374d 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 d8ed9ac2..940b3e8c 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 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 2e3dc9b5..720709d2 100644 --- a/tests/test_cases.cc +++ b/tests/test_cases.cc @@ -1,7 +1,7 @@ /** * tests/test_cases.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 12088b96..3a676030 100644 --- a/tests/test_cases.h +++ b/tests/test_cases.h @@ -1,7 +1,7 @@ /** * tests/test_cases.h * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 01cdd0db..233c47ee 100644 --- a/tests/test_decorator_parser.cc +++ b/tests/test_decorator_parser.cc @@ -1,7 +1,7 @@ /** * tests/test_decorator_parser.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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 80c102c0..c722e0cb 100644 --- a/tests/test_util.cc +++ b/tests/test_util.cc @@ -1,7 +1,7 @@ /** * tests/test_util.cc * - * Copyright (c) 2021 Bartek Kryza + * Copyright (c) 2021-2022 Bartek Kryza * * Licensed 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/generate_test_cases_docs.py b/util/generate_test_cases_docs.py index 8411d432..c3b61eb2 100755 --- a/util/generate_test_cases_docs.py +++ b/util/generate_test_cases_docs.py @@ -3,7 +3,7 @@ ## ## util/generate_test_cases_docs.py ## -## Copyright (c) 2021 Bartek Kryza +## Copyright (c) 2021-2022 Bartek Kryza ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License.