From bd60e87de2cf5547c6a03274915d73259550b8ca Mon Sep 17 00:00:00 2001 From: Tamir Korem Date: Wed, 28 Nov 2012 17:07:24 +0200 Subject: [PATCH] Added copyright --- apps/computers/computers-application.groovy | 15 +++++++++++++++ apps/computers/mysql/mysql-service.groovy | 15 +++++++++++++++ apps/drupal-babies/babies-application.groovy | 15 +++++++++++++++ apps/drupal-babies/drupal/drupal_commands.groovy | 15 +++++++++++++++ .../drupal/drupal_postInstall.groovy | 15 +++++++++++++++ .../drupal/drupal_windowsInstall.groovy | 15 +++++++++++++++ .../mysql/mysql_drupalCommands.groovy | 15 +++++++++++++++ .../biginsights-application.groovy | 15 +++++++++++++++ apps/hadoop-biginsights/data/data-service.groovy | 15 +++++++++++++++ .../dataOnDemand/dataOnDemand-service.groovy | 15 +++++++++++++++ .../master/master-service.groovy | 15 +++++++++++++++ apps/helloworld/helloworld-application.groovy | 15 +++++++++++++++ apps/jboss-petclinic/jboss/jboss-service.groovy | 15 +++++++++++++++ .../mongoConfig/mongoConfig-service.groovy | 15 +++++++++++++++ .../jboss-petclinic/mongod/mongod-service.groovy | 15 +++++++++++++++ .../jboss-petclinic/mongos/mongos-service.groovy | 15 +++++++++++++++ .../petclinic_mongo-application.groovy | 15 +++++++++++++++ apps/lamp/lamp-application.groovy | 15 +++++++++++++++ apps/lamp/mysql/mysql-service.groovy | 15 +++++++++++++++ apps/masterslave/masterslave-application.groovy | 15 +++++++++++++++ apps/masterslave/mysql/mysql-service.groovy | 15 +++++++++++++++ .../mongod/mongod-service.groovy | 15 +++++++++++++++ .../petclinic-simple-application.groovy | 15 +++++++++++++++ .../tomcat/tomcat-service.groovy | 15 +++++++++++++++ .../mongoConfig/mongoConfig-service.groovy | 15 +++++++++++++++ apps/petclinic-was/mongod/mongod-service.groovy | 15 +++++++++++++++ apps/petclinic-was/mongos/mongos-service.groovy | 15 +++++++++++++++ .../petclinic-was-application.groovy | 15 +++++++++++++++ .../websphere/websphere-service.groovy | 15 +++++++++++++++ .../websphere/websphere_start.groovy | 15 +++++++++++++++ .../mongoConfig/mongoConfig-service.groovy | 15 +++++++++++++++ apps/petclinic/mongod/mongod-service.groovy | 15 +++++++++++++++ apps/petclinic/mongos/mongos-service.groovy | 15 +++++++++++++++ .../petclinic/petclinic-mongo-application.groovy | 15 +++++++++++++++ apps/petclinic/tomcat/tomcat-service.groovy | 15 +++++++++++++++ apps/storm/storm-application.groovy | 15 +++++++++++++++ .../storm-nimbus/storm-nimbus-service.groovy | 15 +++++++++++++++ .../storm-supervisor-service.groovy | 15 +++++++++++++++ apps/storm/zookeeper/zookeeper-service.groovy | 15 +++++++++++++++ .../bigDataApp/bigDataApp-application.groovy | 16 +++++++++++++++- .../bigDataApp/feeder/feeder-service.groovy | 15 +++++++++++++++ .../processor/processor-service.groovy | 15 +++++++++++++++ apps/travel-lb/tomcat/tomcat-service.groovy | 15 +++++++++++++++ apps/travel/tomcat/tomcat-service.groovy | 15 +++++++++++++++ services/couchdb/couchdb-service.properties | 15 +++++++++++++++ services/couchdb/couchdb_install.groovy | 15 +++++++++++++++ services/postgresql/postgresql_install.groovy | 15 +++++++++++++++ services/postgresql/postgresql_stop.groovy | 15 +++++++++++++++ 48 files changed, 720 insertions(+), 1 deletion(-) diff --git a/apps/computers/computers-application.groovy b/apps/computers/computers-application.groovy index e6a19979..fc02a569 100644 --- a/apps/computers/computers-application.groovy +++ b/apps/computers/computers-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name "computers" diff --git a/apps/computers/mysql/mysql-service.groovy b/apps/computers/mysql/mysql-service.groovy index 79876b63..fd339d78 100644 --- a/apps/computers/mysql/mysql-service.groovy +++ b/apps/computers/mysql/mysql-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mysql" } \ No newline at end of file diff --git a/apps/drupal-babies/babies-application.groovy b/apps/drupal-babies/babies-application.groovy index 3ec5b688..78dc57ea 100644 --- a/apps/drupal-babies/babies-application.groovy +++ b/apps/drupal-babies/babies-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name "babies" diff --git a/apps/drupal-babies/drupal/drupal_commands.groovy b/apps/drupal-babies/drupal/drupal_commands.groovy index 555a615f..c8243a5e 100644 --- a/apps/drupal-babies/drupal/drupal_commands.groovy +++ b/apps/drupal-babies/drupal/drupal_commands.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*******************************************************************************/ import org.cloudifysource.dsl.context.ServiceContextFactory import org.cloudifysource.dsl.utils.ServiceUtils; diff --git a/apps/drupal-babies/drupal/drupal_postInstall.groovy b/apps/drupal-babies/drupal/drupal_postInstall.groovy index 4f616c3d..905d1e3e 100644 --- a/apps/drupal-babies/drupal/drupal_postInstall.groovy +++ b/apps/drupal-babies/drupal/drupal_postInstall.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*******************************************************************************/ import org.cloudifysource.dsl.utils.ServiceUtils; import org.cloudifysource.dsl.context.ServiceContextFactory diff --git a/apps/drupal-babies/drupal/drupal_windowsInstall.groovy b/apps/drupal-babies/drupal/drupal_windowsInstall.groovy index 08e7d136..75dbf8e4 100644 --- a/apps/drupal-babies/drupal/drupal_windowsInstall.groovy +++ b/apps/drupal-babies/drupal/drupal_windowsInstall.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*******************************************************************************/ import org.cloudifysource.dsl.utils.ServiceUtils; import org.cloudifysource.dsl.context.ServiceContextFactory diff --git a/apps/drupal-babies/mysql/mysql_drupalCommands.groovy b/apps/drupal-babies/mysql/mysql_drupalCommands.groovy index 1ca82299..f93addf2 100644 --- a/apps/drupal-babies/mysql/mysql_drupalCommands.groovy +++ b/apps/drupal-babies/mysql/mysql_drupalCommands.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*******************************************************************************/ import org.cloudifysource.dsl.context.ServiceContextFactory import org.cloudifysource.dsl.utils.ServiceUtils; import static mysql_runner.* diff --git a/apps/hadoop-biginsights/biginsights-application.groovy b/apps/hadoop-biginsights/biginsights-application.groovy index 3bc6dad3..ec686659 100755 --- a/apps/hadoop-biginsights/biginsights-application.groovy +++ b/apps/hadoop-biginsights/biginsights-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name="biginsights" diff --git a/apps/hadoop-biginsights/data/data-service.groovy b/apps/hadoop-biginsights/data/data-service.groovy index a8322a47..91e55c74 100755 --- a/apps/hadoop-biginsights/data/data-service.groovy +++ b/apps/hadoop-biginsights/data/data-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/biginsights/data" diff --git a/apps/hadoop-biginsights/dataOnDemand/dataOnDemand-service.groovy b/apps/hadoop-biginsights/dataOnDemand/dataOnDemand-service.groovy index 6d4a7cc1..ad084157 100755 --- a/apps/hadoop-biginsights/dataOnDemand/dataOnDemand-service.groovy +++ b/apps/hadoop-biginsights/dataOnDemand/dataOnDemand-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*******************************************************************************/ import java.util.concurrent.TimeUnit; service { diff --git a/apps/hadoop-biginsights/master/master-service.groovy b/apps/hadoop-biginsights/master/master-service.groovy index 2e1aa530..b97df6c8 100755 --- a/apps/hadoop-biginsights/master/master-service.groovy +++ b/apps/hadoop-biginsights/master/master-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/biginsights/master" } \ No newline at end of file diff --git a/apps/helloworld/helloworld-application.groovy b/apps/helloworld/helloworld-application.groovy index 3c14a6c2..edd1d259 100644 --- a/apps/helloworld/helloworld-application.groovy +++ b/apps/helloworld/helloworld-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name="helloworld" diff --git a/apps/jboss-petclinic/jboss/jboss-service.groovy b/apps/jboss-petclinic/jboss/jboss-service.groovy index 5cceb61e..a4296724 100644 --- a/apps/jboss-petclinic/jboss/jboss-service.groovy +++ b/apps/jboss-petclinic/jboss/jboss-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/jboss" } \ No newline at end of file diff --git a/apps/jboss-petclinic/mongoConfig/mongoConfig-service.groovy b/apps/jboss-petclinic/mongoConfig/mongoConfig-service.groovy index 0d05dedf..4f34f415 100644 --- a/apps/jboss-petclinic/mongoConfig/mongoConfig-service.groovy +++ b/apps/jboss-petclinic/mongoConfig/mongoConfig-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mongodb/mongoConfig" } \ No newline at end of file diff --git a/apps/jboss-petclinic/mongod/mongod-service.groovy b/apps/jboss-petclinic/mongod/mongod-service.groovy index 8f710c3a..9072dfe9 100644 --- a/apps/jboss-petclinic/mongod/mongod-service.groovy +++ b/apps/jboss-petclinic/mongod/mongod-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mongodb/mongod" } \ No newline at end of file diff --git a/apps/jboss-petclinic/mongos/mongos-service.groovy b/apps/jboss-petclinic/mongos/mongos-service.groovy index b7c6d9e1..80a2d83b 100644 --- a/apps/jboss-petclinic/mongos/mongos-service.groovy +++ b/apps/jboss-petclinic/mongos/mongos-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mongodb/mongos" } \ No newline at end of file diff --git a/apps/jboss-petclinic/petclinic_mongo-application.groovy b/apps/jboss-petclinic/petclinic_mongo-application.groovy index 3965a7f1..eddce830 100644 --- a/apps/jboss-petclinic/petclinic_mongo-application.groovy +++ b/apps/jboss-petclinic/petclinic_mongo-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name="petclinic-mongo" diff --git a/apps/lamp/lamp-application.groovy b/apps/lamp/lamp-application.groovy index b54f62dc..65837dce 100644 --- a/apps/lamp/lamp-application.groovy +++ b/apps/lamp/lamp-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name "lamp" diff --git a/apps/lamp/mysql/mysql-service.groovy b/apps/lamp/mysql/mysql-service.groovy index 79876b63..fd339d78 100644 --- a/apps/lamp/mysql/mysql-service.groovy +++ b/apps/lamp/mysql/mysql-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mysql" } \ No newline at end of file diff --git a/apps/masterslave/masterslave-application.groovy b/apps/masterslave/masterslave-application.groovy index 502a57bd..326d4a1c 100644 --- a/apps/masterslave/masterslave-application.groovy +++ b/apps/masterslave/masterslave-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name "masterslave" diff --git a/apps/masterslave/mysql/mysql-service.groovy b/apps/masterslave/mysql/mysql-service.groovy index df1c9ebf..abb0ca5f 100644 --- a/apps/masterslave/mysql/mysql-service.groovy +++ b/apps/masterslave/mysql/mysql-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mysql" numInstances 3 diff --git a/apps/petclinic-simple/mongod/mongod-service.groovy b/apps/petclinic-simple/mongod/mongod-service.groovy index e587c24b..79d0dd23 100644 --- a/apps/petclinic-simple/mongod/mongod-service.groovy +++ b/apps/petclinic-simple/mongod/mongod-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mongodb/mongod" numInstances 1 diff --git a/apps/petclinic-simple/petclinic-simple-application.groovy b/apps/petclinic-simple/petclinic-simple-application.groovy index b26fd689..cc2ce8df 100644 --- a/apps/petclinic-simple/petclinic-simple-application.groovy +++ b/apps/petclinic-simple/petclinic-simple-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name="petclinic" diff --git a/apps/petclinic-simple/tomcat/tomcat-service.groovy b/apps/petclinic-simple/tomcat/tomcat-service.groovy index a839267d..4944adf8 100644 --- a/apps/petclinic-simple/tomcat/tomcat-service.groovy +++ b/apps/petclinic-simple/tomcat/tomcat-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/tomcat" } \ No newline at end of file diff --git a/apps/petclinic-was/mongoConfig/mongoConfig-service.groovy b/apps/petclinic-was/mongoConfig/mongoConfig-service.groovy index 0d05dedf..4f34f415 100644 --- a/apps/petclinic-was/mongoConfig/mongoConfig-service.groovy +++ b/apps/petclinic-was/mongoConfig/mongoConfig-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mongodb/mongoConfig" } \ No newline at end of file diff --git a/apps/petclinic-was/mongod/mongod-service.groovy b/apps/petclinic-was/mongod/mongod-service.groovy index 8f710c3a..9072dfe9 100644 --- a/apps/petclinic-was/mongod/mongod-service.groovy +++ b/apps/petclinic-was/mongod/mongod-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mongodb/mongod" } \ No newline at end of file diff --git a/apps/petclinic-was/mongos/mongos-service.groovy b/apps/petclinic-was/mongos/mongos-service.groovy index b7c6d9e1..80a2d83b 100644 --- a/apps/petclinic-was/mongos/mongos-service.groovy +++ b/apps/petclinic-was/mongos/mongos-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mongodb/mongos" } \ No newline at end of file diff --git a/apps/petclinic-was/petclinic-was-application.groovy b/apps/petclinic-was/petclinic-was-application.groovy index f43320a1..5c9f4ccd 100644 --- a/apps/petclinic-was/petclinic-was-application.groovy +++ b/apps/petclinic-was/petclinic-was-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name="petclinic" diff --git a/apps/petclinic-was/websphere/websphere-service.groovy b/apps/petclinic-was/websphere/websphere-service.groovy index 6bfc1ca2..6cf6f148 100644 --- a/apps/petclinic-was/websphere/websphere-service.groovy +++ b/apps/petclinic-was/websphere/websphere-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/websphere" } \ No newline at end of file diff --git a/apps/petclinic-was/websphere/websphere_start.groovy b/apps/petclinic-was/websphere/websphere_start.groovy index df1e6510..f97fb051 100644 --- a/apps/petclinic-was/websphere/websphere_start.groovy +++ b/apps/petclinic-was/websphere/websphere_start.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*******************************************************************************/ import org.cloudifysource.dsl.context.ServiceContextFactory import groovy.util.ConfigSlurper import java.util.concurrent.TimeUnit diff --git a/apps/petclinic/mongoConfig/mongoConfig-service.groovy b/apps/petclinic/mongoConfig/mongoConfig-service.groovy index 0d05dedf..4f34f415 100644 --- a/apps/petclinic/mongoConfig/mongoConfig-service.groovy +++ b/apps/petclinic/mongoConfig/mongoConfig-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mongodb/mongoConfig" } \ No newline at end of file diff --git a/apps/petclinic/mongod/mongod-service.groovy b/apps/petclinic/mongod/mongod-service.groovy index 8f710c3a..9072dfe9 100644 --- a/apps/petclinic/mongod/mongod-service.groovy +++ b/apps/petclinic/mongod/mongod-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mongodb/mongod" } \ No newline at end of file diff --git a/apps/petclinic/mongos/mongos-service.groovy b/apps/petclinic/mongos/mongos-service.groovy index b7c6d9e1..80a2d83b 100644 --- a/apps/petclinic/mongos/mongos-service.groovy +++ b/apps/petclinic/mongos/mongos-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/mongodb/mongos" } \ No newline at end of file diff --git a/apps/petclinic/petclinic-mongo-application.groovy b/apps/petclinic/petclinic-mongo-application.groovy index 6cb1c816..623dfe27 100644 --- a/apps/petclinic/petclinic-mongo-application.groovy +++ b/apps/petclinic/petclinic-mongo-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name="petclinic" diff --git a/apps/petclinic/tomcat/tomcat-service.groovy b/apps/petclinic/tomcat/tomcat-service.groovy index a839267d..4944adf8 100644 --- a/apps/petclinic/tomcat/tomcat-service.groovy +++ b/apps/petclinic/tomcat/tomcat-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/tomcat" } \ No newline at end of file diff --git a/apps/storm/storm-application.groovy b/apps/storm/storm-application.groovy index f35250b2..a874f5a6 100755 --- a/apps/storm/storm-application.groovy +++ b/apps/storm/storm-application.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name="storm" diff --git a/apps/storm/storm-nimbus/storm-nimbus-service.groovy b/apps/storm/storm-nimbus/storm-nimbus-service.groovy index 7d56de15..35d7fd61 100755 --- a/apps/storm/storm-nimbus/storm-nimbus-service.groovy +++ b/apps/storm/storm-nimbus/storm-nimbus-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/storm/storm-nimbus" } diff --git a/apps/storm/storm-supervisor/storm-supervisor-service.groovy b/apps/storm/storm-supervisor/storm-supervisor-service.groovy index 678eef65..f9884a44 100755 --- a/apps/storm/storm-supervisor/storm-supervisor-service.groovy +++ b/apps/storm/storm-supervisor/storm-supervisor-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/storm/storm-supervisor" } diff --git a/apps/storm/zookeeper/zookeeper-service.groovy b/apps/storm/zookeeper/zookeeper-service.groovy index b6c2ab90..d51d9107 100755 --- a/apps/storm/zookeeper/zookeeper-service.groovy +++ b/apps/storm/zookeeper/zookeeper-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/zookeeper" } diff --git a/apps/streaming-bigdata/bigDataApp/bigDataApp-application.groovy b/apps/streaming-bigdata/bigDataApp/bigDataApp-application.groovy index c224a707..1f54decc 100644 --- a/apps/streaming-bigdata/bigDataApp/bigDataApp-application.groovy +++ b/apps/streaming-bigdata/bigDataApp/bigDataApp-application.groovy @@ -1,4 +1,18 @@ - +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ application { name="big_data_app" diff --git a/apps/streaming-bigdata/bigDataApp/feeder/feeder-service.groovy b/apps/streaming-bigdata/bigDataApp/feeder/feeder-service.groovy index deffa623..a915b17f 100644 --- a/apps/streaming-bigdata/bigDataApp/feeder/feeder-service.groovy +++ b/apps/streaming-bigdata/bigDataApp/feeder/feeder-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { name "feeder" numInstances 1 diff --git a/apps/streaming-bigdata/bigDataApp/processor/processor-service.groovy b/apps/streaming-bigdata/bigDataApp/processor/processor-service.groovy index d43401b7..96d9fc16 100644 --- a/apps/streaming-bigdata/bigDataApp/processor/processor-service.groovy +++ b/apps/streaming-bigdata/bigDataApp/processor/processor-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*******************************************************************************/ import java.util.concurrent.TimeUnit service { diff --git a/apps/travel-lb/tomcat/tomcat-service.groovy b/apps/travel-lb/tomcat/tomcat-service.groovy index 47837849..5c9ad8d4 100644 --- a/apps/travel-lb/tomcat/tomcat-service.groovy +++ b/apps/travel-lb/tomcat/tomcat-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/tomcat" minAllowedInstances 2 diff --git a/apps/travel/tomcat/tomcat-service.groovy b/apps/travel/tomcat/tomcat-service.groovy index a839267d..4944adf8 100644 --- a/apps/travel/tomcat/tomcat-service.groovy +++ b/apps/travel/tomcat/tomcat-service.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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 { extend "../../../services/tomcat" } \ No newline at end of file diff --git a/services/couchdb/couchdb-service.properties b/services/couchdb/couchdb-service.properties index efcf1b45..08e05b72 100755 --- a/services/couchdb/couchdb-service.properties +++ b/services/couchdb/couchdb-service.properties @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ version = "1.1.1" name = "apache-couchdb-${version}" zipName = "${name}.tar.gz" diff --git a/services/couchdb/couchdb_install.groovy b/services/couchdb/couchdb_install.groovy index 6c6ba5b4..66e41126 100755 --- a/services/couchdb/couchdb_install.groovy +++ b/services/couchdb/couchdb_install.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* +* Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved +* +* Licensed 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. +*******************************************************************************/ config = new ConfigSlurper().parse(new File("couchdb-service.properties").toURL()) new AntBuilder().sequential { diff --git a/services/postgresql/postgresql_install.groovy b/services/postgresql/postgresql_install.groovy index 5aecb6fa..60a45b50 100644 --- a/services/postgresql/postgresql_install.groovy +++ b/services/postgresql/postgresql_install.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + *******************************************************************************/ import groovy.util.ConfigSlurper diff --git a/services/postgresql/postgresql_stop.groovy b/services/postgresql/postgresql_stop.groovy index b28b80db..491d61e4 100644 --- a/services/postgresql/postgresql_stop.groovy +++ b/services/postgresql/postgresql_stop.groovy @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright (c) 2012 GigaSpaces Technologies Ltd. All rights reserved + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + *******************************************************************************/ import groovy.util.ConfigSlurper