CLOUDSTACK-6090: Virtual Router Service Failure Alerting Fixed a missing license header
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f293c94b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f293c94b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f293c94b Branch: refs/heads/resize-root Commit: f293c94bc0198f162c80ff807ca81459150354a5 Parents: f733752 Author: Koushik Das <kous...@apache.org> Authored: Fri Mar 14 15:45:54 2014 +0530 Committer: Koushik Das <kous...@apache.org> Committed: Fri Mar 14 15:45:54 2014 +0530 ---------------------------------------------------------------------- .../network/dao/OpRouterMonitorServiceVO.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f293c94b/engine/schema/src/com/cloud/network/dao/OpRouterMonitorServiceVO.java ---------------------------------------------------------------------- diff --git a/engine/schema/src/com/cloud/network/dao/OpRouterMonitorServiceVO.java b/engine/schema/src/com/cloud/network/dao/OpRouterMonitorServiceVO.java index c70bba3..c2882fc 100644 --- a/engine/schema/src/com/cloud/network/dao/OpRouterMonitorServiceVO.java +++ b/engine/schema/src/com/cloud/network/dao/OpRouterMonitorServiceVO.java @@ -1,3 +1,20 @@ +// 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 com.cloud.network.dao; import org.apache.cloudstack.api.InternalIdentity;