Updated copyright headers

This commit is contained in:
Bartek Kryza
2023-01-02 11:29:11 +01:00
parent 82f3a3a2e5
commit 37b6e69d41
208 changed files with 209 additions and 209 deletions

View File

@@ -1,7 +1,7 @@
/**
* src/main.cc
*
* Copyright (c) 2021-2022 Bartek Kryza <bkryza@gmail.com>
* Copyright (c) 2021-2023 Bartek Kryza <bkryza@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -469,7 +469,7 @@ void print_version()
{
constexpr auto kLLVMBackendPackageStringLength{5};
std::cout << "clang-uml " << clanguml::version::CLANG_UML_VERSION << '\n';
std::cout << "Copyright (C) 2021-2022 Bartek Kryza <bkryza@gmail.com>"
std::cout << "Copyright (C) 2021-2023 Bartek Kryza <bkryza@gmail.com>"
<< '\n';
std::cout << "Built against LLVM/Clang libraries version: "
<< std::string{BACKEND_PACKAGE_STRING}.substr(