diff --git a/tools/.classpath b/tools/.classpath index c10baa17a7f..41f021f8832 100644 --- a/tools/.classpath +++ b/tools/.classpath @@ -1,4 +1,22 @@ + diff --git a/tools/.project b/tools/.project index e61ed09a924..1b4001f226e 100644 --- a/tools/.project +++ b/tools/.project @@ -1,4 +1,22 @@ + tools diff --git a/tools/devcloud/basebuild/puppet-devcloudinitial/Modulefile b/tools/devcloud/basebuild/puppet-devcloudinitial/Modulefile index b15a29ecc0f..b1ca9adb59f 100644 --- a/tools/devcloud/basebuild/puppet-devcloudinitial/Modulefile +++ b/tools/devcloud/basebuild/puppet-devcloudinitial/Modulefile @@ -2,7 +2,7 @@ name 'puppet-devcloudinitial' version '0.0.1' source '' author 'Apache Software Foundation' -license 'Apache 2.0' +license 'Licensed under the Apache License, Version 2.0. http://www.apache.org/licenses/LICENSE-2.0' summary 'CloudStack DevCloud initial configuration module' description 'Installation and configuration of all prequisites for building a DevCloud image.' project_page 'http://cloudstack.org' diff --git a/tools/devcloud/basebuild/puppet-devcloudinitial/files/grub b/tools/devcloud/basebuild/puppet-devcloudinitial/files/grub index 34613daf474..be14e82f7c5 100644 --- a/tools/devcloud/basebuild/puppet-devcloudinitial/files/grub +++ b/tools/devcloud/basebuild/puppet-devcloudinitial/files/grub @@ -1,3 +1,21 @@ +# 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. + + # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: diff --git a/tools/devcloud/basebuild/puppet-devcloudinitial/files/interfaces b/tools/devcloud/basebuild/puppet-devcloudinitial/files/interfaces index cf88183a532..f65507911ab 100644 --- a/tools/devcloud/basebuild/puppet-devcloudinitial/files/interfaces +++ b/tools/devcloud/basebuild/puppet-devcloudinitial/files/interfaces @@ -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. + # The loopback network interface auto lo iface lo inet loopback diff --git a/tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf b/tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf index 7096907a5ff..57ebf64cbd1 100644 --- a/tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf +++ b/tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf @@ -1 +1,18 @@ +# 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. + bridge diff --git a/tools/devcloud/basebuild/puppet-devcloudinitial/files/xen-defaults b/tools/devcloud/basebuild/puppet-devcloudinitial/files/xen-defaults index 688629098bb..bc3dc67b522 100644 --- a/tools/devcloud/basebuild/puppet-devcloudinitial/files/xen-defaults +++ b/tools/devcloud/basebuild/puppet-devcloudinitial/files/xen-defaults @@ -1 +1,18 @@ +# 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. + TOOLSTACK=xapi diff --git a/tools/devcloud/basebuild/puppet-devcloudinitial/files/xend b/tools/devcloud/basebuild/puppet-devcloudinitial/files/xend index 7fa1077ceb3..19ebd49e226 100644 --- a/tools/devcloud/basebuild/puppet-devcloudinitial/files/xend +++ b/tools/devcloud/basebuild/puppet-devcloudinitial/files/xend @@ -1,4 +1,21 @@ #!/bin/sh +# 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. + ### BEGIN INIT INFO # Provides: xend # Required-Start: $remote_fs diff --git a/tools/devcloud/devcloudbox/puppet-devcloud/Modulefile b/tools/devcloud/devcloudbox/puppet-devcloud/Modulefile index 7da4c4cf590..ace7d485481 100644 --- a/tools/devcloud/devcloudbox/puppet-devcloud/Modulefile +++ b/tools/devcloud/devcloudbox/puppet-devcloud/Modulefile @@ -2,7 +2,7 @@ name 'puppet-devcloud' version '0.0.1' source '' author 'Apache Software Foundation' -license 'Apache 2.0' +license 'Licensed under the Apache License, Version 2.0. http://www.apache.org/licenses/LICENSE-2.0' summary 'CloudStack DevCloud configuration module' description 'Devcloud setup module.' project_page 'http://cloudstack.org' diff --git a/tools/devcloud/devcloudbox/puppet-devcloud/files/exports b/tools/devcloud/devcloudbox/puppet-devcloud/files/exports index 55fdcfe9468..c270c6306bd 100644 --- a/tools/devcloud/devcloudbox/puppet-devcloud/files/exports +++ b/tools/devcloud/devcloudbox/puppet-devcloud/files/exports @@ -1 +1,18 @@ +# 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. + /opt/storage/secondary *(rw,no_subtree_check,no_root_squash,fsid=0) diff --git a/tools/devcloud/devcloudbox/puppet-devcloud/files/iptables.save b/tools/devcloud/devcloudbox/puppet-devcloud/files/iptables.save index c556398ca15..333932723dc 100644 --- a/tools/devcloud/devcloudbox/puppet-devcloud/files/iptables.save +++ b/tools/devcloud/devcloudbox/puppet-devcloud/files/iptables.save @@ -1,4 +1,20 @@ -# Generated by iptables-save v1.4.12 on Sat Jul 28 03:18:44 2012 +# 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. + *mangle :PREROUTING ACCEPT [397:23804] :INPUT ACCEPT [397:23804] @@ -7,11 +23,8 @@ :POSTROUTING ACCEPT [238:22820] -A POSTROUTING -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill COMMIT -# Completed on Sat Jul 28 03:18:44 2012 -# Generated by iptables-save v1.4.12 on Sat Jul 28 03:18:44 2012 *filter :INPUT ACCEPT [453:27164] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [273:26476] COMMIT -# Completed on Sat Jul 28 03:18:44 2012 diff --git a/tools/migration/10to21Upgrade.txt b/tools/migration/10to21Upgrade.txt index fd0f76ec0cd..ccbea239a75 100644 --- a/tools/migration/10to21Upgrade.txt +++ b/tools/migration/10to21Upgrade.txt @@ -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. + CloudStack Migration: 1.0.x to 2.1.x How it works: diff --git a/tools/migration/upgrade.properties b/tools/migration/upgrade.properties index 502d9a19ffb..8cc0b556e53 100644 --- a/tools/migration/upgrade.properties +++ b/tools/migration/upgrade.properties @@ -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. + ### Users to upgrade # Specify the list of user IDs to upgrade as a comma separated list; i.e. 3, 4, 5