Repository: cloudstack Updated Branches: refs/heads/master 1ad1883b7 -> 1ed554650
One day i'll remember to put the licenses in right away. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1ed55465 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1ed55465 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1ed55465 Branch: refs/heads/master Commit: 1ed554650c24a319baa200177c0ef0602b09cfe9 Parents: 1ad1883 Author: Hugo Trippaers <[email protected]> Authored: Mon Jul 14 16:04:29 2014 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Mon Jul 14 16:04:29 2014 +0200 ---------------------------------------------------------------------- .../agent/resource/virtualnetwork/ConfigHelper.java | 16 ++++++++++++++++ .../agent/resource/virtualnetwork/ConfigItem.java | 16 ++++++++++++++++ .../resource/virtualnetwork/FileConfigItem.java | 16 ++++++++++++++++ .../resource/virtualnetwork/ScriptConfigItem.java | 16 ++++++++++++++++ .../agent/resource/virtualnetwork/VRScripts.java | 16 ++++++++++++++++ 5 files changed, 80 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1ed55465/core/src/com/cloud/agent/resource/virtualnetwork/ConfigHelper.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/resource/virtualnetwork/ConfigHelper.java b/core/src/com/cloud/agent/resource/virtualnetwork/ConfigHelper.java index 31ddafb..358fa2c 100644 --- a/core/src/com/cloud/agent/resource/virtualnetwork/ConfigHelper.java +++ b/core/src/com/cloud/agent/resource/virtualnetwork/ConfigHelper.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.agent.resource.virtualnetwork; import java.util.HashMap; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1ed55465/core/src/com/cloud/agent/resource/virtualnetwork/ConfigItem.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/resource/virtualnetwork/ConfigItem.java b/core/src/com/cloud/agent/resource/virtualnetwork/ConfigItem.java index 0d622ce..a57eb79 100644 --- a/core/src/com/cloud/agent/resource/virtualnetwork/ConfigItem.java +++ b/core/src/com/cloud/agent/resource/virtualnetwork/ConfigItem.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.agent.resource.virtualnetwork; public abstract class ConfigItem { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1ed55465/core/src/com/cloud/agent/resource/virtualnetwork/FileConfigItem.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/resource/virtualnetwork/FileConfigItem.java b/core/src/com/cloud/agent/resource/virtualnetwork/FileConfigItem.java index 20a09aa..e54c4f0 100644 --- a/core/src/com/cloud/agent/resource/virtualnetwork/FileConfigItem.java +++ b/core/src/com/cloud/agent/resource/virtualnetwork/FileConfigItem.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.agent.resource.virtualnetwork; public class FileConfigItem extends ConfigItem { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1ed55465/core/src/com/cloud/agent/resource/virtualnetwork/ScriptConfigItem.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/resource/virtualnetwork/ScriptConfigItem.java b/core/src/com/cloud/agent/resource/virtualnetwork/ScriptConfigItem.java index 133d2aa..1e0bcbc 100644 --- a/core/src/com/cloud/agent/resource/virtualnetwork/ScriptConfigItem.java +++ b/core/src/com/cloud/agent/resource/virtualnetwork/ScriptConfigItem.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.agent.resource.virtualnetwork; public class ScriptConfigItem extends ConfigItem { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1ed55465/core/src/com/cloud/agent/resource/virtualnetwork/VRScripts.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/resource/virtualnetwork/VRScripts.java b/core/src/com/cloud/agent/resource/virtualnetwork/VRScripts.java index 05ddab0..7acad14 100644 --- a/core/src/com/cloud/agent/resource/virtualnetwork/VRScripts.java +++ b/core/src/com/cloud/agent/resource/virtualnetwork/VRScripts.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.agent.resource.virtualnetwork; public class VRScripts {
