You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2017/01/10 03:38:38 UTC

[26/50] incubator-trafficcontrol git commit: added Apache license to test files

added Apache license to test files


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

Branch: refs/heads/master
Commit: bd030e0d5176a8e6bc2f38922f4fd0cf2f29a677
Parents: 7ed3fab
Author: David Neuman <da...@gmail.com>
Authored: Tue Dec 6 16:12:05 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Sun Jan 8 21:05:00 2017 -0700

----------------------------------------------------------------------
 .../client/tests/integration/cachegroup_test.go      | 15 +++++++++++++++
 traffic_ops/client/tests/integration/cdn_test.go     | 15 +++++++++++++++
 .../client/tests/integration/crconfig_test.go        | 15 +++++++++++++++
 .../client/tests/integration/hardware_test.go        | 15 +++++++++++++++
 .../client/tests/integration/parameter_test.go       | 15 +++++++++++++++
 traffic_ops/client/tests/integration/profile_test.go | 15 +++++++++++++++
 traffic_ops/client/tests/integration/server_test.go  | 15 +++++++++++++++
 .../client/tests/integration/stats_summary_test.go   | 15 +++++++++++++++
 .../tests/integration/traffic_monitor_config_test.go | 15 +++++++++++++++
 .../tests/integration/traffic_router_config_test.go  | 15 +++++++++++++++
 traffic_ops/client/tests/integration/type_test.go    | 15 +++++++++++++++
 traffic_ops/client/tests/integration/user_test.go    | 15 +++++++++++++++
 12 files changed, 180 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/cachegroup_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/cachegroup_test.go b/traffic_ops/client/tests/integration/cachegroup_test.go
index 4bff049..403a514 100644
--- a/traffic_ops/client/tests/integration/cachegroup_test.go
+++ b/traffic_ops/client/tests/integration/cachegroup_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/cdn_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/cdn_test.go b/traffic_ops/client/tests/integration/cdn_test.go
index 62d8cd2..0dca906 100644
--- a/traffic_ops/client/tests/integration/cdn_test.go
+++ b/traffic_ops/client/tests/integration/cdn_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/crconfig_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/crconfig_test.go b/traffic_ops/client/tests/integration/crconfig_test.go
index 7f404f7..ceb1fa6 100644
--- a/traffic_ops/client/tests/integration/crconfig_test.go
+++ b/traffic_ops/client/tests/integration/crconfig_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import "testing"

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/hardware_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/hardware_test.go b/traffic_ops/client/tests/integration/hardware_test.go
index 724c875..0c12ca5 100644
--- a/traffic_ops/client/tests/integration/hardware_test.go
+++ b/traffic_ops/client/tests/integration/hardware_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/parameter_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/parameter_test.go b/traffic_ops/client/tests/integration/parameter_test.go
index 8e5f00a..e7d2220 100644
--- a/traffic_ops/client/tests/integration/parameter_test.go
+++ b/traffic_ops/client/tests/integration/parameter_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/profile_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/profile_test.go b/traffic_ops/client/tests/integration/profile_test.go
index c4af200..f678a37 100644
--- a/traffic_ops/client/tests/integration/profile_test.go
+++ b/traffic_ops/client/tests/integration/profile_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/server_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/server_test.go b/traffic_ops/client/tests/integration/server_test.go
index ba50f3a..937e519 100644
--- a/traffic_ops/client/tests/integration/server_test.go
+++ b/traffic_ops/client/tests/integration/server_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/stats_summary_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/stats_summary_test.go b/traffic_ops/client/tests/integration/stats_summary_test.go
index b419e49..401a740 100644
--- a/traffic_ops/client/tests/integration/stats_summary_test.go
+++ b/traffic_ops/client/tests/integration/stats_summary_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/traffic_monitor_config_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/traffic_monitor_config_test.go b/traffic_ops/client/tests/integration/traffic_monitor_config_test.go
index 341e53a..9c23eb8 100644
--- a/traffic_ops/client/tests/integration/traffic_monitor_config_test.go
+++ b/traffic_ops/client/tests/integration/traffic_monitor_config_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/traffic_router_config_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/traffic_router_config_test.go b/traffic_ops/client/tests/integration/traffic_router_config_test.go
index ce61557..0ce2aba 100644
--- a/traffic_ops/client/tests/integration/traffic_router_config_test.go
+++ b/traffic_ops/client/tests/integration/traffic_router_config_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/type_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/type_test.go b/traffic_ops/client/tests/integration/type_test.go
index 6dd0c94..38284c6 100644
--- a/traffic_ops/client/tests/integration/type_test.go
+++ b/traffic_ops/client/tests/integration/type_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/bd030e0d/traffic_ops/client/tests/integration/user_test.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/tests/integration/user_test.go b/traffic_ops/client/tests/integration/user_test.go
index b0f6ab7..7307b59 100644
--- a/traffic_ops/client/tests/integration/user_test.go
+++ b/traffic_ops/client/tests/integration/user_test.go
@@ -1,3 +1,18 @@
+/*
+
+   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 integration
 
 import (