Add missing license headers
authorSteve Durrheimer <s.durrheimer@gmail.com>
Sat, 14 May 2016 11:57:11 +0000 (13:57 +0200)
committerSteve Durrheimer <s.durrheimer@gmail.com>
Sat, 14 May 2016 19:10:31 +0000 (21:10 +0200)
NOTICE [new file with mode: 0644]
http.go
icmp.go
main.go
tcp.go
tls.go

diff --git a/NOTICE b/NOTICE
new file mode 100644 (file)
index 0000000..7d18cf7
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,2 @@
+The Blackbox exporter for blackbox probing metrics
+Copyright 2012-2016 The Prometheus Authors
diff --git a/http.go b/http.go
index 3f13fd54bac2a2e5ee9d20b2eeb38aeb79b0c440..b1153f2562663bc8d47f12b2df1bf4a70a97b101 100644 (file)
--- a/http.go
+++ b/http.go
@@ -1,3 +1,16 @@
+// Copyright 2016 The Prometheus Authors
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package main
 
 import (
diff --git a/icmp.go b/icmp.go
index 103d894125a15b3d8c325417d31b203dc67c4af6..2e94ed409dee141e4f2c6864b7017ee446cdc97c 100644 (file)
--- a/icmp.go
+++ b/icmp.go
@@ -1,3 +1,16 @@
+// Copyright 2016 The Prometheus Authors
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package main
 
 import (
diff --git a/main.go b/main.go
index d22bcc19697b7523fc52558e95553d0d7a4ed798..d9648db2016a135aae10fa593e845122525959a7 100644 (file)
--- a/main.go
+++ b/main.go
@@ -1,3 +1,16 @@
+// Copyright 2016 The Prometheus Authors
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package main
 
 import (
diff --git a/tcp.go b/tcp.go
index 8942b1b6924b019b2a9bcdf3ecc02f3e674a6d17..49317dfeca2f0da651fdfb339c2c7b479b1580a0 100644 (file)
--- a/tcp.go
+++ b/tcp.go
@@ -1,3 +1,16 @@
+// Copyright 2016 The Prometheus Authors
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package main
 
 import (
diff --git a/tls.go b/tls.go
index 20024540456816a32d03475b1f44d98b3ab50856..fffd8b9102e50fb3d338ea8805d5779405051684 100644 (file)
--- a/tls.go
+++ b/tls.go
@@ -1,3 +1,16 @@
+// Copyright 2016 The Prometheus Authors
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package main
 
 import (