Updated copyright headers
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user