You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/06/12 15:05:40 UTC

git commit: Replaced Cloud.com & Citrix copyright notices with the Apache Software License, Version 2.0.

Updated Branches:
  refs/heads/master 1371764ab -> 9dfc3b0a1


Replaced Cloud.com & Citrix copyright notices with the Apache Software License, Version 2.0.


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

Branch: refs/heads/master
Commit: 9dfc3b0a1f562fa1882d602a9d4a8f8d484878b7
Parents: 1371764
Author: eric pretorious <ep...@yahoo.com>
Authored: Mon Jun 11 21:56:45 2012 -0700
Committer: David Nalley <da...@gnsa.us>
Committed: Tue Jun 12 09:03:36 2012 -0400

----------------------------------------------------------------------
 build/build-aws-api.properties                     |    1 -
 build/build-aws-api.xml                            |   18 ++++++++
 build/build-cloud.properties                       |    1 -
 build/build-cloud.xml                              |   18 +++++++-
 build/build-common.xml                             |   18 +++++++-
 build/build-docs.xml                               |   18 +++++++-
 build/build-marvin.xml                             |   20 +++++++-
 build/build-tests.xml                              |   18 +++++++-
 build/build-usage.xml                              |   19 ++++++++-
 build/cloud.properties                             |    4 +-
 build/deploy/db/deploy-db.sh                       |   34 +++++++-------
 build/deploy/deploy-agent.sh                       |   34 +++++++-------
 build/deploy/deploy-console-proxy.sh               |   33 +++++++-------
 build/deploy/deploy-server.sh                      |   34 +++++++-------
 build/deploy/deploy-simulator.sh                   |   34 +++++++-------
 build/deploy/install-storage-server.sh             |   34 +++++++-------
 build/deploy/install.sh                            |   35 +++++++--------
 .../storagehdpatch/etc/vmops/disks.properties      |    1 -
 .../storagehdpatch/etc/vmops/network.properties    |    1 -
 .../agent/storagehdpatch/lib/svc/method/vmops      |   17 +++++++-
 .../agent/storagehdpatch/usr/sbin/vsetup           |   15 ++++++
 .../var/svc/manifest/application/cloud.xml         |   17 +++++++
 build/deploy/production/db/server-setup-dev.xml    |   18 ++++++++
 .../production/premium/conf/log4j-cloud_usage.xml  |   17 +++++++
 .../premium/conf/log4j-cloud_usage.xml.template    |   17 +++++++
 .../production/premium/conf/usage-components.xml   |   18 ++++++++
 build/deploy/production/server/conf/ehcache.xml    |   17 +++++++
 .../deploy/production/server/conf/log4j-cloud.xml  |   17 +++++++
 .../server/conf/log4j-cloud.xml.template           |   17 +++++++
 build/deploy/production/server/conf/server.xml     |    2 +
 build/developer.xml                                |   16 +++++++
 build/package.xml                                  |   17 +++++++
 32 files changed, 446 insertions(+), 134 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/build-aws-api.properties
----------------------------------------------------------------------
diff --git a/build/build-aws-api.properties b/build/build-aws-api.properties
index 3836266..a45f137 100644
--- a/build/build-aws-api.properties
+++ b/build/build-aws-api.properties
@@ -9,4 +9,3 @@ debug=true
 build.type=developer
 debuglevel=lines,source,vars
 deprecation=off
-

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/build-aws-api.xml
----------------------------------------------------------------------
diff --git a/build/build-aws-api.xml b/build/build-aws-api.xml
index bee02ce..5f11997 100644
--- a/build/build-aws-api.xml
+++ b/build/build-aws-api.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
+
+
 <project name="awsapi" default="help" basedir=".">
 	<target name="help">
 		<echo level="info" message="Ant Build File for awsapi" />

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/build-cloud.properties
----------------------------------------------------------------------
diff --git a/build/build-cloud.properties b/build/build-cloud.properties
index 258c22e..f5a5baf 100755
--- a/build/build-cloud.properties
+++ b/build/build-cloud.properties
@@ -6,4 +6,3 @@ build.type=developer
 target.compat.version=1.6
 source.compat.version=1.6
 branding.name=default
-

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/build-cloud.xml
----------------------------------------------------------------------
diff --git a/build/build-cloud.xml b/build/build-cloud.xml
index 60953a7..76d2bc8 100755
--- a/build/build-cloud.xml
+++ b/build/build-cloud.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2008 Cloud, Inc. All Rights Reserved -->
+<!--
+  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.
+-->
+
 
 <project name="Cloud Stack" default="help" basedir=".">
   <description>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/build-common.xml
----------------------------------------------------------------------
diff --git a/build/build-common.xml b/build/build-common.xml
index 64be0fe..1d1aa87 100755
--- a/build/build-common.xml
+++ b/build/build-common.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2008 VMOps, Inc. All Rights Reserved -->
+<!--
+  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.
+-->
+
 
 <project name="VMOps-Common" default="help" basedir=".">
   <!--

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/build-docs.xml
----------------------------------------------------------------------
diff --git a/build/build-docs.xml b/build/build-docs.xml
index db450a3..c38b986 100755
--- a/build/build-docs.xml
+++ b/build/build-docs.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2008 Cloud, Inc. All Rights Reserved -->
+<!--
+  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.
+-->
+
 
 <project name="Cloud Stack Document Tasks" default="help" basedir=".">
   <description>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/build-marvin.xml
----------------------------------------------------------------------
diff --git a/build/build-marvin.xml b/build/build-marvin.xml
index ed5cf56..687eb5c 100644
--- a/build/build-marvin.xml
+++ b/build/build-marvin.xml
@@ -1,7 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2012 Citrix Systems, Inc. Licensed under the
-Apache License, Version 2.0 (the "License"); you may not use this
-file except in compliance with the License. Citrix Systems, Inc. -->
+<!--
+  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.
+-->
+
 
 <project name="Marvin TestClient" default="help" basedir=".">
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/build-tests.xml
----------------------------------------------------------------------
diff --git a/build/build-tests.xml b/build/build-tests.xml
index 544a496..fdffe32 100755
--- a/build/build-tests.xml
+++ b/build/build-tests.xml
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2008 Cloud, Inc. All Rights Reserved -->
+<!--
+  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.
+-->
+
 
 <project name="Cloud Stack Tests" default="help" basedir=".">
   <description>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/build-usage.xml
----------------------------------------------------------------------
diff --git a/build/build-usage.xml b/build/build-usage.xml
index eaba1d7..61b6a31 100644
--- a/build/build-usage.xml
+++ b/build/build-usage.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2008 Cloud, Inc. All Rights Reserved -->
+<!--
+  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.
+-->
+
+
 <project name="Cloud Stack Usage Server" default="help" basedir=".">
   <description>
       Cloud Stack Usage server build

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/cloud.properties
----------------------------------------------------------------------
diff --git a/build/cloud.properties b/build/cloud.properties
index 57bfaab..a50a9f1 100755
--- a/build/cloud.properties
+++ b/build/cloud.properties
@@ -6,7 +6,7 @@ company.patch.version=3
 svn.revision=2
 
 # copyright year
-company.copyright.year=2008-2011
+company.copyright.year=2012
 company.url=http://cloudstack.org
-company.license.name=GPL
+company.license.name=Apache License, Version 2.0
 company.name=CloudStack

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/db/deploy-db.sh
----------------------------------------------------------------------
diff --git a/build/deploy/db/deploy-db.sh b/build/deploy/db/deploy-db.sh
index 29a4d4f..bf0db63 100755
--- a/build/deploy/db/deploy-db.sh
+++ b/build/deploy/db/deploy-db.sh
@@ -1,22 +1,22 @@
 #!/usr/bin/env bash
-# Copyright 2012 Citrix Systems, Inc. Licensed under the
-# Apache License, Version 2.0 (the "License"); you may not use this
-# file except in compliance with the License.  Citrix Systems, Inc.
-# reserves all rights not expressly granted by 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.
-# 
-# Automatically generated by addcopyright.py at 04/03/2012
-
-
-
- 
-
+#
 # deploy-db.sh -- deploys the database configuration.
+#
+#  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.
+
 
 # set -x
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/deploy-agent.sh
----------------------------------------------------------------------
diff --git a/build/deploy/deploy-agent.sh b/build/deploy/deploy-agent.sh
index f61ff8c..ff4fd3c 100755
--- a/build/deploy/deploy-agent.sh
+++ b/build/deploy/deploy-agent.sh
@@ -1,22 +1,22 @@
 #!/usr/bin/env bash
-# Copyright 2012 Citrix Systems, Inc. Licensed under the
-# Apache License, Version 2.0 (the "License"); you may not use this
-# file except in compliance with the License.  Citrix Systems, Inc.
-# reserves all rights not expressly granted by 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.
-# 
-# Automatically generated by addcopyright.py at 04/03/2012
-
-
-
- 
-
+#
 # install.sh -- installs an agent
+#
+#  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.
+
 
 usage() {
   printf "Usage: %s: -d [directory to deploy to] -t [routing|storage|computing] -z [zip file] -h [host] -p [pod] -c [data center] -m [expert|novice|setup]\n" $(basename $0) >&2

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/deploy-console-proxy.sh
----------------------------------------------------------------------
diff --git a/build/deploy/deploy-console-proxy.sh b/build/deploy/deploy-console-proxy.sh
index 342ce16..662520f 100644
--- a/build/deploy/deploy-console-proxy.sh
+++ b/build/deploy/deploy-console-proxy.sh
@@ -1,22 +1,23 @@
 #!/usr/bin/env bash
-# Copyright 2012 Citrix Systems, Inc. Licensed under the
-# Apache License, Version 2.0 (the "License"); you may not use this
-# file except in compliance with the License.  Citrix Systems, Inc.
-# reserves all rights not expressly granted by 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.
-# 
-# Automatically generated by addcopyright.py at 04/03/2012
-
-
+#
+# Deploy console proxy package to an existing VM template
+#
+#  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.
 
- 
 
-# Deploy console proxy package to an existing VM template
 usage() {
   printf "Usage: %s: -d [work directory to deploy to] -z [zip file]" $(basename $0) >&2
 }

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/deploy-server.sh
----------------------------------------------------------------------
diff --git a/build/deploy/deploy-server.sh b/build/deploy/deploy-server.sh
index 4d50e42..fe77174 100755
--- a/build/deploy/deploy-server.sh
+++ b/build/deploy/deploy-server.sh
@@ -1,22 +1,22 @@
 #!/usr/bin/env bash
-# Copyright 2012 Citrix Systems, Inc. Licensed under the
-# Apache License, Version 2.0 (the "License"); you may not use this
-# file except in compliance with the License.  Citrix Systems, Inc.
-# reserves all rights not expressly granted by 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.
-# 
-# Automatically generated by addcopyright.py at 04/03/2012
-
-
-
- 
-
+#
 # deploy.sh -- deploys a management server
+#
+#  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.
+
 
 usage() {
   printf "Usage: %s: -d [tomcat directory to deploy to] -z [zip file to use]\n" $(basename $0) >&2

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/deploy-simulator.sh
----------------------------------------------------------------------
diff --git a/build/deploy/deploy-simulator.sh b/build/deploy/deploy-simulator.sh
index 347a2cc..b2bfecd 100644
--- a/build/deploy/deploy-simulator.sh
+++ b/build/deploy/deploy-simulator.sh
@@ -1,22 +1,22 @@
 #!/usr/bin/env bash
-# Copyright 2012 Citrix Systems, Inc. Licensed under the
-# Apache License, Version 2.0 (the "License"); you may not use this
-# file except in compliance with the License.  Citrix Systems, Inc.
-# reserves all rights not expressly granted by 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.
-# 
-# Automatically generated by addcopyright.py at 04/03/2012
-
-
-
- 
-
+#
 # install.sh -- installs an agent
+#
+#  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.
+
 
 usage() {
   printf "Usage: %s: -d [directory to deploy to] -z [zip file] -h [host] -p [pod] -c [data center] -m [expert|novice|setup]\n" $(basename $0) >&2

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/install-storage-server.sh
----------------------------------------------------------------------
diff --git a/build/deploy/install-storage-server.sh b/build/deploy/install-storage-server.sh
index e351f08..5d1ed05 100755
--- a/build/deploy/install-storage-server.sh
+++ b/build/deploy/install-storage-server.sh
@@ -1,22 +1,22 @@
 #!/usr/bin/env bash
-# Copyright 2012 Citrix Systems, Inc. Licensed under the
-# Apache License, Version 2.0 (the "License"); you may not use this
-# file except in compliance with the License.  Citrix Systems, Inc.
-# reserves all rights not expressly granted by 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.
-# 
-# Automatically generated by addcopyright.py at 04/03/2012
-
-
-
- 
-
+#
 # install-storage-server.sh: Installs a VMOps Storage Server
+#
+#  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.
+
 
 choose_correct_filename() {
 	local default_filename=$1

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/install.sh
----------------------------------------------------------------------
diff --git a/build/deploy/install.sh b/build/deploy/install.sh
index 9ff66ab..26f9970 100644
--- a/build/deploy/install.sh
+++ b/build/deploy/install.sh
@@ -1,23 +1,22 @@
 #!/bin/bash
-# Copyright 2012 Citrix Systems, Inc. Licensed under the
-# Apache License, Version 2.0 (the "License"); you may not use this
-# file except in compliance with the License.  Citrix Systems, Inc.
-# reserves all rights not expressly granted by 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.
-# 
-# Automatically generated by addcopyright.py at 04/03/2012
-
-
-
- 
-
-
+#
 # install.sh -- installs MySQL, Java, Tomcat, and the VMOps server 
+#
+#  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.
+
 
 #set -x
 set -e

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/agent/storagehdpatch/etc/vmops/disks.properties
----------------------------------------------------------------------
diff --git a/build/deploy/production/agent/storagehdpatch/etc/vmops/disks.properties b/build/deploy/production/agent/storagehdpatch/etc/vmops/disks.properties
index a7f77b3..0baf045 100644
--- a/build/deploy/production/agent/storagehdpatch/etc/vmops/disks.properties
+++ b/build/deploy/production/agent/storagehdpatch/etc/vmops/disks.properties
@@ -4,4 +4,3 @@
 # L: Intent Log
 # S: Spare
 # U: Unused
-

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/agent/storagehdpatch/etc/vmops/network.properties
----------------------------------------------------------------------
diff --git a/build/deploy/production/agent/storagehdpatch/etc/vmops/network.properties b/build/deploy/production/agent/storagehdpatch/etc/vmops/network.properties
index 8e61bdc..68485fb 100644
--- a/build/deploy/production/agent/storagehdpatch/etc/vmops/network.properties
+++ b/build/deploy/production/agent/storagehdpatch/etc/vmops/network.properties
@@ -32,4 +32,3 @@ vmops.iqn=
 
 # MTU (optional)
 mtu=
-

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/agent/storagehdpatch/lib/svc/method/vmops
----------------------------------------------------------------------
diff --git a/build/deploy/production/agent/storagehdpatch/lib/svc/method/vmops b/build/deploy/production/agent/storagehdpatch/lib/svc/method/vmops
index db9fba1..6ffde74 100755
--- a/build/deploy/production/agent/storagehdpatch/lib/svc/method/vmops
+++ b/build/deploy/production/agent/storagehdpatch/lib/svc/method/vmops
@@ -1,6 +1,21 @@
 #!/bin/bash
 #
-# vmops		Script to start and stop the VMOps Agent.
+# vmops - Script to start and stop the VMOps Agent.
+#
+#  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.
 #
 # Author:       Chiradeep Vittal <ch...@vmops.com>
 # chkconfig: 2345 99 01

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/agent/storagehdpatch/usr/sbin/vsetup
----------------------------------------------------------------------
diff --git a/build/deploy/production/agent/storagehdpatch/usr/sbin/vsetup b/build/deploy/production/agent/storagehdpatch/usr/sbin/vsetup
index dbe8a4b..44bacf8 100755
--- a/build/deploy/production/agent/storagehdpatch/usr/sbin/vsetup
+++ b/build/deploy/production/agent/storagehdpatch/usr/sbin/vsetup
@@ -1,4 +1,19 @@
 #! /bin/bash
+#
+#  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.
 
 stage=$1
 option=$2

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/agent/storagehdpatch/var/svc/manifest/application/cloud.xml
----------------------------------------------------------------------
diff --git a/build/deploy/production/agent/storagehdpatch/var/svc/manifest/application/cloud.xml b/build/deploy/production/agent/storagehdpatch/var/svc/manifest/application/cloud.xml
index 858bb16..dc85bb2 100644
--- a/build/deploy/production/agent/storagehdpatch/var/svc/manifest/application/cloud.xml
+++ b/build/deploy/production/agent/storagehdpatch/var/svc/manifest/application/cloud.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0"?>
 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
+<!--
+  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.
+-->
+
 
 <service_bundle type='manifest' name='cloud'>
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/db/server-setup-dev.xml
----------------------------------------------------------------------
diff --git a/build/deploy/production/db/server-setup-dev.xml b/build/deploy/production/db/server-setup-dev.xml
index 19a67ff..85553d7 100644
--- a/build/deploy/production/db/server-setup-dev.xml
+++ b/build/deploy/production/db/server-setup-dev.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?> 
+<!--
+  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.
+-->
+
+
 <data>
   <version>2.0</version>
   <zones>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/premium/conf/log4j-cloud_usage.xml
----------------------------------------------------------------------
diff --git a/build/deploy/production/premium/conf/log4j-cloud_usage.xml b/build/deploy/production/premium/conf/log4j-cloud_usage.xml
index 46500fa..f7e1c2e 100644
--- a/build/deploy/production/premium/conf/log4j-cloud_usage.xml
+++ b/build/deploy/production/premium/conf/log4j-cloud_usage.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+  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.
+-->
+
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/premium/conf/log4j-cloud_usage.xml.template
----------------------------------------------------------------------
diff --git a/build/deploy/production/premium/conf/log4j-cloud_usage.xml.template b/build/deploy/production/premium/conf/log4j-cloud_usage.xml.template
index 7c94e59..64d4261 100644
--- a/build/deploy/production/premium/conf/log4j-cloud_usage.xml.template
+++ b/build/deploy/production/premium/conf/log4j-cloud_usage.xml.template
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+  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.
+-->
+
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/premium/conf/usage-components.xml
----------------------------------------------------------------------
diff --git a/build/deploy/production/premium/conf/usage-components.xml b/build/deploy/production/premium/conf/usage-components.xml
index 37d66ab..02c9d1b 100644
--- a/build/deploy/production/premium/conf/usage-components.xml
+++ b/build/deploy/production/premium/conf/usage-components.xml
@@ -1,5 +1,23 @@
 <?xml version="1.0"?>
 <!--
+  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.
+-->
+
+
+<!--
   usage-components.xml is the configuration file for the VM Ops
   usage servers.
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/server/conf/ehcache.xml
----------------------------------------------------------------------
diff --git a/build/deploy/production/server/conf/ehcache.xml b/build/deploy/production/server/conf/ehcache.xml
index c65deea..560e0e0 100755
--- a/build/deploy/production/server/conf/ehcache.xml
+++ b/build/deploy/production/server/conf/ehcache.xml
@@ -1,5 +1,22 @@
 <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="ehcache.xsd">
+<!--
+  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.
+-->
+
 
     <!--
     CacheManager Configuration

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/server/conf/log4j-cloud.xml
----------------------------------------------------------------------
diff --git a/build/deploy/production/server/conf/log4j-cloud.xml b/build/deploy/production/server/conf/log4j-cloud.xml
index 2142d81..1b56396 100755
--- a/build/deploy/production/server/conf/log4j-cloud.xml
+++ b/build/deploy/production/server/conf/log4j-cloud.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+  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.
+-->
+
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/server/conf/log4j-cloud.xml.template
----------------------------------------------------------------------
diff --git a/build/deploy/production/server/conf/log4j-cloud.xml.template b/build/deploy/production/server/conf/log4j-cloud.xml.template
index 5e1e659..3939000 100644
--- a/build/deploy/production/server/conf/log4j-cloud.xml.template
+++ b/build/deploy/production/server/conf/log4j-cloud.xml.template
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+  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.
+-->
+
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/deploy/production/server/conf/server.xml
----------------------------------------------------------------------
diff --git a/build/deploy/production/server/conf/server.xml b/build/deploy/production/server/conf/server.xml
index 99ea003..a4e85a7 100755
--- a/build/deploy/production/server/conf/server.xml
+++ b/build/deploy/production/server/conf/server.xml
@@ -15,6 +15,8 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+
+
 <!-- Note:  A "Server" is not itself a "Container", so you may not
      define subcomponents such as "Valves" at this level.
      Documentation at /docs/config/server.html

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/developer.xml
----------------------------------------------------------------------
diff --git a/build/developer.xml b/build/developer.xml
index 2e3bbf6..127581e 100755
--- a/build/developer.xml
+++ b/build/developer.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 
 
 <project name="CloudStack Developer Targets" basedir=".">

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9dfc3b0a/build/package.xml
----------------------------------------------------------------------
diff --git a/build/package.xml b/build/package.xml
index 0d892c3..7fd7a5d 100755
--- a/build/package.xml
+++ b/build/package.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+
 
 <project name="Cloud Stack Package" basedir=".">
   <description>