aboutsummaryrefslogtreecommitdiff
path: root/collector/devstat_freebsd.h
diff options
context:
space:
mode:
authorDominik Honnef <dominik@honnef.co>2017-01-05 06:18:34 +0100
committerDominik Honnef <dominik@honnef.co>2017-01-05 06:18:34 +0100
commit9847257bc0626f74599e730b03e0219a063120cc (patch)
treef33aa544feb1dbe62f8ad1f009f8ce43e973ca34 /collector/devstat_freebsd.h
parent38c589042815e09ce3bda631f3e244f952ed1721 (diff)
downloadprometheus_node_collector-9847257bc0626f74599e730b03e0219a063120cc.tar.bz2
prometheus_node_collector-9847257bc0626f74599e730b03e0219a063120cc.tar.xz
prometheus_node_collector-9847257bc0626f74599e730b03e0219a063120cc.zip
Add missing license headers
Diffstat (limited to 'collector/devstat_freebsd.h')
-rw-r--r--collector/devstat_freebsd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/collector/devstat_freebsd.h b/collector/devstat_freebsd.h
index 4ee1c62..b0cd4a1 100644
--- a/collector/devstat_freebsd.h
+++ b/collector/devstat_freebsd.h
@@ -1,3 +1,16 @@
1// Copyright 2017 The Prometheus Authors
2// Licensed under the Apache License, Version 2.0 (the "License");
3// you may not use this file except in compliance with the License.
4// You may obtain a copy of the License at
5//
6// http://www.apache.org/licenses/LICENSE-2.0
7//
8// Unless required by applicable law or agreed to in writing, software
9// distributed under the License is distributed on an "AS IS" BASIS,
10// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11// See the License for the specific language governing permissions and
12// limitations under the License.
13
1#include <devstat.h> 14#include <devstat.h>
2#include <fcntl.h> 15#include <fcntl.h>
3#include <libgeom.h> 16#include <libgeom.h>