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

[1/2] incubator-trafficcontrol git commit: Added missing header to Server.pm.

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 60c84ba5d -> 82b5f6c60


Added missing header to Server.pm.


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

Branch: refs/heads/master
Commit: d4d54ad012fda4440cf579bde9246527d1a81944
Parents: 60c84ba
Author: Chris Lemmons <al...@gmail.com>
Authored: Tue Jan 24 15:55:32 2017 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue Jan 24 16:00:15 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/Schema/Result/Server.pm | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/d4d54ad0/traffic_ops/app/lib/Schema/Result/Server.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/Schema/Result/Server.pm b/traffic_ops/app/lib/Schema/Result/Server.pm
index 33a4dff..33c2217 100644
--- a/traffic_ops/app/lib/Schema/Result/Server.pm
+++ b/traffic_ops/app/lib/Schema/Result/Server.pm
@@ -504,4 +504,16 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07046 @ 2016-11-18 22:45:19
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3f6+Y6k32Vn3CDG7R7uToQ
 
+#
+# 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.
 1;


[2/2] incubator-trafficcontrol git commit: This closes #226.

Posted by da...@apache.org.
This closes #226.


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

Branch: refs/heads/master
Commit: 82b5f6c6061e97cf3240dbf2f9ba13cc0f0a7f15
Parents: d4d54ad
Author: Dan Kirkwood <da...@gmail.com>
Authored: Tue Jan 24 16:00:48 2017 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue Jan 24 16:00:48 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------