From 2d41b825e4551b5a4eea51c620a8d864b594f5bf Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 20 Apr 2023 13:44:20 -0700 Subject: [PATCH] add copyright headers to new files --- node/Metrics.cpp | 12 ++++++++++++ node/Metrics.hpp | 11 +++++++++++ 2 files changed, 23 insertions(+) diff --git a/node/Metrics.cpp b/node/Metrics.cpp index 0175dfbb8..fe2a6593c 100644 --- a/node/Metrics.cpp +++ b/node/Metrics.cpp @@ -1,3 +1,15 @@ +/* + * Copyright (c)2013-2023 ZeroTier, Inc. + * + * Use of this software is governed by the Business Source License included + * in the LICENSE.TXT file in the project's root directory. + * + * Change Date: 2025-01-01 + * + * On the date above, in accordance with the Business Source License, use + * of this software will be governed by version 2.0 of the Apache License. + */ + #include namespace prometheus { diff --git a/node/Metrics.hpp b/node/Metrics.hpp index a84608f50..205ce1561 100644 --- a/node/Metrics.hpp +++ b/node/Metrics.hpp @@ -1,3 +1,14 @@ +/* + * Copyright (c)2013-2023 ZeroTier, Inc. + * + * Use of this software is governed by the Business Source License included + * in the LICENSE.TXT file in the project's root directory. + * + * Change Date: 2025-01-01 + * + * On the date above, in accordance with the Business Source License, use + * of this software will be governed by version 2.0 of the Apache License. + */ #ifndef METRICS_H_ #define METRICS_H_