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 2016/12/08 18:46:04 UTC

[02/20] incubator-trafficcontrol git commit: Add TM2 Apache license headers

Add TM2 Apache license headers


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

Branch: refs/heads/master
Commit: 6eeb73289feefca102b6382a9ae24885e475deba
Parents: 0511308
Author: Robert Butts <ro...@gmail.com>
Authored: Thu Dec 8 10:00:45 2016 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Thu Dec 8 11:44:33 2016 -0700

----------------------------------------------------------------------
 .../experimental/common/poller/heap_test.go      | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/6eeb7328/traffic_monitor/experimental/common/poller/heap_test.go
----------------------------------------------------------------------
diff --git a/traffic_monitor/experimental/common/poller/heap_test.go b/traffic_monitor/experimental/common/poller/heap_test.go
index ada593d..f943c96 100644
--- a/traffic_monitor/experimental/common/poller/heap_test.go
+++ b/traffic_monitor/experimental/common/poller/heap_test.go
@@ -1,5 +1,24 @@
 package poller
 
+/*
+ * 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.
+ */
+
 import (
 	"fmt"
 	"math/rand"