aboutsummaryrefslogtreecommitdiff
path: root/node_exporter.go
diff options
context:
space:
mode:
authorMatthias Rampke <matthias@rampke.de>2015-09-26 17:36:40 +0200
committerMatthias Rampke <matthias@rampke.de>2015-09-26 17:44:39 +0200
commit2d0d72b97d9d92e626929765273dbbfd79806503 (patch)
tree6cca54a53aacb53fa20e8c2028b3ff838ddc83e2 /node_exporter.go
parent7940efe1572b3a80af4d17225cc290af7bd81e08 (diff)
downloadprometheus_node_collector-2d0d72b97d9d92e626929765273dbbfd79806503.tar.bz2
prometheus_node_collector-2d0d72b97d9d92e626929765273dbbfd79806503.tar.xz
prometheus_node_collector-2d0d72b97d9d92e626929765273dbbfd79806503.zip
Add license headers to all code files.
Diffstat (limited to 'node_exporter.go')
-rw-r--r--node_exporter.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/node_exporter.go b/node_exporter.go
index 5e3d834..0765642 100644
--- a/node_exporter.go
+++ b/node_exporter.go
@@ -1,3 +1,16 @@
1// Copyright 2015 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
1package main 14package main
2 15
3import ( 16import (