License header updates for the server folder.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/78764c8b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/78764c8b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/78764c8b Branch: refs/heads/vpc Commit: 78764c8b6e5d04b4ee8e6ff9d38634ac8a28baef Parents: 09bdd3b Author: Chip Childers <[email protected]> Authored: Fri Aug 3 09:41:27 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Fri Aug 3 09:41:27 2012 -0400 ---------------------------------------------------------------------- server/.classpath | 18 ++++++++++++++++++ server/.project | 18 ++++++++++++++++++ server/conf/log4j-cloud.xml.in | 18 ++++++++++++++++++ server/conf/migration-components.xml | 17 +++++++++++++++++ server/scripts/vmops-fix-mysql-config | 16 ++++++++++++++++ server/test/async-job-component.xml | 18 ++++++++++++++++++ server/test/sync-queue-component.xml | 18 ++++++++++++++++++ 7 files changed, 123 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/78764c8b/server/.classpath ---------------------------------------------------------------------- diff --git a/server/.classpath b/server/.classpath index f17a852..e134955 100755 --- a/server/.classpath +++ b/server/.classpath @@ -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. +--> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="test"/> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/78764c8b/server/.project ---------------------------------------------------------------------- diff --git a/server/.project b/server/.project index 493e800..bb146ff 100644 --- a/server/.project +++ b/server/.project @@ -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. +--> <projectDescription> <name>server</name> <comment></comment> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/78764c8b/server/conf/log4j-cloud.xml.in ---------------------------------------------------------------------- diff --git a/server/conf/log4j-cloud.xml.in b/server/conf/log4j-cloud.xml.in index db51bd6..939b46d 100755 --- a/server/conf/log4j-cloud.xml.in +++ b/server/conf/log4j-cloud.xml.in @@ -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. +--> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false"> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/78764c8b/server/conf/migration-components.xml ---------------------------------------------------------------------- diff --git a/server/conf/migration-components.xml b/server/conf/migration-components.xml index 1273637..90fbafa 100644 --- a/server/conf/migration-components.xml +++ b/server/conf/migration-components.xml @@ -1,5 +1,22 @@ <?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. +--> <components.xml> <migration class="com.cloud.migration.Db21to22MigrationUtil"> <dao name="host pod dao" class="com.cloud.dc.dao.HostPodDaoImpl" /> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/78764c8b/server/scripts/vmops-fix-mysql-config ---------------------------------------------------------------------- diff --git a/server/scripts/vmops-fix-mysql-config b/server/scripts/vmops-fix-mysql-config index 265aba6..d559e09 100755 --- a/server/scripts/vmops-fix-mysql-config +++ b/server/scripts/vmops-fix-mysql-config @@ -1,4 +1,20 @@ #!/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. # chkconfig: 35 99 10 # description: VMOps Usage Server http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/78764c8b/server/test/async-job-component.xml ---------------------------------------------------------------------- diff --git a/server/test/async-job-component.xml b/server/test/async-job-component.xml index a93fa19..4698252 100644 --- a/server/test/async-job-component.xml +++ b/server/test/async-job-component.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. +--> +<!-- components.xml is the configuration file for the VM Ops insertion servers. Someone can quickly pull together an insertion server by selecting the correct adapters to use. http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/78764c8b/server/test/sync-queue-component.xml ---------------------------------------------------------------------- diff --git a/server/test/sync-queue-component.xml b/server/test/sync-queue-component.xml index d7ab85c..996a694 100644 --- a/server/test/sync-queue-component.xml +++ b/server/test/sync-queue-component.xml @@ -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. +--> <components.xml> <management-server class="com.cloud.async.TestSyncQueueManager"> <dao name="sync queue dao" class="com.cloud.async.dao.SyncQueueDaoImpl"/>
