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/04/12 21:43:58 UTC

[08/13] incubator-trafficcontrol git commit: Fix TM2 nagios.go missing license header

Fix TM2 nagios.go missing license header


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

Branch: refs/heads/master
Commit: 4658c510257d70572f45949abbad6ab08cf58403
Parents: 6abf64a
Author: Robert Butts <ro...@gmail.com>
Authored: Fri Mar 3 12:32:36 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Wed Apr 12 15:43:31 2017 -0600

----------------------------------------------------------------------
 traffic_monitor_golang/common/nagios/nagios.go | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/4658c510/traffic_monitor_golang/common/nagios/nagios.go
----------------------------------------------------------------------
diff --git a/traffic_monitor_golang/common/nagios/nagios.go b/traffic_monitor_golang/common/nagios/nagios.go
index 53af782..a8ce6bd 100644
--- a/traffic_monitor_golang/common/nagios/nagios.go
+++ b/traffic_monitor_golang/common/nagios/nagios.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 nagios
 
 import (