add copyright headers to new files

This commit is contained in:
Grant Limberg 2023-04-20 13:44:20 -07:00
parent 71ff39436b
commit 2d41b825e4
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
2 changed files with 23 additions and 0 deletions

View file

@ -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 <prometheus/simpleapi.h>
namespace prometheus {

View file

@ -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_