You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/01/13 23:36:08 UTC

[12/29] incubator-trafficcontrol git commit: Add license statement to influxdb file heads

Add license statement to influxdb file heads


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/e3a4d6d4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/e3a4d6d4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/e3a4d6d4

Branch: refs/heads/master
Commit: e3a4d6d4c1747a284502dcf0d96dc767437d59be
Parents: 4290ea5
Author: sbogacz <sb...@zvelo.com>
Authored: Tue Jan 10 19:50:37 2017 -0700
Committer: David Neuman <da...@gmail.com>
Committed: Fri Jan 13 23:33:56 2017 +0000

----------------------------------------------------------------------
 traffic_stats/influxdb/config.go | 19 +++++++++++++++++++
 traffic_stats/influxdb/query.go  | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/e3a4d6d4/traffic_stats/influxdb/config.go
----------------------------------------------------------------------
diff --git a/traffic_stats/influxdb/config.go b/traffic_stats/influxdb/config.go
index 376d4f5..072419c 100644
--- a/traffic_stats/influxdb/config.go
+++ b/traffic_stats/influxdb/config.go
@@ -1,3 +1,22 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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 influxdb
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/e3a4d6d4/traffic_stats/influxdb/query.go
----------------------------------------------------------------------
diff --git a/traffic_stats/influxdb/query.go b/traffic_stats/influxdb/query.go
index d1afa76..1c78f5a 100644
--- a/traffic_stats/influxdb/query.go
+++ b/traffic_stats/influxdb/query.go
@@ -1,3 +1,22 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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 influxdb
 
 import (