You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mi...@apache.org on 2013/02/22 06:30:10 UTC

git commit: refs/heads/master - add missing license header reported by rat

Updated Branches:
  refs/heads/master a0762bc4a -> dae57c1ab


add missing license header reported by rat


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

Branch: refs/heads/master
Commit: dae57c1ab2d6badb7956b4025e42b63cc7fbbd0a
Parents: a0762bc
Author: Mice Xia <mi...@tcloudcomputing.com>
Authored: Fri Feb 22 13:10:22 2013 +0800
Committer: Mice Xia <mi...@tcloudcomputing.com>
Committed: Fri Feb 22 13:22:14 2013 +0800

----------------------------------------------------------------------
 .../manager/BaremetalPlannerSelector.java          |   16 ++++++++++++++
 scripts/network/ping/baremetal_user_data.py        |   17 +++++++++++++++
 .../ping/prepare_kickstart_kernel_initrd.py        |   16 ++++++++++++++
 .../deploy/AbstractDeployPlannerSelector.java      |   16 ++++++++++++++
 .../com/cloud/deploy/DeployPlannerSelector.java    |   16 ++++++++++++++
 .../cloud/deploy/HypervisorVmPlannerSelector.java  |   16 ++++++++++++++
 6 files changed, 97 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalPlannerSelector.java
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalPlannerSelector.java b/plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalPlannerSelector.java
index 08b4ad6..9daee3f 100755
--- a/plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalPlannerSelector.java
+++ b/plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalPlannerSelector.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.baremetal.manager;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/scripts/network/ping/baremetal_user_data.py
----------------------------------------------------------------------
diff --git a/scripts/network/ping/baremetal_user_data.py b/scripts/network/ping/baremetal_user_data.py
index dd4a8f7..a8ce32c 100755
--- a/scripts/network/ping/baremetal_user_data.py
+++ b/scripts/network/ping/baremetal_user_data.py
@@ -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.
+
 '''
 Created on Jul 2, 2012
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/scripts/network/ping/prepare_kickstart_kernel_initrd.py
----------------------------------------------------------------------
diff --git a/scripts/network/ping/prepare_kickstart_kernel_initrd.py b/scripts/network/ping/prepare_kickstart_kernel_initrd.py
index 52ae02c..b234a62 100755
--- a/scripts/network/ping/prepare_kickstart_kernel_initrd.py
+++ b/scripts/network/ping/prepare_kickstart_kernel_initrd.py
@@ -1,4 +1,20 @@
 #!/usr/bin/python
+# 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.
 
 import sys
 import tempfile

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/server/src/com/cloud/deploy/AbstractDeployPlannerSelector.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/deploy/AbstractDeployPlannerSelector.java b/server/src/com/cloud/deploy/AbstractDeployPlannerSelector.java
index 1dab6c1..62094eb 100755
--- a/server/src/com/cloud/deploy/AbstractDeployPlannerSelector.java
+++ b/server/src/com/cloud/deploy/AbstractDeployPlannerSelector.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.deploy;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/server/src/com/cloud/deploy/DeployPlannerSelector.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/deploy/DeployPlannerSelector.java b/server/src/com/cloud/deploy/DeployPlannerSelector.java
index 9154bc9..40eabb1 100755
--- a/server/src/com/cloud/deploy/DeployPlannerSelector.java
+++ b/server/src/com/cloud/deploy/DeployPlannerSelector.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.deploy;
 
 import com.cloud.utils.component.Adapter;

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/server/src/com/cloud/deploy/HypervisorVmPlannerSelector.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/deploy/HypervisorVmPlannerSelector.java b/server/src/com/cloud/deploy/HypervisorVmPlannerSelector.java
index de64e1c..034a9aa 100755
--- a/server/src/com/cloud/deploy/HypervisorVmPlannerSelector.java
+++ b/server/src/com/cloud/deploy/HypervisorVmPlannerSelector.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.deploy;
 
 import javax.ejb.Local;


Re: git commit: refs/heads/master - add missing license header reported by rat

Posted by Chip Childers <ch...@sungard.com>.
Thank you for picking this up Mice!

On Fri, Feb 22, 2013 at 05:30:10AM +0000, mice@apache.org wrote:
> Updated Branches:
>   refs/heads/master a0762bc4a -> dae57c1ab
> 
> 
> add missing license header reported by rat
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
> Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/dae57c1a
> Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/dae57c1a
> Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/dae57c1a
> 
> Branch: refs/heads/master
> Commit: dae57c1ab2d6badb7956b4025e42b63cc7fbbd0a
> Parents: a0762bc
> Author: Mice Xia <mi...@tcloudcomputing.com>
> Authored: Fri Feb 22 13:10:22 2013 +0800
> Committer: Mice Xia <mi...@tcloudcomputing.com>
> Committed: Fri Feb 22 13:22:14 2013 +0800
> 
> ----------------------------------------------------------------------
>  .../manager/BaremetalPlannerSelector.java          |   16 ++++++++++++++
>  scripts/network/ping/baremetal_user_data.py        |   17 +++++++++++++++
>  .../ping/prepare_kickstart_kernel_initrd.py        |   16 ++++++++++++++
>  .../deploy/AbstractDeployPlannerSelector.java      |   16 ++++++++++++++
>  .../com/cloud/deploy/DeployPlannerSelector.java    |   16 ++++++++++++++
>  .../cloud/deploy/HypervisorVmPlannerSelector.java  |   16 ++++++++++++++
>  6 files changed, 97 insertions(+), 0 deletions(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalPlannerSelector.java
> ----------------------------------------------------------------------
> diff --git a/plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalPlannerSelector.java b/plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalPlannerSelector.java
> index 08b4ad6..9daee3f 100755
> --- a/plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalPlannerSelector.java
> +++ b/plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalPlannerSelector.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.baremetal.manager;
>  
>  import java.util.Map;
> 
> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/scripts/network/ping/baremetal_user_data.py
> ----------------------------------------------------------------------
> diff --git a/scripts/network/ping/baremetal_user_data.py b/scripts/network/ping/baremetal_user_data.py
> index dd4a8f7..a8ce32c 100755
> --- a/scripts/network/ping/baremetal_user_data.py
> +++ b/scripts/network/ping/baremetal_user_data.py
> @@ -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.
> +
>  '''
>  Created on Jul 2, 2012
>  
> 
> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/scripts/network/ping/prepare_kickstart_kernel_initrd.py
> ----------------------------------------------------------------------
> diff --git a/scripts/network/ping/prepare_kickstart_kernel_initrd.py b/scripts/network/ping/prepare_kickstart_kernel_initrd.py
> index 52ae02c..b234a62 100755
> --- a/scripts/network/ping/prepare_kickstart_kernel_initrd.py
> +++ b/scripts/network/ping/prepare_kickstart_kernel_initrd.py
> @@ -1,4 +1,20 @@
>  #!/usr/bin/python
> +# 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.
>  
>  import sys
>  import tempfile
> 
> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/server/src/com/cloud/deploy/AbstractDeployPlannerSelector.java
> ----------------------------------------------------------------------
> diff --git a/server/src/com/cloud/deploy/AbstractDeployPlannerSelector.java b/server/src/com/cloud/deploy/AbstractDeployPlannerSelector.java
> index 1dab6c1..62094eb 100755
> --- a/server/src/com/cloud/deploy/AbstractDeployPlannerSelector.java
> +++ b/server/src/com/cloud/deploy/AbstractDeployPlannerSelector.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.deploy;
>  
>  import java.util.Map;
> 
> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/server/src/com/cloud/deploy/DeployPlannerSelector.java
> ----------------------------------------------------------------------
> diff --git a/server/src/com/cloud/deploy/DeployPlannerSelector.java b/server/src/com/cloud/deploy/DeployPlannerSelector.java
> index 9154bc9..40eabb1 100755
> --- a/server/src/com/cloud/deploy/DeployPlannerSelector.java
> +++ b/server/src/com/cloud/deploy/DeployPlannerSelector.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.deploy;
>  
>  import com.cloud.utils.component.Adapter;
> 
> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dae57c1a/server/src/com/cloud/deploy/HypervisorVmPlannerSelector.java
> ----------------------------------------------------------------------
> diff --git a/server/src/com/cloud/deploy/HypervisorVmPlannerSelector.java b/server/src/com/cloud/deploy/HypervisorVmPlannerSelector.java
> index de64e1c..034a9aa 100755
> --- a/server/src/com/cloud/deploy/HypervisorVmPlannerSelector.java
> +++ b/server/src/com/cloud/deploy/HypervisorVmPlannerSelector.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.deploy;
>  
>  import javax.ejb.Local;
> 
>