From 2b2a28b0b8a7a4bb9acc1fc687885fb900ea5d67 Mon Sep 17 00:00:00 2001 From: tobiasrausch Date: Tue, 22 Feb 2022 15:39:43 +0100 Subject: [PATCH] version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 208ab81..4de51f0 100644 --- a/src/version.h +++ b/src/version.h @@ -36,7 +36,7 @@ namespace tracy inline void bsd() { - std::cout << "Copyright (c) 2019 Tracy Project Authors (see AUTHORS file for details)." << std::endl; + std::cout << "Copyright (c) 2019- European Molecular Biology Laboratory (EMBL)." << std::endl; std::cout << "All rights reserved." << std::endl; std::cout << std::endl; std::cout << "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:" << std::endl;