Add missing Apache license header. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c129c4e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c129c4e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c129c4e0
Branch: refs/heads/gslb-wip Commit: c129c4e02e5925d92ecbe434d3e31a2fbaef6b7e Parents: f539f40 Author: Min Chen <min.c...@citrix.com> Authored: Fri Mar 8 14:38:35 2013 -0800 Committer: Min Chen <min.c...@citrix.com> Committed: Fri Mar 8 14:38:35 2013 -0800 ---------------------------------------------------------------------- .../com/cloud/alert/AlertControlsUnitTest.java | 16 +++++++++++++++ .../com/cloud/event/EventControlsUnitTest.java | 16 +++++++++++++++ 2 files changed, 32 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c129c4e0/server/test/com/cloud/alert/AlertControlsUnitTest.java ---------------------------------------------------------------------- diff --git a/server/test/com/cloud/alert/AlertControlsUnitTest.java b/server/test/com/cloud/alert/AlertControlsUnitTest.java index 412a261..c1e4c54 100644 --- a/server/test/com/cloud/alert/AlertControlsUnitTest.java +++ b/server/test/com/cloud/alert/AlertControlsUnitTest.java @@ -1,3 +1,19 @@ +// 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 +// 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.alert; import static org.mockito.Matchers.any; http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c129c4e0/server/test/com/cloud/event/EventControlsUnitTest.java ---------------------------------------------------------------------- diff --git a/server/test/com/cloud/event/EventControlsUnitTest.java b/server/test/com/cloud/event/EventControlsUnitTest.java index 3fe4747..3c25275 100644 --- a/server/test/com/cloud/event/EventControlsUnitTest.java +++ b/server/test/com/cloud/event/EventControlsUnitTest.java @@ -1,3 +1,19 @@ +// 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 +// 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.event; import static org.mockito.Matchers.any;