rats: licenses added Signed-off-by: Daan Hoogland <[email protected]>
This closes #535 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4ad178e4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4ad178e4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4ad178e4 Branch: refs/heads/reporter Commit: 4ad178e4b17c9c0b61a0135d92557b623375f253 Parents: d8ab5f3 Author: Daan Hoogland <[email protected]> Authored: Mon Jul 6 17:10:41 2015 +0200 Committer: Daan Hoogland <[email protected]> Committed: Tue Jul 7 13:48:20 2015 +0200 ---------------------------------------------------------------------- .../org/apache/cloudstack/storage/BaseTypeTest.java | 16 ++++++++++++++++ .../cloudstack/framework/config/ConfigKeyTest.java | 16 ++++++++++++++++ utils/test/com/cloud/utils/net/Ip4AddressTest.java | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4ad178e4/engine/storage/test/org/apache/cloudstack/storage/BaseTypeTest.java ---------------------------------------------------------------------- diff --git a/engine/storage/test/org/apache/cloudstack/storage/BaseTypeTest.java b/engine/storage/test/org/apache/cloudstack/storage/BaseTypeTest.java index 5cce015..48759da 100644 --- a/engine/storage/test/org/apache/cloudstack/storage/BaseTypeTest.java +++ b/engine/storage/test/org/apache/cloudstack/storage/BaseTypeTest.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 +// 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 org.apache.cloudstack.storage; import org.junit.Assert; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4ad178e4/framework/config/test/org/apache/cloudstack/framework/config/ConfigKeyTest.java ---------------------------------------------------------------------- diff --git a/framework/config/test/org/apache/cloudstack/framework/config/ConfigKeyTest.java b/framework/config/test/org/apache/cloudstack/framework/config/ConfigKeyTest.java index b02ac1f..01a3509 100644 --- a/framework/config/test/org/apache/cloudstack/framework/config/ConfigKeyTest.java +++ b/framework/config/test/org/apache/cloudstack/framework/config/ConfigKeyTest.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 +// 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 org.apache.cloudstack.framework.config; import org.junit.Assert; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4ad178e4/utils/test/com/cloud/utils/net/Ip4AddressTest.java ---------------------------------------------------------------------- diff --git a/utils/test/com/cloud/utils/net/Ip4AddressTest.java b/utils/test/com/cloud/utils/net/Ip4AddressTest.java index d4e24d3..79ff238 100644 --- a/utils/test/com/cloud/utils/net/Ip4AddressTest.java +++ b/utils/test/com/cloud/utils/net/Ip4AddressTest.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 +// 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.utils.net; import org.junit.Assert;
