Skip to content

Commit 2f634c0

Browse files
author
frank
committed
Switch to Apache license
1 parent 892a29c commit 2f634c0

File tree

2,773 files changed

+32814
-41397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,773 files changed

+32814
-41397
lines changed

INSTALL.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ ant deploydb
5050
Type to run mgt server:
5151
$ ant debug
5252

53-
If all of the above process is successful. You are done the single server CloudStack installation.Now your Cloud.com Management Server is running.
53+
If all of the above process is successful. You are done the single server CloudStack installation.Now your CloudStack Management Server is running.
5454

5555
Open your browser and type the bellow url in address bar:
5656

README.html

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<ul>
77
<li><a href="http://www.cloudstack.org">Community</a> - forums, code, bugbase, blog, events, links to outside resources, IRC, and more</li>
88
<li><a href="http://cloud.mindtouch.us">Documentation and Knowledge Base</a> - installation steps, guides, references, troubleshooting tips</li>
9-
<li><a href="http://cloud.com">Cloud.com</a>
109
</ul>
1110
</body>
1211
</html>

agent-simulator/db/create-schema-simulator.sql

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
11+
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
113
DROP TABLE IF EXISTS `cloud`.`mockhost`;
214
DROP TABLE IF EXISTS `cloud`.`mocksecstorage`;
315
DROP TABLE IF EXISTS `cloud`.`mockstoragepool`;

agent-simulator/scripts/__old__/deletePod.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2-
#
3-
# This software is licensed under the GNU General Public License v3 or later.
4-
#
5-
# It is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or any later version.
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
1511
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
1613

1714

1815

agent-simulator/scripts/__old__/deleteServiceOffering.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2-
#
3-
# This software is licensed under the GNU General Public License v3 or later.
4-
#
5-
# It is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or any later version.
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
1511
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
1613

1714

1815

agent-simulator/scripts/__old__/deleteVlan.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2-
#
3-
# This software is licensed under the GNU General Public License v3 or later.
4-
#
5-
# It is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or any later version.
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
1511
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
1613

1714

1815

agent-simulator/scripts/__old__/deployVirtualMachine.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2-
#
3-
# This software is licensed under the GNU General Public License v3 or later.
4-
#
5-
# It is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or any later version.
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
1511
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
1613

1714

1815

agent-simulator/scripts/__old__/listRouters.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2-
#
3-
# This software is licensed under the GNU General Public License v3 or later.
4-
#
5-
# It is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or any later version.
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
1511
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
1613

1714

1815

agent-simulator/scripts/__old__/listVirtualMachine.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2-
#
3-
# This software is licensed under the GNU General Public License v3 or later.
4-
#
5-
# It is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or any later version.
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
1511
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
1613

1714

1815

agent-simulator/scripts/__old__/queryAsyncJobResult.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
#!/bin/bash
2-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
3-
#
4-
# This software is licensed under the GNU General Public License v3 or later.
5-
#
6-
# It is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU General Public License as published by
8-
# the Free Software Foundation, either version 3 of the License, or any later version.
9-
# This program is distributed in the hope that it will be useful,
10-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU General Public License for more details.
13-
#
14-
# You should have received a copy of the GNU General Public License
15-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
3+
# Apache License, Version 2.0 (the "License"); you may not use this
4+
# file except in compliance with the License. Citrix Systems, Inc.
5+
# reserves all rights not expressly granted by the License.
6+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
7+
# Unless required by applicable law or agreed to in writing, software
8+
# distributed under the License is distributed on an "AS IS" BASIS,
9+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
# See the License for the specific language governing permissions and
11+
# limitations under the License.
1612
#
13+
# Automatically generated by addcopyright.py at 04/03/2012
1714

1815

1916
usage() {

agent-simulator/scripts/__old__/run.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
#!/usr/bin/env bash
2-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
3-
#
4-
# This software is licensed under the GNU General Public License v3 or later.
5-
#
6-
# It is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU General Public License as published by
8-
# the Free Software Foundation, either version 3 of the License, or any later version.
9-
# This program is distributed in the hope that it will be useful,
10-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU General Public License for more details.
13-
#
14-
# You should have received a copy of the GNU General Public License
15-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
3+
# Apache License, Version 2.0 (the "License"); you may not use this
4+
# file except in compliance with the License. Citrix Systems, Inc.
5+
# reserves all rights not expressly granted by the License.
6+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
7+
# Unless required by applicable law or agreed to in writing, software
8+
# distributed under the License is distributed on an "AS IS" BASIS,
9+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
# See the License for the specific language governing permissions and
11+
# limitations under the License.
1612
#
13+
# Automatically generated by addcopyright.py at 04/03/2012
1714

1815

1916

agent-simulator/scripts/__old__/setupDirectPods.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2-
#
3-
# This software is licensed under the GNU General Public License v3 or later.
4-
#
5-
# It is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or any later version.
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
1511
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
1613

1714

1815

agent-simulator/scripts/__old__/setupHosts.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2-
#
3-
# This software is licensed under the GNU General Public License v3 or later.
4-
#
5-
# It is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or any later version.
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
1511
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
1613

1714

1815

agent-simulator/scripts/__old__/setupPodAndNetwork.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2-
#
3-
# This software is licensed under the GNU General Public License v3 or later.
4-
#
5-
# It is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or any later version.
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
1511
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
1613

1714

1815

agent-simulator/scripts/__old__/setupServiceOffering.sh

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Copyright (C) 2011 Citrix Systems, Inc. All rights reserved
2-
#
3-
# This software is licensed under the GNU General Public License v3 or later.
4-
#
5-
# It is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or any later version.
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1+
# Copyright 2012 Citrix Systems, Inc. Licensed under the
2+
# Apache License, Version 2.0 (the "License"); you may not use this
3+
# file except in compliance with the License. Citrix Systems, Inc.
4+
# reserves all rights not expressly granted by the License.
5+
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
1511
#
12+
# Automatically generated by addcopyright.py at 04/03/2012
1613

1714

1815

0 commit comments

Comments
 (0)